mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
ALSA: hda - Add a warning for ignored pins with ALC259/268/269
The current ALC259/268/269 parser ignores some pins as unhandled, but user won't notice what goes wrong. So, added a warning message for the ignored pins as a hint. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
b08b1637ce
commit
c7a9434dd6
1 changed files with 2 additions and 0 deletions
|
@ -13164,6 +13164,8 @@ static int alc268_new_analog_output(struct alc_spec *spec, hda_nid_t nid,
|
||||||
dac = 0x03;
|
dac = 0x03;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
snd_printd(KERN_WARNING "hda_codec: "
|
||||||
|
"ignoring pin 0x%x as unknown\n", nid);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if (spec->multiout.dac_nids[0] != dac &&
|
if (spec->multiout.dac_nids[0] != dac &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue