]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: tas2552: Clean up the Digital - Analog DAPM route definition
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 4 Jun 2015 13:04:26 +0000 (16:04 +0300)
committerMark Brown <broonie@kernel.org>
Fri, 5 Jun 2015 17:53:35 +0000 (18:53 +0100)
commit609e71313bddd217808eea2ddd5d0faecaa07131
tree8a4b1a591040ad5829be1d22acbdbd390058e9bc
parent3f747a810e19b3ab88c6b303490c66f59e78b80b
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>
sound/soc/codecs/tas2552.c