mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
partial implementation of native protocol
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@30 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
a84f38e611
commit
eecf602476
16 changed files with 683 additions and 113 deletions
|
|
@ -19,7 +19,7 @@ enum sample_format {
|
|||
struct sample_spec {
|
||||
enum sample_format format;
|
||||
uint32_t rate;
|
||||
uint32_t channels;
|
||||
uint8_t channels;
|
||||
};
|
||||
|
||||
#define DEFAULT_SAMPLE_SPEC default_sample_spec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue