mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Implement get_chmap/set_chmap for PCM plug, route and multi plugins
Still incomplete implementations. The query and set ops are missing for route and multi plugins. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3c4a22ea49
commit
3fb013065f
3 changed files with 93 additions and 0 deletions
|
|
@ -1084,6 +1084,9 @@ static const snd_pcm_ops_t snd_pcm_plug_ops = {
|
|||
.async = snd_pcm_generic_async,
|
||||
.mmap = snd_pcm_generic_mmap,
|
||||
.munmap = snd_pcm_generic_munmap,
|
||||
.query_chmaps = snd_pcm_generic_query_chmaps,
|
||||
.get_chmap = snd_pcm_generic_get_chmap,
|
||||
.set_chmap = snd_pcm_generic_set_chmap,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue