aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2013-06-14 13:16:54 +0200
committerMark Brown <broonie@linaro.org>2013-06-14 12:34:11 +0100
commit656ca9d327a3dbac6db28c5bf80f5bc86f7f8548 (patch)
treed17bea6ae6797b6f8dd48fca4ce7ea50ff6a0f3f /include/sound
parentASoC: dapm: Add a helper function to free a DAPM path (diff)
downloadlinux-dev-656ca9d327a3dbac6db28c5bf80f5bc86f7f8548.tar.xz
linux-dev-656ca9d327a3dbac6db28c5bf80f5bc86f7f8548.zip
ASoC: dapm: Remove unused long_name field from snd_soc_dapm_path struct
Since commit 85762e71 ("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>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc-dapm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index d4609029f014..360da978395d 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -478,7 +478,6 @@ struct snd_soc_dapm_route {
/* dapm audio path between two widgets */
struct snd_soc_dapm_path {
const char *name;
- const char *long_name;
/* source (input) and sink (output) widgets */
struct snd_soc_dapm_widget *source;