https://github.com/torvalds/linux
Revision ad2409413d09fca763be1ac5161f2a9d82367903 authored by Takashi Iwai on 17 June 2011, 12:23:46 UTC, committed by Takashi Iwai on 17 June 2011, 12:23:46 UTC
The via driver spews warnigs like
	hda-codec: no NID for mapping control Independent HP:0:0
with some codecs because snd_hda_add_nid() is called with nid=0.
This patch fixes it by skipping the call when no corresponding widget
is found.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent cf6f1ff
History
Tip revision: ad2409413d09fca763be1ac5161f2a9d82367903 authored by Takashi Iwai on 17 June 2011, 12:23:46 UTC
ALSA: hda - Fix no NID error with VIA codecs
Tip revision: ad24094
File Mode Size
Kconfig -rw-r--r-- 503 bytes
Makefile -rw-r--r-- 227 bytes
addr.c -rw-r--r-- 31.6 KB
caps.c -rw-r--r-- 84.0 KB
ceph_frag.c -rw-r--r-- 365 bytes
debugfs.c -rw-r--r-- 6.4 KB
dir.c -rw-r--r-- 34.3 KB
export.c -rw-r--r-- 6.1 KB
file.c -rw-r--r-- 22.7 KB
inode.c -rw-r--r-- 49.6 KB
ioctl.c -rw-r--r-- 6.8 KB
ioctl.h -rw-r--r-- 1.3 KB
locks.c -rw-r--r-- 7.5 KB
mds_client.c -rw-r--r-- 86.7 KB
mds_client.h -rw-r--r-- 11.7 KB
mdsmap.c -rw-r--r-- 4.3 KB
snap.c -rw-r--r-- 25.5 KB
strings.c -rw-r--r-- 3.7 KB
super.c -rw-r--r-- 22.2 KB
super.h -rw-r--r-- 25.4 KB
xattr.c -rw-r--r-- 20.4 KB

back to top