Merge tag 'acpica-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[deliverable/linux.git] / sound / soc / codecs / max98357a.c
index bf3e933ee895752352e90f610195f39fc6cc058f..3a2fda08a893c865023d61fec636e65e3c977577 100644 (file)
@@ -60,13 +60,12 @@ static int max98357a_codec_probe(struct snd_soc_codec *codec)
 {
        struct gpio_desc *sdmode;
 
-       sdmode = devm_gpiod_get(codec->dev, "sdmode");
+       sdmode = devm_gpiod_get(codec->dev, "sdmode", GPIOD_OUT_LOW);
        if (IS_ERR(sdmode)) {
                dev_err(codec->dev, "%s() unable to get sdmode GPIO: %ld\n",
                                __func__, PTR_ERR(sdmode));
                return PTR_ERR(sdmode);
        }
-       gpiod_direction_output(sdmode, 0);
        snd_soc_codec_set_drvdata(codec, sdmode);
 
        return 0;
This page took 0.024957 seconds and 5 git commands to generate.