From 1781a20ad1e833fc3cf469c217bcc8a6f07138e1 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 14 Jun 2011 09:51:50 +0100 Subject: [PATCH] --- yaml --- r: 257534 b: refs/heads/master c: 169d5a83f687c37104d51cbaa639bdffca8a1cd3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/sound/soc-dapm.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index dffe6227298b..7c5668b63938 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65fdd5c05a02b15bbfa5b0f4f050fdb25b9227f1 +refs/heads/master: 169d5a83f687c37104d51cbaa639bdffca8a1cd3 diff --git a/trunk/include/sound/soc-dapm.h b/trunk/include/sound/soc-dapm.h index 7c5465b14d33..602024d4c459 100644 --- a/trunk/include/sound/soc-dapm.h +++ b/trunk/include/sound/soc-dapm.h @@ -431,6 +431,7 @@ struct snd_soc_dapm_path { /* status */ u32 connect:1; /* source and sink widgets are connected */ u32 walked:1; /* path has been walked */ + u32 weak:1; /* path ignored for power management */ int (*connected)(struct snd_soc_dapm_widget *source, struct snd_soc_dapm_widget *sink);