From: Lars-Peter Clausen Date: Mon, 3 Feb 2014 16:24:22 +0000 (+0100) Subject: ASoC: rx1950_uda1380: Don't modify runtime->hw X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f6136fa0d6200f1c6eebfb1f12572ca6b770927;p=pandora-kernel.git ASoC: rx1950_uda1380: Don't modify runtime->hw 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 rx1950_uda1380 already does this, so it is safe to just remove the code that modifies runtime->hw. Signed-off-by: Lars-Peter Clausen Acked-by: Vasily Khoruzhick Signed-off-by: Mark Brown --- Reading git-diff-tree failed