ASoC: rockchip: i2s: add default values for registers
[deliverable/linux.git] / sound / soc / codecs / wm8996.c
index f7ccd9fc5808e56950225d2ccccd7a8ad8d2de62..8d7d6c01a2f7264905e7a8e29888a417f44fb515 100644 (file)
@@ -2204,7 +2204,7 @@ static void wm8996_init_gpio(struct wm8996_priv *wm8996)
 
        wm8996->gpio_chip = wm8996_template_chip;
        wm8996->gpio_chip.ngpio = 5;
-       wm8996->gpio_chip.dev = wm8996->dev;
+       wm8996->gpio_chip.parent = wm8996->dev;
 
        if (wm8996->pdata.gpio_base)
                wm8996->gpio_chip.base = wm8996->pdata.gpio_base;
This page took 0.033754 seconds and 5 git commands to generate.