Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107361
b: refs/heads/master
c: 1158941
h: refs/heads/master
i:
  107359: bbca085
v: v3
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Jul 29, 2008
1 parent 5c44797 commit b2e27fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 877db3c1af24a65f78ae865b1fb642165e065a8b
refs/heads/master: 11589418a1c4cf68be9367f802898d35e07809c4
3 changes: 3 additions & 0 deletions trunk/include/sound/soc-dapm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/soc-dapm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b2e27fa

Please sign in to comment.