projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5f431
)
ASoC: wm2200: Remove DSP B and left justified AIF modes
author
Mark Brown
<
[email protected]
>
Fri, 4 Jan 2013 10:48:10 +0000
(10:48 +0000)
committer
Mark Brown
<
[email protected]
>
Fri, 4 Jan 2013 11:31:57 +0000
(11:31 +0000)
These are not supported.
Signed-off-by: Mark Brown <
[email protected]
>
Cc:
[email protected]
sound/soc/codecs/wm2200.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm2200.c
b/sound/soc/codecs/wm2200.c
index a12fc2fa3971c8fc1ac6f1ba25c4e458f75ed19b..e6cefe1ac677fcd6cd0610b148300be39858cc36 100644
(file)
--- a/
sound/soc/codecs/wm2200.c
+++ b/
sound/soc/codecs/wm2200.c
@@
-1566,15
+1566,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);