]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Use standard printk helpers
authorTakashi Iwai <tiwai@suse.de>
Wed, 26 Feb 2014 12:02:17 +0000 (13:02 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 26 Feb 2014 15:45:34 +0000 (16:45 +0100)
commitcd83a578ceb22509a240533df0968fbb2f1f0ae6
treee848ad3bb355ec92150b7f22eab66e88d7eee34b
parente36a1803e9eb0ae8e968ff9801465cdf50f8ce75
ALSA: usb-audio: Use standard printk helpers

Convert with dev_err() and co from snd_printk(), etc.
As there are too deep indirections (e.g. ep->chip->dev->dev),
a few new local macros, usb_audio_err() & co, are introduced.

Also, the device numbers in some messages are dropped, as they are
shown in the prefix automatically.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/card.c
sound/usb/clock.c
sound/usb/endpoint.c
sound/usb/format.c
sound/usb/midi.c
sound/usb/mixer.c
sound/usb/mixer_quirks.c
sound/usb/pcm.c
sound/usb/quirks.c
sound/usb/stream.c
sound/usb/usbaudio.h