From: Ondrej Zary Date: Fri, 15 Jun 2012 18:55:54 +0000 (+0200) Subject: ALSA: snd-opti9xx: fixes for MED3931 card (opti931) X-Git-Tag: v3.6-rc1~117^2~6^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a3061accd897c9e4e3821cbd501660ac482497;p=pandora-kernel.git ALSA: snd-opti9xx: fixes for MED3931 card (opti931) MED3931 card did not work (failed with "OPTI chip not found") because snd-opti9xx gets mc_indir_index from pnp by adding 2 to the pnp-reported port. It probably works for some cards but not for this one. Datasheet says that the port is always at 0xe?e so just force the lowest nibble to be 0xe. Also this card powers up with (ugly) 3D sound enabled. As there's no mixer control for this, just disable it. Signed-off-by: Ondrej Zary Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed