aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-dapm.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-14 04:51:50 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-06-14 04:51:50 -0400
commit169d5a83f687c37104d51cbaa639bdffca8a1cd3 (patch)
treea0d49f301ef9067879eac5194a028288a641a1cd /include/sound/soc-dapm.h
parent65fdd5c05a02b15bbfa5b0f4f050fdb25b9227f1 (diff)
ASoC: Fix mismerge with release branch
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/soc-dapm.h')
-rw-r--r--include/sound/soc-dapm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 7c5465b14d33..602024d4c459 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -431,6 +431,7 @@ struct snd_soc_dapm_path {
431 /* status */ 431 /* status */
432 u32 connect:1; /* source and sink widgets are connected */ 432 u32 connect:1; /* source and sink widgets are connected */
433 u32 walked:1; /* path has been walked */ 433 u32 walked:1; /* path has been walked */
434 u32 weak:1; /* path ignored for power management */
434 435
435 int (*connected)(struct snd_soc_dapm_widget *source, 436 int (*connected)(struct snd_soc_dapm_widget *source,
436 struct snd_soc_dapm_widget *sink); 437 struct snd_soc_dapm_widget *sink);