alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] ASoC: codecs: msm8916-wcd-analog: Add support to MBHC
@ 2017-08-02 17:09 srinivas.kandagatla
  2017-08-02 17:09 ` [PATCH v2 1/6] ASoC: jack: fix snd_soc_codec_set_jack return error srinivas.kandagatla
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: srinivas.kandagatla @ 2017-08-02 17:09 UTC (permalink / raw)
  To: Mark Brown, Banajit Goswami, alsa-devel
  Cc: damien.riegel, Patrick Lai, linux-kernel, Takashi Iwai,
	Srinivas Kandagatla

From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

This patchset adds support to MBHC(Multibutton headset control) block in PM8916
analog block. MBHC support comes from2 blocks first mechanical headset detection
and second headset type, 5 button detection.

This patchset adds support to:
1> Support to NC and NO type of headset Jacks.
2> Mechanical insertion and detection of headset jack.
3> Detect a 3 pole Headphone and a 4 pole Headset.
4> Detect 5 buttons.

Damien sent a similar patchset to add support to mechanical detection,
but that patch has issues and will not work on most usecases (for example
after a playback/capture session, multicodec case). So I only picked up
the BIT mask patch from that series.

Tested it on DB410c with Audio Mezz board with 4 pole and 3 pole
and during playback and recording use cases.

Changes since v1(https://www.spinics.net/lists/kernel/msg2565463.html):
	- Micbias left to hardware default value suggested by Mark.
	- Updated commit log to reflect low power state for mbhc
	- cleaned up code spotted by Mark.
	- Moved the button voltage threshold to dt, suggested by Mark
	- Fixed key release issue reported by Damien

Srinivas Kandagatla (6):
  ASoC: jack: fix snd_soc_codec_set_jack return error
  ASoC: codecs: msm8916-wcd-analog: move codec reset to probe
  ASoC: codecs: msm8916-wcd-analog: get micbias voltage from dt
  ASoC: codecs: msm8916-wcd-analog: add MBHC support
  ASoC: qcom: apq8016-sbc: Add support to Headset JACK
  arm64: dts: apq8016-sbc: add mbhc buttons support

 .../bindings/sound/qcom,msm8916-wcd-analog.txt     |  18 +-
 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi          |   2 +
 sound/soc/codecs/msm8916-wcd-analog.c              | 412 +++++++++++++++++++--
 sound/soc/qcom/apq8016_sbc.c                       |  34 ++
 sound/soc/soc-jack.c                               |   2 +-
 5 files changed, 444 insertions(+), 24 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-08-21 18:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-02 17:09 [PATCH v2 0/6] ASoC: codecs: msm8916-wcd-analog: Add support to MBHC srinivas.kandagatla
2017-08-02 17:09 ` [PATCH v2 1/6] ASoC: jack: fix snd_soc_codec_set_jack return error srinivas.kandagatla
2017-08-02 17:09 ` [PATCH v2 2/6] ASoC: codecs: msm8916-wcd-analog: move codec reset to probe srinivas.kandagatla
2017-08-02 17:09 ` [PATCH v2 3/6] ASoC: codecs: msm8916-wcd-analog: get micbias voltage from dt srinivas.kandagatla
2017-08-02 17:09 ` [PATCH v2 4/6] ASoC: codecs: msm8916-wcd-analog: add MBHC support srinivas.kandagatla
2017-08-02 23:33   ` Damien Riegel
2017-08-03 11:11     ` Srinivas Kandagatla
2017-08-03 12:53       ` Damien Riegel
2017-08-03 13:10         ` Srinivas Kandagatla
2017-08-02 17:09 ` [PATCH v2 5/6] ASoC: qcom: apq8016-sbc: Add support to Headset JACK srinivas.kandagatla
2017-08-21 18:33   ` Applied "ASoC: qcom: apq8016-sbc: Add support to Headset JACK" to the asoc tree Mark Brown
2017-08-02 17:09 ` [PATCH v2 6/6] arm64: dts: apq8016-sbc: add mbhc buttons support srinivas.kandagatla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).