]> git.baikalelectronics.ru Git - kernel.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)
commit09e12a6c14d99003139722990b2fbf011b18d921
tree8a4b1a591040ad5829be1d22acbdbd390058e9bc
parent24077825d7a023c09df7fdf512a20c7c6f0bcd11
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