aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/pcm_iec958.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/pcm_iec958.h')
-rw-r--r--include/sound/pcm_iec958.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/pcm_iec958.h b/include/sound/pcm_iec958.h
index 0eed397aca8e..36f023acb201 100644
--- a/include/sound/pcm_iec958.h
+++ b/include/sound/pcm_iec958.h
@@ -6,4 +6,6 @@
int snd_pcm_create_iec958_consumer(struct snd_pcm_runtime *runtime, u8 *cs,
size_t len);
+int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
+ u8 *cs, size_t len);
#endif