]> code.delx.au - pulseaudio/blobdiff - src/module-pipe-sink.c
esound protocol
[pulseaudio] / src / module-pipe-sink.c
index 6cc4de8825eccdfb302d800bcfeeabe1df5fb484..9747c330705b293e130b9e9a63d16d6a5a57d8f9 100644 (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,
     };