ASoC: Tegra: I2S: s/clk_get_sys/clk_get/
authorStephen Warren <swarren@nvidia.com>
Fri, 1 Jul 2011 19:56:14 +0000 (13:56 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 4 Jul 2011 15:49:24 +0000 (08:49 -0700)
commitb5f9cfed12dc639cce5a8b6e741352980e05a8a9
tree450da526bc2db3ae4aa8b1e29152470c51be907f
parent956245e9cd229138ad26521c326650eed8b88333
ASoC: Tegra: I2S: s/clk_get_sys/clk_get/

The clock needed by the I2S driver is associated with the I2S device name
in the standard fashion. Hence, use clk_get(dev) instead of clk_get_sys(clk_name).

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/tegra/tegra_i2s.c