]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - sound/core/pcm_native.c
ALSA: pcm: Use standard printk helpers
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Feb 2014 17:19:48 +0000 (18:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 14 Feb 2014 07:14:15 +0000 (08:14 +0100)
commit09e56df8b37f5e751614a0d140b8bf8250812912
treeabc4a4b45bc301cf51e996198b2d1b42c8160db9
parentbb00945749c544670d30d9eaee2494da50af6b6e
ALSA: pcm: Use standard printk helpers

Use dev_err() & co as much as possible.  If not available (no device
assigned at the calling point), use pr_xxx() helpers instead.

For simplicity, introduce new helpers for pcm stream, pcm_err(), etc.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/pcm.c
sound/core/pcm_lib.c
sound/core/pcm_native.c
sound/core/pcm_timer.c