mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
oss output works
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@15 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
bfcde99a8f
commit
1a5060720d
12 changed files with 207 additions and 100 deletions
|
|
@ -22,8 +22,8 @@ struct sink {
|
|||
|
||||
uint8_t volume;
|
||||
|
||||
void (*notify_callback)(struct sink*sink, void *userdata);
|
||||
void *userdata;
|
||||
void (*notify)(struct sink*sink, void *userdata);
|
||||
void *notify_userdata;
|
||||
};
|
||||
|
||||
struct sink* sink_new(struct core *core, const char *name, const struct sample_spec *spec);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue