From: Takashi Iwai Date: Tue, 25 Feb 2014 11:21:03 +0000 (+0100) Subject: ALSA: hda - Replace with standard printk X-Git-Tag: v3.15-rc1~142^2~3^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e76a8833fac8dc1735aa5be7d1b3c92c65e209e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed