ALSA: hda - remove unused clear of STATESTS
[deliverable/linux.git] / sound / pci / emu10k1 / emu10k1_patch.c
index 662a45876a8b3d9b6e1008173216b32c705776bf..0e069aeab86d1075112daf01fe6384332017eb63 100644 (file)
@@ -50,7 +50,8 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
                return -EINVAL;
 
        if (sp->v.size == 0) {
-               snd_printd("emu: rom font for sample %d\n", sp->v.sample);
+               dev_dbg(emu->card->dev,
+                       "emu: rom font for sample %d\n", sp->v.sample);
                return 0;
        }
 
@@ -92,7 +93,8 @@ snd_emu10k1_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
                blocksize *= 2;
        sp->block = snd_emu10k1_synth_alloc(emu, blocksize);
        if (sp->block == NULL) {
-               snd_printd("emu10k1: synth malloc failed (size=%d)\n", blocksize);
+               dev_dbg(emu->card->dev,
+                       "synth malloc failed (size=%d)\n", blocksize);
                /* not ENOMEM (for compatibility with OSS) */
                return -ENOSPC;
        }
This page took 0.024216 seconds and 5 git commands to generate.