summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8758.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-15 12:39:04 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-15 12:39:04 -0400
commit0971f576341cf38c04d2d9735f0a385e62974108 (patch)
tree0cf2d7c7ffd3915217b26927e76f2073cdd795ae /firmware/drivers/audio/wm8758.c
parent0c7b7873984e04941c9f21fa272638018fdb9a16 (diff)
downloadrockbox-0971f576341cf38c04d2d9735f0a385e62974108.tar.gz
rockbox-0971f576341cf38c04d2d9735f0a385e62974108.zip
Hopefully knock out most of the red and yellow from 0c7b787.
Change-Id: Ib8dd0d011b11ee3eded3025308f19ddb5d151b59
Diffstat (limited to 'firmware/drivers/audio/wm8758.c')
-rw-r--r--firmware/drivers/audio/wm8758.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8758.c b/firmware/drivers/audio/wm8758.c
index 3e0c88c55c..387a1a48c4 100644
--- a/firmware/drivers/audio/wm8758.c
+++ b/firmware/drivers/audio/wm8758.c
@@ -134,7 +134,7 @@ void audiohw_postinit(void)
134 audiohw_mute(false); 134 audiohw_mute(false);
135} 135}
136 136
137void audiohw_set_master_vol(int vol_l, int vol_r) 137void audiohw_set_volume(int vol_l, int vol_r)
138{ 138{
139 int dac_l, amp_l, dac_r, amp_r; 139 int dac_l, amp_l, dac_r, amp_r;
140 get_volume_params(vol_l, &dac_l, &amp_l); 140 get_volume_params(vol_l, &dac_l, &amp_l);