diff options
Diffstat (limited to 'sound/soc/codecs/rt5677.c')
-rw-r--r-- | sound/soc/codecs/rt5677.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c index 967678e7f48e..33e290b703df 100644 --- a/sound/soc/codecs/rt5677.c +++ b/sound/soc/codecs/rt5677.c | |||
@@ -4694,7 +4694,7 @@ static void rt5677_init_gpio(struct i2c_client *i2c) | |||
4694 | 4694 | ||
4695 | rt5677->gpio_chip = rt5677_template_chip; | 4695 | rt5677->gpio_chip = rt5677_template_chip; |
4696 | rt5677->gpio_chip.ngpio = RT5677_GPIO_NUM; | 4696 | rt5677->gpio_chip.ngpio = RT5677_GPIO_NUM; |
4697 | rt5677->gpio_chip.dev = &i2c->dev; | 4697 | rt5677->gpio_chip.parent = &i2c->dev; |
4698 | rt5677->gpio_chip.base = -1; | 4698 | rt5677->gpio_chip.base = -1; |
4699 | 4699 | ||
4700 | ret = gpiochip_add(&rt5677->gpio_chip); | 4700 | ret = gpiochip_add(&rt5677->gpio_chip); |