ASoC: Disable microphone input for AT91SAM9G20-EK by default
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 8 Jul 2009 17:18:19 +0000 (18:18 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 8 Jul 2009 17:18:19 +0000 (18:18 +0100)
commit22df8eb4fe293d67c98732e02a2dbef0d9c6cd96
tree0167b8ca82bf81869536b6961b2417ac690cbb19
parent2a01e5f3587be459c934d711bffddc14d66386f3
ASoC: Disable microphone input for AT91SAM9G20-EK by default

As shipped the board does not have inputs but it is relatively
straightforward to modify the board to hook them up so support
is provided in the driver. When these modifications have not
been made enabling the microphone stage can cause problems.

Add an ifdef to disable this by default. Don't put it into
Kconfig since users will have to get their soldering irons
out to change things.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/atmel/sam9g20_wm8731.c