3 Feb
2014
3 Feb
'14
7:42 p.m.
On Mon, Feb 03, 2014 at 05:24:21PM +0100, Lars-Peter Clausen wrote:
Individual components are not supposed to modify the runtime->hw struct itself as it is manged by the ASoC core. If a component wants to limit the list of supported rates it should set a rate constraint. The h1940_uda1380 already does this, so it is safe to just remove the code that modifies runtime->hw.
Applied both, thanks.