From b7bee76ed28d66797d611d0f0a800ff6b6402e01 Mon Sep 17 00:00:00 2001 From: Risto Suominen Date: Sun, 4 Apr 2010 08:00:29 +0300 Subject: [PATCH] --- yaml --- r: 193195 b: refs/heads/master c: f1b1f75e251049281cfe3d3b82d403fc2dc1e235 h: refs/heads/master i: 193193: 41b02343d93b4c571b0863d276462520731986a7 193191: c370e494cd36e4db5d96b0a34f8a157285a8d82b v: v3 --- [refs] | 2 +- trunk/sound/ppc/tumbler.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 49494626df2a..14209c4086b6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b6d7335001f331f2d295ff15d67e385615ceff81 +refs/heads/master: f1b1f75e251049281cfe3d3b82d403fc2dc1e235 diff --git a/trunk/sound/ppc/tumbler.c b/trunk/sound/ppc/tumbler.c index 696280c3c05a..0b69e96f0d19 100644 --- a/trunk/sound/ppc/tumbler.c +++ b/trunk/sound/ppc/tumbler.c @@ -246,6 +246,7 @@ static int tumbler_set_master_volume(struct pmac_tumbler *mix) snd_printk(KERN_ERR "failed to set volume \n"); return -EINVAL; } + DBG("(I) succeeded to set volume (%u, %u)\n", left_vol, right_vol); return 0; } @@ -356,6 +357,7 @@ static int tumbler_set_drc(struct pmac_tumbler *mix) snd_printk(KERN_ERR "failed to set DRC\n"); return -EINVAL; } + DBG("(I) succeeded to set DRC (%u, %u)\n", val[0], val[1]); return 0; } @@ -392,6 +394,7 @@ static int snapper_set_drc(struct pmac_tumbler *mix) snd_printk(KERN_ERR "failed to set DRC\n"); return -EINVAL; } + DBG("(I) succeeded to set DRC (%u, %u)\n", val[0], val[1]); return 0; }