public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add codec machine driver for rockchip platform
@ 2015-07-18  5:08 Xing Zheng
  2015-07-18  5:08 ` [PATCH v2 1/2] ASoC: rockchip: Add machine driver for max98090 codec Xing Zheng
  2015-07-18  5:08 ` [PATCH v2 2/2] ASoC: rockchip: Add machine driver for rt5645/rt5650 codec Xing Zheng
  0 siblings, 2 replies; 5+ messages in thread
From: Xing Zheng @ 2015-07-18  5:08 UTC (permalink / raw)
  To: dgreid, dianders, heiko, sonnyrao
  Cc: linux-rockchip, zhengxing, Jaroslav Kysela, devicetree,
	alsa-devel, Liam Girdwood, Mark Brown, Takashi Iwai, Kumar Gala,
	linux-kernel, Ian Campbell, Rob Herring, Pawel Moll, Mark Rutland,
	linux-arm-kernel

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



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

end of thread, other threads:[~2015-07-19  7:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-18  5:08 [PATCH v2 0/2] Add codec machine driver for rockchip platform Xing Zheng
2015-07-18  5:08 ` [PATCH v2 1/2] ASoC: rockchip: Add machine driver for max98090 codec Xing Zheng
2015-07-18  9:16   ` Mark Brown
2015-07-19  7:42     ` Xing Zheng
2015-07-18  5:08 ` [PATCH v2 2/2] ASoC: rockchip: Add machine driver for rt5645/rt5650 codec Xing Zheng

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