summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'topic/cvt-dev-prints' into for-nextTakashi Iwai2014-02-28107-2117/+2520
|\ | | | | | | | | This merges the bunch of changes over pci and usb sound drivers to convert to dev_err() and co.
| * ALSA: 6fire: Use standard printk helpersTakashi Iwai2014-02-266-72/+86
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: usb-audio: Use standard printk helpersTakashi Iwai2014-02-2611-254/+325
| | | | | | | | | | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. As there are too deep indirections (e.g. ep->chip->dev->dev), a few new local macros, usb_audio_err() & co, are introduced. Also, the device numbers in some messages are dropped, as they are shown in the prefix automatically. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ymfpci: Use standard printk helpersTakashi Iwai2014-02-262-18/+30
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: vx222: Use standard printk helpersTakashi Iwai2014-02-262-13/+13
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: trident: Use standard printk helpersTakashi Iwai2014-02-261-41/+48
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: rme9652: Use standard printk helpersTakashi Iwai2014-02-261-6/+13
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: hdspm: Use standard printk helpersTakashi Iwai2014-02-261-56/+69
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: hdsp: Use standard printk helpersTakashi Iwai2014-02-261-49/+79
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: pcxhr: Use standard printk helpersTakashi Iwai2014-02-265-98/+131
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: oxygen: Use standard printk helpersTakashi Iwai2014-02-264-12/+12
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: nm256: Use standard printk helpersTakashi Iwai2014-02-261-32/+43
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: mixart: Use standard printk helpersTakashi Iwai2014-02-264-85/+163
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: lx6464es: Use standard printk helpersTakashi Iwai2014-02-262-117/+129
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: lola: Use standard printk helpersTakashi Iwai2014-02-264-49/+55
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ice17xx: Use standard printk helpersTakashi Iwai2014-02-268-59/+76
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: emu10k1: Use standard printk helpersTakashi Iwai2014-02-2613-93/+137
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: emu10k1x: Use standard printk helpersTakashi Iwai2014-02-261-9/+18
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: echoaudio: Use standard printk helpersTakashi Iwai2014-02-263-15/+18
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: cs46xx: Use standard printk helpersTakashi Iwai2014-02-263-123/+203
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: cs5535audio: Use standard printk helpersTakashi Iwai2014-02-264-21/+25
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ca0106: Use standard printk helpersTakashi Iwai2014-02-262-39/+49
| | | | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. A couple of prints are difficult to convert with dev_err() so they are converted to pr_err() at least. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: aw2: Use standard printk helpersTakashi Iwai2014-02-262-26/+22Star
| | | | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. A couple of prints are difficult to convert with dev_err() so they are converted to pr_err() at least. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ali5451: Use standard printk helpersTakashi Iwai2014-02-261-80/+68Star
| | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Some debug prints are replaced with dev_dbg(), too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ac97: Use standard printk helpersTakashi Iwai2014-02-263-17/+46
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: via82xx_modem: Use standard printk helpersTakashi Iwai2014-02-261-20/+25
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: via82xx: Use standard printk helpersTakashi Iwai2014-02-261-30/+39
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: sonicvibes: Use standard printk helpersTakashi Iwai2014-02-261-111/+124
| | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. The debug prints are also reformatted to suit with dev_dbg(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: rme96: Use standard printk helpersTakashi Iwai2014-02-261-5/+7
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: rme32: Use standard printk helpersTakashi Iwai2014-02-261-2/+3
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: maestro3: Use standard printk helpersTakashi Iwai2014-02-261-18/+19
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: intel8x0m: Use standard printk helpersTakashi Iwai2014-02-261-19/+27
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: intel8x0: Use standard printk helpersTakashi Iwai2014-02-261-37/+49
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: fm801: Use standard printk helpersTakashi Iwai2014-02-261-13/+13
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: es1968: Use standard printk helpersTakashi Iwai2014-02-261-22/+27
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: es1938: Use standard printk helpersTakashi Iwai2014-02-261-42/+32Star
| | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Some debug prints are replaced with dev_dbg(), too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ens137x: Use standard printk helpersTakashi Iwai2014-02-261-18/+21
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: cs5530: Use standard printk helpersTakashi Iwai2014-02-261-12/+11Star
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: cs4281: Use standard printk helpersTakashi Iwai2014-02-261-17/+27
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: cmipci: Use standard printk helpersTakashi Iwai2014-02-261-17/+19
| | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Some commented debug prints are also enabled as dev_dbg(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: bt87x: Use standard printk helpersTakashi Iwai2014-02-261-14/+23
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: azt3328: Use standard printk helpersTakashi Iwai2014-02-261-164/+124Star
| | | | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. All debug print macros have been replaced with dev_dbg(), too. Also, added the missing definition of snd_azf3328_ctrl_inw(). Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: azt3328: Remove function debug printsTakashi Iwai2014-02-261-57/+1Star
| | | | | | | | | | | | | | We have a better infrastructure in general, so let's reduce the home-baked debug macros. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: atiixp-modem: Use standard printk helpersTakashi Iwai2014-02-261-12/+12
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: atiixp: Use standard printk helpersTakashi Iwai2014-02-261-15/+14Star
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: als4000: Use standard printk helpersTakashi Iwai2014-02-261-8/+7Star
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: als300: Use standard printk helpersTakashi Iwai2014-02-261-6/+5Star
| | | | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Also, correct the printk level appropriately. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: als300: Remove function debug printsTakashi Iwai2014-02-261-41/+0Star
| | | | | | | | | | | | | | We have a better infrastructure in general, so let's reduce the home-baked debug macros. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: ad1889: Use standard printk helpersTakashi Iwai2014-02-261-17/+15Star
| | | | | | | | | | | | Convert with dev_err() and co from snd_printk(), etc. Signed-off-by: Takashi Iwai <tiwai@suse.de>
| * ALSA: rme96: Convert to the new pm_opsTakashi Iwai2014-02-261-16/+18
| | | | | | | | | | | | | | This driver slipped from the last rewrite. Just convert to the new standard pm ops. Signed-off-by: Takashi Iwai <tiwai@suse.de>