[alsa-devel] [patch 1/1] Kirkwood/ASoC: Add support for OpenRD Ultimate
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
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
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.
participants (3)
-
Arnaud Patard
-
Liam Girdwood
-
Mark Brown