lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Nov 2009 18:57:19 +0530
From:	"Chaithrika U S" <chaithrika@...com>
To:	"'A. Porodko'" <panda@...lcom.ru>,
	"'Liam Girdwood'" <lrg@...mlogic.co.uk>,
	"'Mark Brown'" <broonie@...nsource.wolfsonmicro.com>,
	"'Jaroslav Kysela'" <perex@...ex.cz>,
	"'Takashi Iwai'" <tiwai@...e.de>,
	"'Troy Kisky'" <troy.kisky@...ndarydevices.com>,
	"'David Brownell'" <dbrownell@...rs.sourceforge.net>,
	"'Kevin Hilman'" <khilman@...prootsystems.com>,
	<alsa-devel@...a-project.org>, <linux-kernel@...r.kernel.org>
Subject: RE: Sound support for Neuros OSD2 Davinci based board.

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


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ