diff options
author | Kailang Yang <kailang@realtek.com.tw> | 2005-12-05 13:42:22 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:30:20 -0500 |
commit | df694daa3c0135202e4702cb2d11e68a43f6c51e (patch) | |
tree | 1c274f376771ec0ace88200dc97141702ef42a38 /sound/pci/hda/patch_cmedia.c | |
parent | 59acf76e0268e3f0156ef5113e89d838a8c02bb6 (diff) |
[ALSA] hda-codec - Add the support of ALC262,ALC883,ALC885,ALC861
Modules: HDA Codec driver,HDA generic driver
This patch adds the support of ALC262,ALC883,ALC885,ALC861 to driver
More models and improvements for ALC880, ALC260 and ALC882 codecs, too.
Signed-off-by: Kailang Yang <kailang@realtek.com.tw>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_cmedia.c')
-rw-r--r-- | sound/pci/hda/patch_cmedia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c index 9a6981162982..d38ce22507ae 100644 --- a/sound/pci/hda/patch_cmedia.c +++ b/sound/pci/hda/patch_cmedia.c | |||
@@ -711,7 +711,7 @@ static int patch_cmi9880(struct hda_codec *codec) | |||
711 | spec->dig_in_nid = CMI_DIG_IN_NID; | 711 | spec->dig_in_nid = CMI_DIG_IN_NID; |
712 | spec->multiout.max_channels = 8; | 712 | spec->multiout.max_channels = 8; |
713 | } | 713 | } |
714 | snd_hda_parse_pin_def_config(codec, &cfg); | 714 | snd_hda_parse_pin_def_config(codec, &cfg, NULL); |
715 | if (cfg.line_outs) { | 715 | if (cfg.line_outs) { |
716 | spec->multiout.max_channels = cfg.line_outs * 2; | 716 | spec->multiout.max_channels = cfg.line_outs * 2; |
717 | cmi9880_fill_multi_dac_nids(codec, &cfg); | 717 | cmi9880_fill_multi_dac_nids(codec, &cfg); |