On Wed, 2010-09-29 at 11:14 +0100, Dimitris Papastamos wrote:
The WM8804 is a high performance consumer mode S/PDIF transceiver with support for 1 received channel and 1 transmitted channel.
Signed-off-by: Dimitris Papastamos dp@opensource.wolfsonmicro.com
sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/wm8804.c | 820 +++++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/wm8804.h | 61 ++++ 4 files changed, 887 insertions(+), 0 deletions(-) create mode 100644 sound/soc/codecs/wm8804.c create mode 100644 sound/soc/codecs/wm8804.h
Acked-by: Liam Girdwood lrg@slimlogic.co.uk
but
+static struct snd_soc_dai_driver wm8804_dai = {
- .name = "wm8804-s/pdif",
There may be per DAI debugfs or sysfs info in the future so it's best to not use a "/" in a name. Can you do an incremental change.
Thanks
Liam