commit | 4e76a8833fac8dc1735aa5be7d1b3c92c65e209e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 12:21:03 2014 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Tue Feb 25 12:27:32 2014 +0100 |
tree | 69978ef2eca15fcfc79e42e467be616262d1ff89 | |
parent | b989d0444bd4999f9130d262b5ab7123d4077df8 [diff] |
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>