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:
d1c3ed6
)
ASoC: wm5100: Remove DSP B and left justified formats
author
Mark Brown
<
[email protected]
>
Fri, 4 Jan 2013 21:06:08 +0000
(21:06 +0000)
committer
Mark Brown
<
[email protected]
>
Fri, 4 Jan 2013 21:06:08 +0000
(21:06 +0000)
These are not supported
Signed-off-by: Mark Brown <
[email protected]
>
Cc:
[email protected]
sound/soc/codecs/wm5100.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm5100.c
b/sound/soc/codecs/wm5100.c
index 5a5f3693623568d2d6268e9bc10e7055664c5d3d..54397a50807379bf2e625b4f980773ad72515164 100644
(file)
--- a/
sound/soc/codecs/wm5100.c
+++ b/
sound/soc/codecs/wm5100.c
@@
-1279,15
+1279,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);