]> 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)
commit01a46c76a7b886fe01a706c08fc71641e40dc4ad
tree9215ad0124e637a4dbc76a1e759e1aaed6673a6a
parent275bb728f6d2934fe11d4db4326cecbc7b237a46
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