]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - sound/pci/ctxfi/ctamixer.c
ALSA: ctxfi - Add prefix to debug prints
[linux-2.6.git] / sound / pci / ctxfi / ctamixer.c
index 119791aa70eb25f921e75c475715ce0e179c3f79..859e996ad728d7d4d28c9f1fc6154d5ec6fd535a 100644 (file)
@@ -259,7 +259,7 @@ static int get_amixer_rsc(struct amixer_mgr *mgr,
        }
        spin_unlock_irqrestore(&mgr->mgr_lock, flags);
        if (err) {
-               printk(KERN_ERR "Can't meet AMIXER resource request!\n");
+               printk(KERN_ERR "ctxfi: Can't meet AMIXER resource request!\n");
                goto error;
        }
 
@@ -413,7 +413,7 @@ static int get_sum_rsc(struct sum_mgr *mgr,
        }
        spin_unlock_irqrestore(&mgr->mgr_lock, flags);
        if (err) {
-               printk(KERN_ERR "Can't meet SUM resource request!\n");
+               printk(KERN_ERR "ctxfi: Can't meet SUM resource request!\n");
                goto error;
        }