summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcm/pcm_local.h')
-rw-r--r--src/pcm/pcm_local.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pcm/pcm_local.h b/src/pcm/pcm_local.h
index 95967992..83aa39db 100644
--- a/src/pcm/pcm_local.h
+++ b/src/pcm/pcm_local.h
@@ -143,9 +143,9 @@ typedef struct {
void (*dump)(snd_pcm_t *pcm, snd_output_t *out);
int (*mmap)(snd_pcm_t *pcm);
int (*munmap)(snd_pcm_t *pcm);
- int **(*query_chmaps)(snd_pcm_t *pcm);
- int *(*get_chmap)(snd_pcm_t *pcm);
- int (*set_chmap)(snd_pcm_t *pcm, const int *map);
+ snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_t *pcm);
+ snd_pcm_chmap_t *(*get_chmap)(snd_pcm_t *pcm);
+ int (*set_chmap)(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
} snd_pcm_ops_t;
typedef struct {