]> code.delx.au - pulseaudio/blobdiff - polyp/module-oss.c
* add new module for LIRC volume control
[pulseaudio] / polyp / module-oss.c
index 67922d82676edf70586a8353a8ca6ca340c66584..02acc6f46d77ec35817b2e57deac7298ed58d000 100644 (file)
@@ -295,7 +295,6 @@ int pa__init(struct pa_core *c, struct pa_module*m) {
 
     pa_log_info(__FILE__": device opened in %s mode.\n", mode == O_WRONLY ? "O_WRONLY" : (mode == O_RDONLY ? "O_RDONLY" : "O_RDWR"));
 
-
     if (nfrags >= 2 && frag_size >= 1)
         if (pa_oss_set_fragments(fd, nfrags, frag_size) < 0)   
             goto fail;