20 Feb
2017
20 Feb
'17
10:52 p.m.
On Mon, 20 Feb 2017 21:09:19 +0100, Takashi Sakamoto wrote:
When accessed inner a file, functions should have static qualifier for local-linkage.
This commit fixes the bug. Sparse generated below warning.
sound/usb/mixer_us16x08.c:1043:32: warning: symbol 'snd_us16x08_create_meter_store' was not declared. Should it be static?
Fixes: d2bb390a2081 ("ALSA: usb-audio: Tascam US-16x08 DSP mixer quirk") Signed-off-by: Takashi Sakamoto o-takashi@sakamocchi.jp
Applied, thanks.
Takashi