Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752524AbbKICLE (ORCPT ); Sun, 8 Nov 2015 21:11:04 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:35891 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752437AbbKICLA (ORCPT ); Sun, 8 Nov 2015 21:11:00 -0500 From: Shunqian Zheng To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, heiko@sntech.de, lgirdwood@gmail.com, broonie@kernel.org, perex@perex.cz, tiwai@suse.com, benzh@chromium.org, benchan@google.com, kmixter@google.com Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, ZhengShunQian Subject: [PATCH v4 0/2] Audio Codec Driver of RK3036 SoC Date: Mon, 9 Nov 2015 10:10:18 +0800 Message-Id: <1447035020-10332-1-git-send-email-zhengsq@rock-chips.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1759 Lines: 49 From: ZhengShunQian 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 v4: o. Use the custom .get/.put/.info() for "Anti-pop Switch" control 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 | 491 +++++++++++++++++++++ sound/soc/codecs/inno_rk3036.h | 123 ++++++ 5 files changed, 640 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/