ASoC: Declare Headset as Mic and Headphone widgets for SDP3430
authorLopez Cruz, Misael <x0052729@ti.com>
Thu, 19 Mar 2009 06:07:34 +0000 (01:07 -0500)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 19 Mar 2009 11:56:16 +0000 (11:56 +0000)
Headset was declared previously as a Headphone widget connecting
HSMIC and HSOL/HSOR pins of TWL4030 codec in SDP430 machine driver.
The capture path becomes invalid as the Headphone widget is not a
valid input endpoint.

Instead of that, the Headset is declared as separate Microphone
and Headphone widgets. Current patch modifies audio map:

- Headset Mic: HSMIC with bias
- Headset Stereophone: HSOL, HSOR

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found