12 Jun
2015
12 Jun
'15
2:50 p.m.
On Thu, Jun 11, 2015 at 07:14:34PM +0800, Zidan Wang wrote:
The ADCLRC/GPIO1, LINPUT3/JD2 and RINPUT3/JD3 pins can be selected as headphone jack detect inputs to automatically disable the speaker output and enable the headphone.
Signed-off-by: Zidan Wang zidan.wang@freescale.com
This feels like this is missing some iteraction with DAPM, there are DAPM widgets that represent both the Speaker and the Headphone, in the case this feature is in use the power state DAPM shows may no longer accurately reflects the actual power state of the device.
That said I have no idea if the registers update on the chip to reflect this change (my guess is that they don't). I am not really sure what the correct way to handle this sort of hardware output switching would be in DAPM.
Thanks, Charles