From: Mark Brown Date: Wed, 11 Jun 2008 12:47:11 +0000 (+0100) Subject: ALSA: ASoC: Fix WM9713 voice PCM slave mode configuration X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d133b0ce6ceaf744184c7cb9f95ba92f333c246a;p=linux-beck.git ALSA: ASoC: Fix WM9713 voice PCM slave mode configuration Reported-by: Rodolfo Giometti Signed-off-by: Mark Brown Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index 4f516a5a5616..aba330118784 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c @@ -876,7 +876,7 @@ static int wm9713_set_dai_fmt(struct snd_soc_codec_dai *codec_dai, gpio |= 0x0018; break; case SND_SOC_DAIFMT_CBS_CFS: - reg |= 0x0200; + reg |= 0x2000; gpio |= 0x001a; break; case SND_SOC_DAIFMT_CBS_CFM: