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:
da5cabf
)
ASoC: Remove DSP mode support for WM8776
author
Mark Brown
<
[email protected]
>
Mon, 16 Aug 2010 10:46:57 +0000
(11:46 +0100)
committer
Mark Brown
<
[email protected]
>
Mon, 16 Aug 2010 10:46:57 +0000
(11:46 +0100)
This is not supported by current hardware revisions.
Signed-off-by: Mark Brown <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Cc:
[email protected]
sound/soc/codecs/wm8776.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wm8776.c
b/sound/soc/codecs/wm8776.c
index 4e212ed62ea609be9e1b3d45a5ac3fb6efea1a38..f8154e661524c64e1098f318d447ba7bfcda3616 100644
(file)
--- a/
sound/soc/codecs/wm8776.c
+++ b/
sound/soc/codecs/wm8776.c
@@
-178,13
+178,6
@@
static int wm8776_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
case SND_SOC_DAIFMT_LEFT_J:
iface |= 0x0001;
break;
- /* FIXME: CHECK A/B */
- case SND_SOC_DAIFMT_DSP_A:
- iface |= 0x0003;
- break;
- case SND_SOC_DAIFMT_DSP_B:
- iface |= 0x0007;
- break;
default:
return -EINVAL;
}