]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Tegra: Rename harmony.c to tegra_wm8903.c
authorStephen Warren <swarren@nvidia.com>
Tue, 12 Apr 2011 17:40:36 +0000 (11:40 -0600)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 18 Apr 2011 20:33:42 +0000 (21:33 +0100)
commite12fd92f00a7766ca7241d7e3d6f8e719cd6f124
tree4fea3479228807d65d5462aa7c2044c72b374f06
parent72d310b97fbd32bbcf2a43b5e5cb20cf0e1b8afb
ASoC: Tegra: Rename harmony.c to tegra_wm8903.c

Soon, this machine driver will be updated to handle a number of Tegra boards
using the WM8903 codec. Rename the file in advance to reflect this.

Fix the content of tegra_wm8903.c to match the rename; replace references
to Harmony board with something more generic.

* s/struct tegra_harmony/struct tegra_wm8903/
* s/harmony/machine/ # variable name
* Similar rename for some functions
* Similar comment fix
* Similar MODULE_DESCRIPTION fix

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/Kconfig
sound/soc/tegra/Makefile
sound/soc/tegra/harmony.c [deleted file]
sound/soc/tegra/tegra_wm8903.c [new file with mode: 0644]