diff options
Diffstat (limited to 'sound/soc/codecs/wm8741.c')
-rw-r--r-- | sound/soc/codecs/wm8741.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/wm8741.c b/sound/soc/codecs/wm8741.c index 25af901fe81..c173aee3390 100644 --- a/sound/soc/codecs/wm8741.c +++ b/sound/soc/codecs/wm8741.c | |||
@@ -337,10 +337,10 @@ static int wm8741_set_dai_fmt(struct snd_soc_dai *codec_dai, | |||
337 | iface |= 0x0004; | 337 | iface |= 0x0004; |
338 | break; | 338 | break; |
339 | case SND_SOC_DAIFMT_DSP_A: | 339 | case SND_SOC_DAIFMT_DSP_A: |
340 | iface |= 0x0003; | 340 | iface |= 0x000C; |
341 | break; | 341 | break; |
342 | case SND_SOC_DAIFMT_DSP_B: | 342 | case SND_SOC_DAIFMT_DSP_B: |
343 | iface |= 0x0013; | 343 | iface |= 0x001C; |
344 | break; | 344 | break; |
345 | default: | 345 | default: |
346 | return -EINVAL; | 346 | return -EINVAL; |