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)
commit0ba41d917eeb87f608cf147f870ff2f4c1056bab
treee848ad3bb355ec92150b7f22eab66e88d7eee34b
parent6436bcf6a4a35ae83af9ff3c250435e5fd001205
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