diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-04 10:48:10 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-17 08:50:54 -0800 |
commit | 6d445a511e85a702a63197a2034c21c1461a1212 (patch) | |
tree | 0cde6a646d85448ab71eb1332e62fc6e8b259c79 | |
parent | bc85643d2ff065c0303a1a0edfd748da4805295e (diff) | |
download | linux-3.10-6d445a511e85a702a63197a2034c21c1461a1212.tar.gz linux-3.10-6d445a511e85a702a63197a2034c21c1461a1212.tar.bz2 linux-3.10-6d445a511e85a702a63197a2034c21c1461a1212.zip |
ASoC: wm2200: Remove DSP B and left justified AIF modes
commit 0cc411b934c4317b363d1af993549f391852b980 upstream.
These are not supported.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | sound/soc/codecs/wm2200.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index 201fc583217..86b84a18ba2 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c @@ -1380,15 +1380,9 @@ static int wm2200_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) case SND_SOC_DAIFMT_DSP_A: fmt_val = 0; break; - case SND_SOC_DAIFMT_DSP_B: - fmt_val = 1; - break; case SND_SOC_DAIFMT_I2S: fmt_val = 2; break; - case SND_SOC_DAIFMT_LEFT_J: - fmt_val = 3; - break; default: dev_err(codec->dev, "Unsupported DAI format %d\n", fmt & SND_SOC_DAIFMT_FORMAT_MASK); |