16 Sep
2011
16 Sep
'11
6:44 p.m.
On Fri, Sep 16, 2011 at 09:16:54AM -0500, Timur Tabi wrote:
Although the WM8776 driver includes a .set_sysclk function, it was also hard-coding the list of supported sample rates. We change the hard-coded list to a range within the capabilities of the WM8776 itself.
No, it doesn't - it just blindly stores the sample rate in the private data. There's no list at all there, the only checking that's done is for the DAI ID.
Anyway, I've applied with a rewritten changelog.