lkml.org 
[lkml]   [2016]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC v2 0/3] ASoC: Add support to Qualcomm msm8916-wcd codec
Date
This patchset aims at adding msm8916-wcd codec support.
msm8916-wcd codec is found in Qualcomm msm8916 and apq8016 processors.
This codec IP is split in to two parts(Digital & Analog), Analog part
is integrated in to PMIC PM8916 and the digital part is integrated into
Application processor. Register access to the analog part is done via
SPMI interface to PMIC, and registers on the Application processor are
memory mapped. Data transfer between Analog and Digital Die is done via
a internal bus called PDM.

This series also add a new macro SOC_SINGLE_S8_TLV() which is used in
the codec driver to control gain on a 8 bit signed gain control register.

Most of this driver is ported from downstream Andriod v3.10 kernel.
Jack support and Headset button detection code is not added in to this series.

This codec support:
- 3 Microphones: Primary Mic(Handset mic), Headset Mic and Secondary Mic.
- 2 Digital Microphones.
- 2 Mic Bias Circuits.
- Earpiece
- Headset
- Loud Speaker.
- Jack Detect.
- Headset Button detection circuit.

Tested this code on v4.6 with lpass driver Headset (Mic and speakers), Secondary Mic
and Loudspeaker on DB410C. DMIC should work too.

Thanks,
srini

Changes since RFC v1 (https://lkml.org/lkml/2016/2/16/710)
- Lot of code cleanup as suggest by Mark Brown.
- Fixed bindings as suggested by Mark Rutland.
- merged all the patches to one as spliting the patches did not help review.

Srinivas Kandagatla (3):
ASoC: msm8916: Add codec Device Tree bindings.
ASoC: Introduce SOC_SINGLE_S8_TLV() macro
ASoC: msm8916: Add msm8916-wcd codec driver

.../devicetree/bindings/sound/qcom,msm8916-wcd.txt | 101 ++
include/dt-bindings/sound/msm8916-wcd.h | 7 +
include/sound/soc.h | 11 +
sound/soc/codecs/Kconfig | 4 +
sound/soc/codecs/Makefile | 3 +-
sound/soc/codecs/msm8916-wcd-registers.h | 710 +++++++++
sound/soc/codecs/msm8916-wcd.c | 1582 ++++++++++++++++++++
sound/soc/codecs/msm8916-wcd.h | 308 ++++
8 files changed, 2725 insertions(+), 1 deletion(-)
create mode 100644 Documentation/devicetree/bindings/sound/qcom,msm8916-wcd.txt
create mode 100644 include/dt-bindings/sound/msm8916-wcd.h
create mode 100644 sound/soc/codecs/msm8916-wcd-registers.h
create mode 100644 sound/soc/codecs/msm8916-wcd.c
create mode 100644 sound/soc/codecs/msm8916-wcd.h

--
2.8.2

\
 
 \ /
  Last update: 2016-05-27 16:01    [W:0.087 / U:0.452 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site