summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2022-07-08 21:44:44 +0200
committerJaroslav Kysela <perex@perex.cz>2022-07-08 21:44:50 +0200
commit378c6a9215ea52eb453a9da8f2632eadcb046c72 (patch)
tree88fe27f13985ba7399a375b2ccea79c8fb9ecc3c
parent27cfa707e3e5597241e6137df4cc15fc5454caf9 (diff)
downloadalsa-lib-378c6a9215ea52eb453a9da8f2632eadcb046c72.tar.gz
pcm: direct plugins: make three more symbols private to library
Those symbols should not be exported: snd_pcm_direct_poll_descriptors snd_pcm_direct_check_xrun snd_pcm_direct_slave_recover Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--src/pcm/pcm_direct.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/pcm/pcm_direct.h b/src/pcm/pcm_direct.h
index 181f45ee..e7d89e5f 100644
--- a/src/pcm/pcm_direct.h
+++ b/src/pcm/pcm_direct.h
@@ -224,6 +224,8 @@ struct snd_pcm_direct {
snd1_pcm_direct_nonblock
#define snd_pcm_direct_async \
snd1_pcm_direct_async
+#define snd_pcm_direct_poll_descriptors \
+ snd1_pcm_direct_poll_descriptors
#define snd_pcm_direct_poll_revents \
snd1_pcm_direct_poll_revents
#define snd_pcm_direct_info \
@@ -264,6 +266,10 @@ struct snd_pcm_direct {
snd1_pcm_direct_set_chmap
#define snd_pcm_direct_reset_slave_ptr \
snd1_pcm_direct_reset_slave_ptr
+#define snd_pcm_direct_check_xrun \
+ snd1_pcm_direct_check_xrun
+#define snd_pcm_direct_slave_recover \
+ snd1_pcm_direct_slave_recover
int snd_pcm_direct_semaphore_create_or_connect(snd_pcm_direct_t *dmix);