ASoC: Add basic 1277-EV1 Littlemill audio driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 28 Nov 2011 22:05:41 +0000 (22:05 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 28 Nov 2011 22:10:29 +0000 (22:10 +0000)
commit0a590b1de28813c81effa2c291f24ef1f47444e9
treecb26c478d64221cb161cf7c13dfe71ef3069628c
parent34cbe16833a1840d6cde592123335fb3ad75b5d4
ASoC: Add basic 1277-EV1 Littlemill audio driver

The Littlemill audio card supports a number of pluggable miniboards,
normally for the WM8994 family of devices. As all these devices look
mostly the same from an external configuration point of view and are
runtime enumerable we can write a standard machine driver which will
work out of the box with any of them. Start doing that with the bare
bones of a driver, only supporting AIF1.

Future patches will flesh this out to be more fully featured.

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