]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio - Call get_min_max_*() after determining the name string
authorTakashi Iwai <tiwai@suse.de>
Mon, 14 May 2012 15:11:06 +0000 (17:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 15 May 2012 06:35:00 +0000 (08:35 +0200)
commitfa223c968eaf8b7496628ec3d0fd3a03b8b92f4a
tree9215ad0124e637a4dbc76a1e759e1aaed6673a6a
parent0d382727b4d136783117b2c8c8116c4cca76e6df
ALSA: usb-audio - Call get_min_max_*() after determining the name string

get_min_max_with_quirks() must be called after the control id name
string is determined, but the current code changes the id name string
after calling the function.

Reported-by: Christian Melki <christian.melki@ericsson.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/mixer.c