Question about audiohw_set_xxx_vol

2008-07-02 Thread Christian Gmeiner
Hi all, as the term at university is over I have some time to work more on sound.c and affected files :) At the moment I am looking at set_prescaled_volume in sound.c... the big ifdef suff at the end of this method. #if CONFIG_CODEC == MAS3507D dac_volume(tenthdb2reg(l), tenthdb2reg(r),

Re: Question about audiohw_set_xxx_vol

2008-07-02 Thread Jonathan Gordon
2008/7/2 Christian Gmeiner [EMAIL PROTECTED]: How do we want to handle lineout? Do we really need it? IMO lineout should always be set to 0dB... Jonathan