ASoC: Add initial WM8962 CODEC driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 5 Aug 2010 12:20:59 +0000 (13:20 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 5 Aug 2010 12:38:57 +0000 (13:38 +0100)
commit9a76f1ff6e299fbb04149fe15aff061351fd0dab
treea9101f20804588022dd6f3307663f58104ceb150
parentbda7d2a862e6b788bca2d02d38a07966a9c92e48
ASoC: Add initial WM8962 CODEC driver

The WM8962 is a low power, high performance stereo CODEC designed for
portable digital audio applications.

This initial driver release supports the key audio paths of the WM8962.
Extended functionality, such as microphone detection, digital microphones
and the advanced DSP signal enhancements provided by the device are not
yet supported.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
include/sound/wm8962.h [new file with mode: 0644]
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/wm8962-tables.c [new file with mode: 0644]
sound/soc/codecs/wm8962.c [new file with mode: 0644]
sound/soc/codecs/wm8962.h [new file with mode: 0644]