]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: dapm: Remove unused long_name field from snd_soc_dapm_path struct
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 14 Jun 2013 11:16:54 +0000 (13:16 +0200)
committerMark Brown <broonie@linaro.org>
Fri, 14 Jun 2013 11:34:11 +0000 (12:34 +0100)
commit341ef41e5d9c480a2b62f5f85f6fa31d527757bf
treed17bea6ae6797b6f8dd48fca4ce7ea50ff6a0f3f
parent4442b7b702c149ab311310e3e3c07208b23edcc5
ASoC: dapm: Remove unused long_name field from snd_soc_dapm_path struct

Since commit 4e2da17e ("ASoC: dapm: Implement mixer control sharing") the
long_name field of the snd_soc_dapm_path struct is unused. All of the name
handling now happens entirely in dapm_create_or_share_mixmux_kcontrol(). So we
can remove the long_name field from the snd_soc_dapm_path struct.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/soc-dapm.h
sound/soc/soc-dapm.c