Home
last modified time | relevance | path

Searched hist:f46c329644b1f7144d336fce037dd9f84ee1995f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_jack.cdiff f46c329644b1f7144d336fce037dd9f84ee1995f Tue Jul 17 09:48:27 CDT 2012 Takashi Iwai <tiwai@suse.de> ALSA: hda - Fix index number conflicts of phantom jacks

Since some jack controls may be renamed as phantom jacks, the existing
check for index conflicts doesn't work because it simply compares the
name with the last used name, assuming that the controls with the same
name continue. Thus, it would result in the duplicated controls when
two or more phantom jacks with the very same type exist, and the
driver gives up with an error.

This patch fixes the problem by checking the index number conflicts
more intensively (but dumbly).

Signed-off-by: Takashi Iwai <tiwai@suse.de>