[ALSA] soc - ASoC 0.13 pxa2xx i2s driver
authorPhilipp Zabel <philipp.zabel@gmail.com>
Fri, 2 Feb 2007 16:20:40 +0000 (17:20 +0100)
committerJaroslav Kysela <perex@suse.cz>
Fri, 9 Feb 2007 08:03:45 +0000 (09:03 +0100)
commiteaff2ae702f937020bfde96eea552caae3815784
treeace4fa6e0b77ad0fe957fb474b2e1bb4c83a826b
parentc8044274c7f1e269975b2bd55d057ceb7708e929
[ALSA] soc - ASoC 0.13 pxa2xx i2s driver

This patch updates the pxa2xx I2S driver to the new API in ASoC 0.13.
Changes:-
o Removed DAI capabilities matching code in favour of manual matching in
the machine drivers.
o Added DAI operations for codec and CPU interfaces.
o Removed config_sysclk() function and struct snd_soc_clock_info. No
longer needed as clocking is now configured manually in the machine
drivers. Also removed other clocking data from structures.
o Added pxa2xx-i2s.h header

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
sound/soc/pxa/pxa2xx-i2s.c
sound/soc/pxa/pxa2xx-i2s.h [new file with mode: 0644]