public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Audio Codec Driver of RK3036 SoC
@ 2015-11-06  8:39 Shunqian Zheng
  2015-11-06  8:39 ` [PATCH v3 1/2] ASoC: codec: Inno codec driver for " Shunqian Zheng
  2015-11-06  8:39 ` [PATCH v3 2/2] ASoC: RK3036: Add binding doc of inno-rk3036 codec driver Shunqian Zheng
  0 siblings, 2 replies; 6+ messages in thread
From: Shunqian Zheng @ 2015-11-06  8:39 UTC (permalink / raw)
  To: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, heiko,
	lgirdwood, broonie, perex, tiwai, benzh, benchan, kmixter
  Cc: linux-arm-kernel, linux-kernel, linux-rockchip, ZhengShunQian

From: ZhengShunQian <zhengsq@rock-chips.com>

This patches add the RK3036 SoC codec driver.

Rockchip RK3036 SoC integrated with an Inno audio codec. It supports
the following features:
o. 24bit DAC
o. Support 16Ω to 32Ω headphone output and speaker output
o. Support Mono, Stereo channel
o. Sampling rate of 8/12/16/24/32/44.1/48/96KHz

Changes of v3:
o. Fix the search/replace error in inno_rk3036.h
o. Change the compatible string in bindings Documentation
o. Make some changes from upstream's comments

Changes of v2:
o. Delete the machine driver in v1, it's better to use
   simple-card machine driver.
o. Use the dapm to manage power sequences and make some
   functions as user visible control.
o. Make some changes from upstream's comments.


ZhengShunQian (2):
  ASoC: codec: Inno codec driver for RK3036 SoC
  ASoC: RK3036: Add binding doc of inno-rk3036 codec driver

 .../devicetree/bindings/sound/inno-rk3036.txt      |  20 +
 sound/soc/codecs/Kconfig                           |   4 +
 sound/soc/codecs/Makefile                          |   2 +
 sound/soc/codecs/inno_rk3036.c                     | 438 +++++++++++++++++++++
 sound/soc/codecs/inno_rk3036.h                     | 120 ++++++
 5 files changed, 584 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/inno-rk3036.txt
 create mode 100644 sound/soc/codecs/inno_rk3036.c
 create mode 100644 sound/soc/codecs/inno_rk3036.h

-- 
1.9.1


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

end of thread, other threads:[~2015-11-06 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-06  8:39 [PATCH v3 0/2] Audio Codec Driver of RK3036 SoC Shunqian Zheng
2015-11-06  8:39 ` [PATCH v3 1/2] ASoC: codec: Inno codec driver for " Shunqian Zheng
2015-11-06 10:45   ` Mark Brown
2015-11-06 11:35     ` Shunqian Zheng
2015-11-06 11:47       ` Mark Brown
2015-11-06  8:39 ` [PATCH v3 2/2] ASoC: RK3036: Add binding doc of inno-rk3036 codec driver Shunqian Zheng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox