]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Replace with standard printk
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Feb 2014 11:21:03 +0000 (12:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Feb 2014 11:27:32 +0000 (12:27 +0100)
commitcf24a869ce73c786c7607da7cbd56986217284c5
tree69978ef2eca15fcfc79e42e467be616262d1ff89
parent8a96c62040d0e528fd492da8af0bd615d65e4e2f
ALSA: hda - Replace with standard printk

Use dev_err() and co for messages from HD-audio controller and codec
drivers.  The codec drivers are mostly bound with codec objects, so
some helper macros, codec_err(), codec_info(), etc, are provided.
They merely wrap the corresponding dev_xxx().

There are a few places still calling snd_printk() and its variants
as they are called without the codec or device context.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
17 files changed:
sound/pci/hda/hda_auto_parser.c
sound/pci/hda/hda_beep.c
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_eld.c
sound/pci/hda/hda_generic.c
sound/pci/hda/hda_i915.c
sound/pci/hda/hda_intel.c
sound/pci/hda/hda_local.h
sound/pci/hda/hda_sysfs.c
sound/pci/hda/patch_ca0132.c
sound/pci/hda/patch_cmedia.c
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_si3054.c
sound/pci/hda/patch_sigmatel.c
sound/pci/hda/thinkpad_helper.c