commit | 609e71313bddd217808eea2ddd5d0faecaa07131 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Jun 04 16:04:26 2015 +0300 |
committer | Mark Brown <broonie@kernel.org> | Fri Jun 05 18:53:35 2015 +0100 |
tree | 8a4b1a591040ad5829be1d22acbdbd390058e9bc | |
parent | 3f747a810e19b3ab88c6b303490c66f59e78b80b [diff] |
ASoC: tas2552: Clean up the Digital - Analog DAPM route definition The strings should be: 'static const char * const tas2552_input_texts[]' SOC_DAPM_ENUM should have "Route" in place of xname and no need to have it as an array. Also align the parameters. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>