mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ASoC: wm5100: Remove DSP B and left justified formats
commit 5f960294e2
upstream.
These are not supported
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
6d445a511e
commit
d6ec6c9385
1 changed files with 0 additions and 6 deletions
|
@ -1296,15 +1296,9 @@ static int wm5100_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
|
|||
case SND_SOC_DAIFMT_DSP_A:
|
||||
mask = 0;
|
||||
break;
|
||||
case SND_SOC_DAIFMT_DSP_B:
|
||||
mask = 1;
|
||||
break;
|
||||
case SND_SOC_DAIFMT_I2S:
|
||||
mask = 2;
|
||||
break;
|
||||
case SND_SOC_DAIFMT_LEFT_J:
|
||||
mask = 3;
|
||||
break;
|
||||
default:
|
||||
dev_err(codec->dev, "Unsupported DAI format %d\n",
|
||||
fmt & SND_SOC_DAIFMT_FORMAT_MASK);
|
||||
|
|
Loading…
Reference in a new issue