Changeset 4811:8d0d713ca0c1 in roaraudio for roard/loop.c


Ignore:
Timestamp:
03/27/11 13:38:18 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed old -d and friends from roard (Closes: #122)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/loop.c

    r4708 r4811  
    2626#include "roard.h" 
    2727 
    28 int main_loop (int driver, DRIVER_USERDATA_T driver_inst, struct roar_audio_info * sa, int sysclocksync) { 
     28int main_loop (struct roar_audio_info * sa, int sysclocksync) { 
    2929 void ** streams_input = NULL; 
    3030 int     term = 0; 
     
    125125#endif 
    126126   clients_send_filter(sa, g_pos); 
    127    output_buffer_flush(driver_inst, driver); 
    128127   clients_send_mon(sa, g_pos); 
    129128#ifdef ROAR_HAVE_USLEEP 
Note: See TracChangeset for help on using the changeset viewer.