3 Mar
2011
3 Mar
'11
11:29 a.m.
On Wed, 2011-03-02 at 14:52 +0100, Javier Martin wrote:
This patch adds support for tlv320aic3205 and tlv320aic3254 codecs. It doesn't include miniDSP support for aic3254.
Signed-off-by: Javier Martin javier.martin@vista-silicon.com
include/sound/tlv320aic32x4.h | 31 ++ sound/soc/codecs/Kconfig | 4 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/tlv320aic32x4.c | 794 ++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/tlv320aic32x4.h | 143 +++++++ 5 files changed, 974 insertions(+), 0 deletions(-) create mode 100644 include/sound/tlv320aic32x4.h create mode 100644 sound/soc/codecs/tlv320aic32x4.c create mode 100644 sound/soc/codecs/tlv320aic32x4.h
Acked-by: Liam Girdwood lrg@slimlogic.co.uk