ChangeSet 1.2181.25.15, 2005/03/22 09:03:57+01:00, [EMAIL PROTECTED]
[ALSA] Use full-digital model as default for CMI9880
HDA Codec driver
Use full-digital model as default for CMI9880 rather than the
minimal model.
Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
patch_cmedia.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -Nru a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c
--- a/sound/pci/hda/patch_cmedia.c 2005-03-30 16:12:18 -08:00
+++ b/sound/pci/hda/patch_cmedia.c 2005-03-30 16:12:18 -08:00
@@ -565,7 +565,7 @@
spec->board_config = snd_hda_check_board_config(codec, cmi9880_cfg_tbl);
if (spec->board_config < 0) {
snd_printd(KERN_INFO "hda_codec: Unknown model for CMI9880\n");
- spec->board_config = CMI_MINIMAL;
+ spec->board_config = CMI_FULL_DIG; /* try everything */
}
switch (spec->board_config) {
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html