2 Sep
2013
2 Sep
'13
1:01 p.m.
On Sun, Sep 01, 2013 at 06:41:53PM +0200, Jean-Francois Moine wrote:
Russell King rmk+kernel@arm.linux.org.uk wrote:
- } else if (rate == 44100 || rate == 48000 || rate == 96000) {
The rate is always good, and having this test raises a compilation warning (clks_ctrl may be not initialized).
That should be fixed - it might be worth keeping the test and adding an else with an error return for robustness.