[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1446717194-8572-1-git-send-email-zhengsq@rock-chips.com>
Date: Thu, 5 Nov 2015 17:53:12 +0800
From: Shunqian Zheng <zhengsq@...k-chips.com>
To: robh+dt@...nel.org, pawel.moll@....com, mark.rutland@....com,
ijc+devicetree@...lion.org.uk, galak@...eaurora.org,
heiko@...ech.de, lgirdwood@...il.com, broonie@...nel.org,
perex@...ex.cz, tiwai@...e.com, benzh@...omium.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-rockchip@...ts.infradead.org,
ZhengShunQian <zhengsq@...k-chips.com>
Subject: [PATCH v2 0/2] Audio Codec Driver of RK3036 SoC
From: ZhengShunQian <zhengsq@...k-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 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 | 455 +++++++++++++++++++++
sound/soc/codecs/inno_rk3036.h | 120 ++++++
5 files changed, 601 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists