diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-dapm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h index c28d20b45669..c32c52167b53 100644 --- a/include/sound/soc-dapm.h +++ b/include/sound/soc-dapm.h | |||
@@ -365,8 +365,8 @@ int snd_soc_dapm_weak_routes(struct snd_soc_dapm_context *dapm, | |||
365 | const struct snd_soc_dapm_route *route, int num); | 365 | const struct snd_soc_dapm_route *route, int num); |
366 | 366 | ||
367 | /* dapm events */ | 367 | /* dapm events */ |
368 | int snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, | 368 | int snd_soc_dapm_stream_event(struct snd_soc_pcm_runtime *rtd, int stream, |
369 | const char *stream, int event); | 369 | struct snd_soc_dai *dai, int event); |
370 | void snd_soc_dapm_shutdown(struct snd_soc_card *card); | 370 | void snd_soc_dapm_shutdown(struct snd_soc_card *card); |
371 | 371 | ||
372 | /* external DAPM widget events */ | 372 | /* external DAPM widget events */ |