Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-2.6-block.git] / include / sound / soc-jack.h
index a0abb1ee5110750fd06ba0e35f0437e62a38a236..3a81d4b8ca8a220c81fe8f31f6730ffc314a6e78 100644 (file)
@@ -44,7 +44,6 @@ struct snd_soc_jack_zone {
 /**
  * struct snd_soc_jack_gpio - Describes a gpio pin for jack detection
  *
- * @gpio:         legacy gpio number
  * @idx:          gpio descriptor index within the function of the GPIO
  *                consumer device
  * @gpiod_dev:    GPIO consumer device
@@ -59,7 +58,6 @@ struct snd_soc_jack_zone {
  *                    ADC).
  */
 struct snd_soc_jack_gpio {
-       unsigned int gpio;
        unsigned int idx;
        struct device *gpiod_dev;
        const char *name;