From: ideal.song@samsung.com (Inha Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH v2 0/3] Sound support for Exynos4412 Trats2 board
Date: Mon, 19 Jan 2015 18:48:19 +0900 [thread overview]
Message-ID: <1421660902-29679-1-git-send-email-ideal.song@samsung.com> (raw)
This patch-set adds basic sound support for the Trats2 boards.
It just support primary I2s and external speaker playback.
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 (3):
ASoC: samsung: Add machine driver for Trats2
ASoC: samsung: Document Trats2 audio subsystem bindings
ARM: dts: Add sound nodes for exynos4412-trats2
.../bindings/sound/samsung,trats2-wm1811.txt | 25 +++
arch/arm/boot/dts/exynos4412-trats2.dts | 39 ++++
sound/soc/samsung/Kconfig | 8 +
sound/soc/samsung/Makefile | 2 +
sound/soc/samsung/trats2_wm1811.c | 218 +++++++++++++++++++++
5 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
next reply other threads:[~2015-01-19 9:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 9:48 Inha Song [this message]
2015-01-19 9:48 ` [alsa-devel] [PATCH v2 1/3] ASoC: samsung: Add machine driver for Trats2 Inha Song
2015-01-19 9:48 ` [alsa-devel] [PATCH v2 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings Inha Song
2015-01-19 9:48 ` [alsa-devel] [PATCH v2 3/3] ARM: dts: Add sound nodes for exynos4412-trats2 Inha Song
2015-01-21 16:23 ` Sylwester Nawrocki
2015-01-22 1:18 ` Inha Song
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421660902-29679-1-git-send-email-ideal.song@samsung.com \
--to=ideal.song@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox