diff options
-rw-r--r-- | sound/soc/sunxi/sun4i-codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sunxi/sun4i-codec.c b/sound/soc/sunxi/sun4i-codec.c index 6379efd21f00..092fdcf6de95 100644 --- a/sound/soc/sunxi/sun4i-codec.c +++ b/sound/soc/sunxi/sun4i-codec.c | |||
@@ -1336,7 +1336,7 @@ static int sun4i_codec_probe(struct platform_device *pdev) | |||
1336 | dev_err(&pdev->dev, "Failed to get reset control\n"); | 1336 | dev_err(&pdev->dev, "Failed to get reset control\n"); |
1337 | return PTR_ERR(scodec->rst); | 1337 | return PTR_ERR(scodec->rst); |
1338 | } | 1338 | } |
1339 | }; | 1339 | } |
1340 | 1340 | ||
1341 | scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa", | 1341 | scodec->gpio_pa = devm_gpiod_get_optional(&pdev->dev, "allwinner,pa", |
1342 | GPIOD_OUT_LOW); | 1342 | GPIOD_OUT_LOW); |