ASoC: MAX9877: add MAX9877 amp driver
authorJoonyoung Shim <jy0922.shim@samsung.com>
Wed, 15 Jul 2009 11:34:00 +0000 (20:34 +0900)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 15 Jul 2009 15:59:31 +0000 (16:59 +0100)
commit9db9ed977d4f1a317f5f4d467d43025fa27223d8
treec9f43eb2fc0a86cc1526ea38961dedca491f2e76
parent3ce91d5a5a47eca6308c0a64f768c7a4466e0407
ASoC: MAX9877: add MAX9877 amp driver

The MAX9877 combines a high-efficiency Class D audio power amplifier
with a stereo Class AB capacitor-less DirectDrive headphone amplifier.

The max9877_add_controls() is called to register the MAX9877 specific
controls on machine specific init() of the machine driver.

The datasheet for the MAX9877 can find at the following url:
http://datasheets.maxim-ic.com/en/ds/MAX9877.pdf

[Slight edit to sort the ALL_CODECS entries -- broonie.]

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/max9877.c [new file with mode: 0644]
sound/soc/codecs/max9877.h [new file with mode: 0644]