diff options
Diffstat (limited to 'sound/pci/ctxfi/ctamixer.c')
-rw-r--r-- | sound/pci/ctxfi/ctamixer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/ctamixer.c b/sound/pci/ctxfi/ctamixer.c index 119791aa70eb..859e996ad728 100644 --- a/sound/pci/ctxfi/ctamixer.c +++ b/sound/pci/ctxfi/ctamixer.c | |||
@@ -259,7 +259,7 @@ static int get_amixer_rsc(struct amixer_mgr *mgr, | |||
259 | } | 259 | } |
260 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); | 260 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); |
261 | if (err) { | 261 | if (err) { |
262 | printk(KERN_ERR "Can't meet AMIXER resource request!\n"); | 262 | printk(KERN_ERR "ctxfi: Can't meet AMIXER resource request!\n"); |
263 | goto error; | 263 | goto error; |
264 | } | 264 | } |
265 | 265 | ||
@@ -413,7 +413,7 @@ static int get_sum_rsc(struct sum_mgr *mgr, | |||
413 | } | 413 | } |
414 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); | 414 | spin_unlock_irqrestore(&mgr->mgr_lock, flags); |
415 | if (err) { | 415 | if (err) { |
416 | printk(KERN_ERR "Can't meet SUM resource request!\n"); | 416 | printk(KERN_ERR "ctxfi: Can't meet SUM resource request!\n"); |
417 | goto error; | 417 | goto error; |
418 | } | 418 | } |
419 | 419 | ||