From b2e27fa3374e42d5dea5e488b7d4382409153838 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Tue, 29 Jul 2008 11:42:23 +0100 Subject: [PATCH] --- yaml --- r: 107361 b: refs/heads/master c: 11589418a1c4cf68be9367f802898d35e07809c4 h: refs/heads/master i: 107359: bbca085c28185987aaf78f8224eb9c3092748607 v: v3 --- [refs] | 2 +- trunk/include/sound/soc-dapm.h | 3 +++ trunk/sound/soc/soc-dapm.c | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index d2b3d5b7a9df..5619fef226a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 877db3c1af24a65f78ae865b1fb642165e065a8b +refs/heads/master: 11589418a1c4cf68be9367f802898d35e07809c4 diff --git a/trunk/include/sound/soc-dapm.h b/trunk/include/sound/soc-dapm.h index 3030fdc6981d..c1b26fcc0b5c 100644 --- a/trunk/include/sound/soc-dapm.h +++ b/trunk/include/sound/soc-dapm.h @@ -202,6 +202,9 @@ struct snd_soc_dapm_path; struct snd_soc_dapm_pin; struct snd_soc_dapm_route; +int dapm_reg_event(struct snd_soc_dapm_widget *w, + struct snd_kcontrol *kcontrol, int event); + /* dapm controls */ int snd_soc_dapm_put_volsw(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol); diff --git a/trunk/sound/soc/soc-dapm.c b/trunk/sound/soc/soc-dapm.c index 820347c9ae4b..f9d100bc8479 100644 --- a/trunk/sound/soc/soc-dapm.c +++ b/trunk/sound/soc/soc-dapm.c @@ -470,6 +470,7 @@ int dapm_reg_event(struct snd_soc_dapm_widget *w, return 0; } +EXPORT_SYMBOL_GPL(dapm_reg_event); /* * Scan each dapm widget for complete audio path.