diff options
author | Takashi Iwai <tiwai@suse.de> | 2014-10-28 12:36:50 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-10-28 12:40:45 -0400 |
commit | f994cb3a09a5f2018c286f854c10277132f4a9a5 (patch) | |
tree | 01a25387d5ac7bb07f8da9e726804e2eeeb2e4e2 | |
parent | f48a6df28239f5bf35d80e43e580261d2298395a (diff) |
ALSA: au88x0: Kill the rest snd_print*()
Use the standard dev_*() instead.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/au88x0/au88x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/au88x0/au88x0.c b/sound/pci/au88x0/au88x0.c index e9c3833f6d44..996369134ea8 100644 --- a/sound/pci/au88x0/au88x0.c +++ b/sound/pci/au88x0/au88x0.c | |||
@@ -314,7 +314,7 @@ snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id) | |||
314 | if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, | 314 | if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH, |
315 | sizeof(snd_vortex_synth_arg_t), &wave) < 0 | 315 | sizeof(snd_vortex_synth_arg_t), &wave) < 0 |
316 | || wave == NULL) { | 316 | || wave == NULL) { |
317 | snd_printk(KERN_ERR "Can't initialize Aureal wavetable synth\n"); | 317 | dev_err(card->dev, "Can't initialize Aureal wavetable synth\n"); |
318 | } else { | 318 | } else { |
319 | snd_vortex_synth_arg_t *arg; | 319 | snd_vortex_synth_arg_t *arg; |
320 | 320 | ||