diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/ppc/tumbler.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/ppc/tumbler.c b/sound/ppc/tumbler.c index 696280c3c05a..0b69e96f0d19 100644 --- a/sound/ppc/tumbler.c +++ b/sound/ppc/tumbler.c | |||
@@ -246,6 +246,7 @@ static int tumbler_set_master_volume(struct pmac_tumbler *mix) | |||
246 | snd_printk(KERN_ERR "failed to set volume \n"); | 246 | snd_printk(KERN_ERR "failed to set volume \n"); |
247 | return -EINVAL; | 247 | return -EINVAL; |
248 | } | 248 | } |
249 | DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); | ||
249 | return 0; | 250 | return 0; |
250 | } | 251 | } |
251 | 252 | ||
@@ -356,6 +357,7 @@ static int tumbler_set_drc(struct pmac_tumbler *mix) | |||
356 | snd_printk(KERN_ERR "failed to set DRC\n"); | 357 | snd_printk(KERN_ERR "failed to set DRC\n"); |
357 | return -EINVAL; | 358 | return -EINVAL; |
358 | } | 359 | } |
360 | DBG("(I) succeeded to set DRC (%u, %u)\n", val[0], val[1]); | ||
359 | return 0; | 361 | return 0; |
360 | } | 362 | } |
361 | 363 | ||
@@ -392,6 +394,7 @@ static int snapper_set_drc(struct pmac_tumbler *mix) | |||
392 | snd_printk(KERN_ERR "failed to set DRC\n"); | 394 | snd_printk(KERN_ERR "failed to set DRC\n"); |
393 | return -EINVAL; | 395 | return -EINVAL; |
394 | } | 396 | } |
397 | DBG("(I) succeeded to set DRC (%u, %u)\n", val[0], val[1]); | ||
395 | return 0; | 398 | return 0; |
396 | } | 399 | } |
397 | 400 | ||