[alsa-devel] Sound support for Neuros OSD2 Davinci based board.
Hello,
Here is a patch for Neuros OSD2 Davinci (DM6446) based board sound support. Patch made against 2.6.32-rc6 kernel. ------------------------------------------
Hello,
On Thu, Nov 26, 2009 at 18:36:38, A. Porodko wrote:
Hello,
Here is a patch for Neuros OSD2 Davinci (DM6446) based board sound support. Patch made against 2.6.32-rc6 kernel.
-- Best regards Andrey A. Porodko
@@ -246,6 +249,9 @@ static int __init evm_init(void) if (machine_is_davinci_evm()) { evm_snd_dev_data = &evm_snd_devdata; index = 0; + } else if (machine_is_neuros_osd2()) { + evm_snd_dev_data = &evm_snd_devdata; + index = 0;
The above can be combined with the check for DaVinci EVM if (machine_is_davinci_evm() || (machine_is_neuros_osd2()) { evm_snd_dev_data = &evm_snd_devdata; index = 0; Regards, Chaithrika
On Thu, Nov 26, 2009 at 06:57:19PM +0530, Chaithrika U S wrote:
@@ -246,6 +249,9 @@ static int __init evm_init(void) if (machine_is_davinci_evm()) { evm_snd_dev_data = &evm_snd_devdata; index = 0;
- } else if (machine_is_neuros_osd2()) {
evm_snd_dev_data = &evm_snd_devdata;
index = 0;
The above can be combined with the check for DaVinci EVM if (machine_is_davinci_evm() || (machine_is_neuros_osd2()) { evm_snd_dev_data = &evm_snd_devdata; index = 0;
I raised the same query when Andrey sent an off-list copy to me by mistake - he said that in future he intends to extend the driver to have additional features not present on the EVM (though for me that could always change the || later).
Andrey, with Linux kernel patches reply to all is generally the way forward.
On Thu, Nov 26, 2009 at 06:06:38PM +0500, A. Porodko wrote:
Hello,
Here is a patch for Neuros OSD2 Davinci (DM6446) based board sound support. Patch made against 2.6.32-rc6 kernel.
This doesn't apply against current ASoC. Could you please regenerate against this branch:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git for-2.6.33
participants (3)
-
A. Porodko
-
Chaithrika U S
-
Mark Brown