ALSA: au88x0: pr_* replaced with dev_*
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Mon, 13 Oct 2014 06:07:19 +0000 (11:37 +0530)
committerTakashi Iwai <tiwai@suse.de>
Wed, 15 Oct 2014 10:03:18 +0000 (12:03 +0200)
pr_* macros replaced with dev_* as they are more preffered over pr_*.
each file which had pr_* was reviewed manually and replaced with dev_*.
here we have actually used the reference of the vortex which was added
to some functions in the previous patch of this series.

The prefix of the CARD_NAME and prefix of "vortex:" was also
removed as the dev_* will print the device name.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found