mirror of https://gitee.com/openkylin/linux.git
ALSA: asoc: n810 - fix build error.
This patch adds a missing " that was recently introduced (removed) in the DAI struct merge patch series. Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
64105cfd65
commit
ac8615baf2
|
@ -63,7 +63,7 @@ static void n810_ext_control(struct snd_soc_codec *codec)
|
|||
if (n810_dmic_func)
|
||||
snd_soc_dapm_enable_pin(codec, "DMic");
|
||||
else
|
||||
snd_soc_dapm_disable_pin(codec, "DMic);
|
||||
snd_soc_dapm_disable_pin(codec, "DMic");
|
||||
|
||||
snd_soc_dapm_sync(codec);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue