Changeset 5236:0a8740e27666 in roaraudio for roarclients


Ignore:
Timestamp:
11/12/11 16:42:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_set_vol() and roar_server_oinfo(), as well as roar_exit().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r5209 r5236  
    330330 struct roar_stream s; 
    331331 
    332  if ( roar_server_oinfo2(con, &s, dir) == -1 ) { 
     332 if ( roar_server_oinfo(con, &s, dir) == -1 ) { 
    333333  fprintf(stderr, "Error: can not get server output info\n"); 
    334334  return; 
     
    813813 } 
    814814 
    815  if ( roar_set_vol2(con, id, &mixer, chans, mode) == 0 ) 
     815 if ( roar_set_vol(con, id, &mixer, chans, mode) == 0 ) 
    816816  return 0; 
    817817 
     
    826826 mode  = ROAR_SET_VOL_ALL; 
    827827 
    828  if ( roar_set_vol2(con, id, &mixer, chans, mode) == 0 ) 
     828 if ( roar_set_vol(con, id, &mixer, chans, mode) == 0 ) 
    829829  return 0; 
    830830 
Note: See TracChangeset for help on using the changeset viewer.