All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/8] ASoC: Add support to WCD9335 Audio Codec
@ 2019-01-28 14:27 Srinivas Kandagatla
  2019-01-28 14:27 ` [PATCH v6 1/8] ASoC: dt-bindings: update wcd9335 bindings Srinivas Kandagatla
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Srinivas Kandagatla @ 2019-01-28 14:27 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, bgoswami, lgirdwood, vkoul, robh+dt, Srinivas Kandagatla

Thankyou for reviewing v5 patchset, here is v6 addressing comments from v5.

Qualcomm WCD9335 Codec is a standalone Hi-Fi audio codec IC.
It is integrated in multiple Qualcomm SoCs like: MSM8996, MSM8976,
and MSM8956 chipsets.

WCD9335 had multiple functional blocks, like: Soundwire controller,
interrupt mux, pin controller, Audio codec, MBHC, MAD(Mic activity Detection),
Ultrasonic proximity and pen detection, Battery-voltage monitoring and
Codec processing engine.

Currently this patchset has been only tested with SLIMbus interface due
to hardware avaiablity, but it can be easily made to work with both SLIMbus
and I2C/I2S.    

This patchset adds very basic playback and capture support without much
fancy features. New features will be added once the basic support is in.
This patchset is tested on top of linux-next on DB820c for both playback
, capture paths and MBHC.

Some parts of the code has been inherited from Qualcomm andriod kernel,
so credits to various authors.

WCD9335 can be interfaced via I2S/I2C or SLIMbus. 

Here is our integration branch incase someone want to try this out:
https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/log/?h=integration-linux-qcomlt

Thanks,
Srini

Changes since v5 (https://patchwork.kernel.org/cover/10756015/)
 - Added codec to SND_SOC_ALL_CODECS, also fixed irq return as suggested by Mark.
 - converted ear_pa gain to proper tlv as suggested by Mark.
 - converted rx_hph_mode_mux_text to more human readable strings as suggested by Mark.

Srinivas Kandagatla (8):
  ASoC: dt-bindings: update wcd9335 bindings.
  ASoC: wcd9335: add support to wcd9335 codec
  ASoC: wcd9335: add CLASS-H Controller support
  ASoC: wcd9335: add basic controls
  ASoC: wcd9335: add playback dapm widgets
  ASoC: wcd9335: add capture dapm widgets
  ASoC: wcd9335: add audio routings
  ASoC: apq8096: add slim support

 .../bindings/sound/qcom,wcd9335.txt           |   10 +-
 sound/soc/codecs/Kconfig                      |    9 +
 sound/soc/codecs/Makefile                     |    2 +
 sound/soc/codecs/wcd-clsh-v2.c                |  576 ++
 sound/soc/codecs/wcd-clsh-v2.h                |   49 +
 sound/soc/codecs/wcd9335.c                    | 5248 +++++++++++++++++
 sound/soc/codecs/wcd9335.h                    |  640 ++
 sound/soc/qcom/apq8096.c                      |   71 +-
 8 files changed, 6599 insertions(+), 6 deletions(-)
 create mode 100644 sound/soc/codecs/wcd-clsh-v2.c
 create mode 100644 sound/soc/codecs/wcd-clsh-v2.h
 create mode 100644 sound/soc/codecs/wcd9335.c
 create mode 100644 sound/soc/codecs/wcd9335.h

-- 
2.20.1

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

end of thread, other threads:[~2019-01-28 18:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 14:27 [PATCH v6 0/8] ASoC: Add support to WCD9335 Audio Codec Srinivas Kandagatla
2019-01-28 14:27 ` [PATCH v6 1/8] ASoC: dt-bindings: update wcd9335 bindings Srinivas Kandagatla
2019-01-28 14:27 ` [PATCH v6 2/8] ASoC: wcd9335: add support to wcd9335 codec Srinivas Kandagatla
2019-01-28 18:25   ` Applied "ASoC: wcd9335: add support to wcd9335 codec" to the asoc tree Mark Brown
2019-01-28 14:27 ` [PATCH v6 3/8] ASoC: wcd9335: add CLASS-H Controller support Srinivas Kandagatla
2019-01-28 14:27 ` [PATCH v6 4/8] ASoC: wcd9335: add basic controls Srinivas Kandagatla
2019-01-28 18:25   ` Applied "ASoC: wcd9335: add basic controls" to the asoc tree Mark Brown
2019-01-28 14:27 ` [PATCH v6 5/8] ASoC: wcd9335: add playback dapm widgets Srinivas Kandagatla
2019-01-28 18:24   ` Applied "ASoC: wcd9335: add playback dapm widgets" to the asoc tree Mark Brown
2019-01-28 14:27 ` [PATCH v6 6/8] ASoC: wcd9335: add capture dapm widgets Srinivas Kandagatla
2019-01-28 14:27 ` [PATCH v6 7/8] ASoC: wcd9335: add audio routings Srinivas Kandagatla
2019-01-28 14:27 ` [PATCH v6 8/8] ASoC: apq8096: add slim support Srinivas Kandagatla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.