mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 20:02:10 -04:00
ALSA: powermac - Add debug log
Add some debug log in tumbler.c. Signed-off-by: Risto Suominen <Risto.Suominen@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Takashi Iwai
parent
b6d7335001
commit
f1b1f75e25
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user