diff options
Diffstat (limited to 'sound/soc/codecs/tlv320aic23.c')
| -rw-r--r-- | sound/soc/codecs/tlv320aic23.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index ab27dbcd1262..336de8f69a02 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c | |||
| @@ -430,6 +430,7 @@ static int tlv320aic23_set_dai_fmt(struct snd_soc_dai *codec_dai, | |||
| 430 | iface_reg |= TLV320AIC23_MS_MASTER; | 430 | iface_reg |= TLV320AIC23_MS_MASTER; |
| 431 | break; | 431 | break; |
| 432 | case SND_SOC_DAIFMT_CBS_CFS: | 432 | case SND_SOC_DAIFMT_CBS_CFS: |
| 433 | iface_reg &= ~TLV320AIC23_MS_MASTER; | ||
| 433 | break; | 434 | break; |
| 434 | default: | 435 | default: |
| 435 | return -EINVAL; | 436 | return -EINVAL; |
