commit | 00966dcdf0e324e10ab79d505732c339f72417d9 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Jul 25 23:00:53 2018 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jul 26 08:32:00 2018 +0200 |
tree | 1c76e32b36c1f5a258c69f15cade9a8509fdd6b2 | |
parent | 7e9c20f40304a16d5f69dbdc44a551cc48252266 [diff] |
ALSA: usb-audio: Declare the common variable in header file Declare snd_usb_feature_unit_ctl properly in mixer.h. Otherwise it's error-prone. This fixes the sparse warning: sound/usb/mixer.c:1464:25: warning: symbol 'snd_usb_feature_unit_ctl' was not declared. Should it be static? Signed-off-by: Takashi Iwai <tiwai@suse.de>