1
0
Fork 0
forked from len0rd/rockbox

rk27xx: do not attenuate signal twice in analog bypass mode

Change-Id: I108091adaa05e53ccb8bbe3d60ca35e2191a39fd
This commit is contained in:
Marcin Bukat 2013-04-12 21:43:17 +02:00
parent 490db740a1
commit fd6ab02912

View file

@ -161,10 +161,6 @@ void audiohw_set_master_vol(int vol_l, int vol_r)
codec_write(CGR9, vol_r);
codec_write(CGR8, vol_l);
codec_write(CGR5, vol_r);
codec_write(CGR4, vol_l);
codec_write(CGR3, vol_r);
codec_write(CGR2, vol_l);
}
}