* [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate
@ 2010-11-13 17:51 Arnaud Patard
2010-11-15 11:08 ` Liam Girdwood
2010-11-15 12:28 ` Mark Brown
0 siblings, 2 replies; 3+ messages in thread
From: Arnaud Patard @ 2010-11-13 17:51 UTC (permalink / raw)
To: alsa-devel; +Cc: Robas Teodor, Liam Girdwood, Mark Brown, Nicolas Pitre
[-- Attachment #1: ultimate.patch --]
[-- Type: text/plain, Size: 1862 bytes --]
OpenRD Ultimate & Client are similar machines so enable OpenRD client sound
support on Ultimate too
Tested-by: Robas Teodor <teodor.robas@gmail.com>
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Index: sound-2.6/arch/arm/mach-kirkwood/openrd-setup.c
===================================================================
--- sound-2.6.orig/arch/arm/mach-kirkwood/openrd-setup.c 2010-11-12 17:58:41.000000000 +0100
+++ sound-2.6/arch/arm/mach-kirkwood/openrd-setup.c 2010-11-12 17:59:06.000000000 +0100
@@ -94,7 +94,7 @@
kirkwood_i2c_init();
- if (machine_is_openrd_client()) {
+ if (machine_is_openrd_client() || machine_is_openrd_ultimate()) {
i2c_register_board_info(0, i2c_board_info,
ARRAY_SIZE(i2c_board_info));
kirkwood_audio_init();
Index: sound-2.6/sound/soc/kirkwood/kirkwood-openrd.c
===================================================================
--- sound-2.6.orig/sound/soc/kirkwood/kirkwood-openrd.c 2010-11-12 17:59:17.000000000 +0100
+++ sound-2.6/sound/soc/kirkwood/kirkwood-openrd.c 2010-11-12 17:59:31.000000000 +0100
@@ -86,7 +86,7 @@
{
int ret;
- if (!machine_is_openrd_client())
+ if (!machine_is_openrd_client() && !machine_is_openrd_ultimate())
return 0;
openrd_client_snd_device = platform_device_alloc("soc-audio", -1);
Index: sound-2.6/sound/soc/kirkwood/Kconfig
===================================================================
--- sound-2.6.orig/sound/soc/kirkwood/Kconfig 2010-11-12 17:59:51.000000000 +0100
+++ sound-2.6/sound/soc/kirkwood/Kconfig 2010-11-12 18:00:27.000000000 +0100
@@ -11,7 +11,7 @@
config SND_KIRKWOOD_SOC_OPENRD
tristate "SoC Audio support for Kirkwood Openrd Client"
- depends on SND_KIRKWOOD_SOC && MACH_OPENRD_CLIENT
+ depends on SND_KIRKWOOD_SOC && (MACH_OPENRD_CLIENT || MACH_OPENRD_ULTIMATE)
select SND_KIRKWOOD_SOC_I2S
select SND_SOC_CS42L51
help
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate
2010-11-13 17:51 [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate Arnaud Patard
@ 2010-11-15 11:08 ` Liam Girdwood
2010-11-15 12:28 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-11-15 11:08 UTC (permalink / raw)
To: Arnaud Patard; +Cc: Robas Teodor, alsa-devel, Mark Brown, Nicolas Pitre
On Sat, 2010-11-13 at 18:51 +0100, Arnaud Patard wrote:
> plain text document attachment (ultimate.patch)
> OpenRD Ultimate & Client are similar machines so enable OpenRD client sound
> support on Ultimate too
>
> Tested-by: Robas Teodor <teodor.robas@gmail.com>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate
2010-11-13 17:51 [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate Arnaud Patard
2010-11-15 11:08 ` Liam Girdwood
@ 2010-11-15 12:28 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-11-15 12:28 UTC (permalink / raw)
To: Arnaud Patard; +Cc: Robas Teodor, alsa-devel, Liam Girdwood, Nicolas Pitre
On Sat, Nov 13, 2010 at 06:51:53PM +0100, Arnaud Patard wrote:
>
> OpenRD Ultimate & Client are similar machines so enable OpenRD client sound
> support on Ultimate too
>
> Tested-by: Robas Teodor <teodor.robas@gmail.com>
> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-15 12:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-13 17:51 [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate Arnaud Patard
2010-11-15 11:08 ` Liam Girdwood
2010-11-15 12:28 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox