
Hi Mike,
On Sat, 2010-08-07 at 16:28 -0400, Mike Frysinger wrote:
From: Cliff Cai cliff.cai@analog.com
Signed-off-by: Cliff Cai cliff.cai@analog.com Signed-off-by: Mike Frysinger vapier@gentoo.org
sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/adau1361.c | 992 +++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/adau1361.h | 264 ++++++++++++ 4 files changed, 1262 insertions(+), 0 deletions(-) create mode 100644 sound/soc/codecs/adau1361.c create mode 100644 sound/soc/codecs/adau1361.h
As Mark has mentioned, please re-work your CODEC probe() and remove() calls against the soon to be merged multi-component branch :-
git://git.kernel.org/pub/scm/linux/kernel/git/lrg/asoc-2.6.git topic/multi-component
The machine drivers will also need modified to use the component dev_name() now instead of a pointer when creating a DAI link.
Thanks
Liam