Changeset 5358:f3d3dc789cd7 in roaraudio for libroarpulse/libroarpulse.c


Ignore:
Timestamp:
12/15/11 18:52:47 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed minor problems with pulse emulation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/libroarpulse.c

    r4708 r5358  
    3939 
    4040#include <libroarpulse/libroarpulse.h> 
    41  
    42 int roar_codec_pulse2roar (int codec) { 
    43  return ROAR_CODEC_DEFAULT; 
    44 } 
    4541 
    4642int roar_pa_sspec2auinfo (struct roar_audio_info * info, const pa_sample_spec * ss) { 
     
    124120} 
    125121 
    126 char * roar_pa_find_server (char * server) { 
     122const char * roar_pa_find_server (const char * server) { 
    127123 struct roar_x11_connection * x11con; 
    128124 
Note: See TracChangeset for help on using the changeset viewer.