esound protocol

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@40 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-06-29 16:48:37 +00:00
parent a74cd2a1bd
commit ef422fa4ae
18 changed files with 806 additions and 46 deletions

View file

@ -79,7 +79,7 @@ int module_init(struct core *c, struct module*m) {
char *p;
int fd = -1;
static const struct pa_sample_spec ss = {
.format = SAMPLE_S16NE,
.format = PA_SAMPLE_S16NE,
.rate = 44100,
.channels = 2,
};