22 Jan
2013
22 Jan
'13
2:14 p.m.
At Tue, 22 Jan 2013 20:57:47 +0800, Raymond Yau wrote:
The aamix NIDs are also missing for AD codecs. All AD codecs seem to have a (more or less) working aamix widget.
Signed-off-by: Takashi Iwai tiwai@suse.de
@@ -4632,7 +4636,7 @@ static int ad1882_parse_auto_config(struct
hda_codec *codec)
{ struct ad198x_spec *spec = codec->spec;
spec->beep_dev_nid = 0x10;
spec->beep_dev_nid = 0x20; set_beep_amp(spec, 0x10, 0, HDA_OUTPUT); return ad198x_parse_auto_config(codec);
}
Seem typo in aamix nid
Good catch, fixed now.
thanks,
Takashi