linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH v3 0/4] Sound support for Exynos4412 Trats2 board
@ 2015-01-22 11:17 Inha Song
  2015-01-22 11:17 ` [alsa-devel] [PATCH v3 1/4] ASoC: samsung: Add machine driver for Trats2 Inha Song
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Inha Song @ 2015-01-22 11:17 UTC (permalink / raw)
  To: linux-arm-kernel

This patch-set adds basic sound support for the Trats2 boards.
It just support primary I2s and external speaker playback.

Changes in v3:
  - Set clock out parent to XUSBXTI in pmu_system_controller DT node.

Changes in v2:
  - Remove unnecessary lines in Trats2 machine driver
  - move clock enable/disable to .startup / .shutdown
  - Fix code style issues
  - Remove mclk DT property in Trats2 sound and add MCLK1 property in WM1811 node.
    (MCLK1 is optional property in WM8994 node - refer: Document/devicetree/bindings/sound/wm8994.txt)
  - Use mclk that defined in WM1811 DT node.
  - Add "samsung,audio-codec" property to required properties.

Inha Song (4):
  ASoC: samsung: Add machine driver for Trats2
  ASoC: samsung: Document Trats2 audio subsystem bindings
  ARM: dts: set clock out parent to XUSBXTI
  ARM: dts: Add sound nodes for exynos4412-trats2

 .../bindings/sound/samsung,trats2-wm1811.txt       |  25 +++
 arch/arm/boot/dts/exynos4.dtsi                     |   2 +
 arch/arm/boot/dts/exynos4412-trats2.dts            |  37 ++++
 sound/soc/samsung/Kconfig                          |   8 +
 sound/soc/samsung/Makefile                         |   2 +
 sound/soc/samsung/trats2_wm1811.c                  | 218 +++++++++++++++++++++
 6 files changed, 292 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/samsung,trats2-wm1811.txt
 create mode 100644 sound/soc/samsung/trats2_wm1811.c

-- 
2.0.0.390.gcb682f8

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

end of thread, other threads:[~2015-01-23  6:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22 11:17 [alsa-devel] [PATCH v3 0/4] Sound support for Exynos4412 Trats2 board Inha Song
2015-01-22 11:17 ` [alsa-devel] [PATCH v3 1/4] ASoC: samsung: Add machine driver for Trats2 Inha Song
2015-01-22 12:16   ` Sylwester Nawrocki
2015-01-23  0:56     ` Inha Song
2015-01-22 11:18 ` [alsa-devel] [PATCH v3 2/4] ASoC: samsung: Document Trats2 audio subsystem bindings Inha Song
2015-01-22 12:17   ` Sylwester Nawrocki
2015-01-22 11:18 ` [alsa-devel] [PATCH v3 3/4] ARM: dts: set clock out parent to XUSBXTI Inha Song
2015-01-22 12:25   ` Sylwester Nawrocki
2015-01-23  0:49     ` Inha Song
2015-01-23  6:41     ` Kukjin Kim
2015-01-22 11:18 ` [alsa-devel] [PATCH v3 4/4] ARM: dts: Add sound nodes for exynos4412-trats2 Inha Song

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).