diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-05-14 09:19:30 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-05-14 09:19:30 -0400 |
commit | b3e0afe61e8271a8d082478752a67e5c279c8f23 (patch) | |
tree | 697242a45d03482983caf8ba2d9c00d6e7b9e33a /sound/pci/ctxfi/ctsrc.c | |
parent | 35b053becb64eba13f3ea5c8c51023997169ff34 (diff) |
ALSA: ctxfi - Add prefix to debug prints
Added ctxfi: prefix to each debug print.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ctxfi/ctsrc.c')
-rw-r--r-- | sound/pci/ctxfi/ctsrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/ctsrc.c b/sound/pci/ctxfi/ctsrc.c index d3e0ad5ed9fb..77e118c5bc97 100644 --- a/sound/pci/ctxfi/ctsrc.c +++ b/sound/pci/ctxfi/ctsrc.c | |||
@@ -431,7 +431,7 @@ get_src_rsc(struct src_mgr *mgr, const struct src_desc *desc, struct src **rsrc) | |||
431 | 431 | ||
432 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); | 432 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); |
433 | if (err) { | 433 | if (err) { |
434 | printk(KERN_ERR "Can't meet SRC resource request!\n"); | 434 | printk(KERN_ERR "ctxfi: Can't meet SRC resource request!\n"); |
435 | return err; | 435 | return err; |
436 | } | 436 | } |
437 | 437 | ||
@@ -740,7 +740,7 @@ static int get_srcimp_rsc(struct srcimp_mgr *mgr, | |||
740 | } | 740 | } |
741 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); | 741 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); |
742 | if (err) { | 742 | if (err) { |
743 | printk(KERN_ERR "Can't meet SRCIMP resource request!\n"); | 743 | printk(KERN_ERR "ctxfi: Can't meet SRCIMP resource request!\n"); |
744 | goto error1; | 744 | goto error1; |
745 | } | 745 | } |
746 | 746 | ||