mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
allow samples to be played with 'default' (i.e. unspecified) volume.
This commit is contained in:
parent
5449d793ae
commit
1be39e4fa5
6 changed files with 43 additions and 15 deletions
|
|
@ -36,6 +36,7 @@ typedef struct pa_scache_entry {
|
|||
char *name;
|
||||
|
||||
pa_cvolume volume;
|
||||
pa_bool_t volume_is_set;
|
||||
pa_sample_spec sample_spec;
|
||||
pa_channel_map channel_map;
|
||||
pa_memchunk memchunk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue