ASoC: tas2552: Fix kernel crash caused by wrong kcontrol entry
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Thu, 4 Jun 2015 13:04:15 +0000 (16:04 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 4 Jun 2015 16:49:53 +0000 (17:49 +0100)
commit1cf0f44811b754b64283b11ef0e60cb0de07b29c
tree7ac882b1eddba7a8e09efb9c2f07171ced571bdb
parent80ba2669ec8c3e6517aa935001f6cb8809bf3df4
ASoC: tas2552: Fix kernel crash caused by wrong kcontrol entry

SOC_DAPM_SINGLE("Playback AMP", ..) should not be under kcontrols. It
causes kernel crash (NULL pointer) when the mixers are listed.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
sound/soc/codecs/tas2552.c