diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-04 11:48:02 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-04 12:33:22 +0100 |
commit | d71753e22b24548911b377db28f80870cf50d07b (patch) | |
tree | a3e8a65a2971c717c1a180ca69e5075dca16b86f /sound/soc/codecs/arizona.c | |
parent | ASoC: wm5102: Improve speaker enable performance (diff) | |
download | linux-d71753e22b24548911b377db28f80870cf50d07b.tar.xz linux-d71753e22b24548911b377db28f80870cf50d07b.zip |
ASoC: arizona: Remove DSP B and left justified AIF modes
These are not supported.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc/codecs/arizona.c')
-rw-r--r-- | sound/soc/codecs/arizona.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sound/soc/codecs/arizona.c b/sound/soc/codecs/arizona.c index 38248a7a95e3..1d8bb5917594 100644 --- a/sound/soc/codecs/arizona.c +++ b/sound/soc/codecs/arizona.c @@ -446,15 +446,9 @@ static int arizona_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) case SND_SOC_DAIFMT_DSP_A: mode = 0; break; - case SND_SOC_DAIFMT_DSP_B: - mode = 1; - break; case SND_SOC_DAIFMT_I2S: mode = 2; break; - case SND_SOC_DAIFMT_LEFT_J: - mode = 3; - break; default: arizona_aif_err(dai, "Unsupported DAI format %d\n", fmt & SND_SOC_DAIFMT_FORMAT_MASK); |