Updated from Linux LTS 3.10.25 to 3.10.26
This commit is contained in:
@@ -1449,7 +1449,7 @@ static int wm8904_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
|
||||
|
||||
switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
|
||||
case SND_SOC_DAIFMT_DSP_B:
|
||||
aif1 |= WM8904_AIF_LRCLK_INV;
|
||||
aif1 |= 0x3 | WM8904_AIF_LRCLK_INV;
|
||||
case SND_SOC_DAIFMT_DSP_A:
|
||||
aif1 |= 0x3;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user