aboutsummaryrefslogtreecommitdiff
path: root/sound/ppc/daca.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-03-24 00:36:20 +0100
committerTakashi Iwai <tiwai@suse.de>2009-03-24 00:36:20 +0100
commitd7b6df5d1af11544401ca051aaf68b6e7f110c0e (patch)
tree9c155be7d0ad77115a10094ab2d71b88efee6ca3 /sound/ppc/daca.c
parent7df4f694356a125e4553ca35b215fd9e88e858c5 (diff)
parent39661758631da37efbc961e57a4ddefad573cc52 (diff)
Merge branch 'topic/powermac' into for-linus
Diffstat (limited to 'sound/ppc/daca.c')
-rw-r--r--sound/ppc/daca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/daca.c b/sound/ppc/daca.c
index 8a5b2903193..f8d478c2da6 100644
--- a/sound/ppc/daca.c
+++ b/sound/ppc/daca.c
@@ -82,7 +82,7 @@ static int daca_set_volume(struct pmac_daca *mix)
data[1] |= mix->deemphasis ? 0x40 : 0;
if (i2c_smbus_write_block_data(mix->i2c.client, DACA_REG_AVOL,
2, data) < 0) {
- snd_printk("failed to set volume \n");
+ snd_printk(KERN_ERR "failed to set volume \n");
return -EINVAL;
}
return 0;