Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f994cb3a authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: au88x0: Kill the rest snd_print*()



Use the standard dev_*() instead.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f48a6df2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ snd_vortex_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
	if (snd_seq_device_new(card, 1, SNDRV_SEQ_DEV_ID_VORTEX_SYNTH,
			       sizeof(snd_vortex_synth_arg_t), &wave) < 0
	    || wave == NULL) {
		snd_printk(KERN_ERR "Can't initialize Aureal wavetable synth\n");
		dev_err(card->dev, "Can't initialize Aureal wavetable synth\n");
	} else {
		snd_vortex_synth_arg_t *arg;