Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1187393

[PATCH v2 0/2] Add codec machine driver for rockchip platform

Path csiph.com!aioe.org!bofh.it!news.nic.it!robomod
From Xing Zheng <zhengxing@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] Add codec machine driver for rockchip platform
Date Sat, 18 Jul 2015 07:20:01 +0200
Message-ID <pNsHv-2VV-3@gated-at.bofh.it> (permalink)
X-Original-To dgreid@chromium.org, dianders@chromium.org, heiko@sntech.de, sonnyrao@chromium.org
X-263anti-Spam KSV:0;
X-Mail-Delivery 1
X-Abs-Checked 4
X-Rl-Sender zhengxing@rock-chips.com
X-Fst-To dgreid@chromium.org
X-Sender-IP 58.22.7.114
X-Login-Name zhengxing@rock-chips.com
X-Unique-Tag <472b8703d1d916cc508fd6cdbb5cd5a6>
X-Sender zhengxing@rock-chips.com
X-Mailer git-send-email 1.7.9.5
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 44
Organization linux.* mail to news gateway
X-Original-Cc linux-rockchip@lists.infradead.org, zhengxing <zhengxing@rock-chips.com>, Jaroslav Kysela <perex@perex.cz>, devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>, Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.de>, Kumar Gala <galak@codeaurora.org>, linux-kernel@vger.kernel.org, Ian Campbell <ijc+devicetree@hellion.org.uk>, Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>, Mark Rutland <mark.rutland@arm.com>, linux-arm-kernel@lists.infradead.org
X-Original-Date Sat, 18 Jul 2015 13:08:42 +0800
X-Original-Message-ID <1437196124-32655-1-git-send-email-zhengxing@rock-chips.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref aioe.org linux.kernel:1187393

Show key headers only | View raw


From: zhengxing <zhengxing@rock-chips.com>


Hi,
  The simple-card is not common at present, soc maybe need own machine
driver for jack detection.
  Add drivers for two families of rockchip-bases chromebooks. These
machine drives don't use simplecard because we need custom jack
detection plumbing.

- use ts3a227e for ext jack detection with max98090
- call rt5645_set_jack_detect function via rt5645 codec driver

Thanks.


Changes in v2:
Signed-off-by: zhengxing <zhengxing@rock-chips.com>

zhengxing (2):
  ASoC: rockchip: Add machine driver for max98090 codec
  ASoC: rockchip: Add machine driver for rt5645/rt5650 codec

 .../bindings/sound/rockchip-max98090.txt           |   19 ++
 .../devicetree/bindings/sound/rockchip-rt5645.txt  |   17 ++
 sound/soc/rockchip/Kconfig                         |   19 ++
 sound/soc/rockchip/Makefile                        |    6 +
 sound/soc/rockchip/rockchip_max98090.c             |  247 ++++++++++++++++++++
 sound/soc/rockchip/rockchip_rt5645.c               |  236 +++++++++++++++++++
 6 files changed, 544 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/rockchip-max98090.txt
 create mode 100644 Documentation/devicetree/bindings/sound/rockchip-rt5645.txt
 create mode 100644 sound/soc/rockchip/rockchip_max98090.c
 create mode 100644 sound/soc/rockchip/rockchip_rt5645.c

-- 
1.7.9.5


--
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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] Add codec machine driver for rockchip platform Xing Zheng <zhengxing@rock-chips.com> - 2015-07-18 07:20 +0200
  [PATCH v2 2/2] ASoC: rockchip: Add machine driver for rt5645/rt5650 codec Xing Zheng <zhengxing@rock-chips.com> - 2015-07-18 07:20 +0200
  [PATCH v2 1/2] ASoC: rockchip: Add machine driver for max98090 codec Xing Zheng <zhengxing@rock-chips.com> - 2015-07-18 07:20 +0200
    Re: [PATCH v2 1/2] ASoC: rockchip: Add machine driver for max98090  codec Mark Brown <broonie@kernel.org> - 2015-07-18 11:20 +0200
      Re: [PATCH v2 1/2] ASoC: rockchip: Add machine driver for max98090  codec Xing Zheng <zhengxing@rock-chips.com> - 2015-07-19 09:50 +0200

csiph-web