Changeset 3654:38229e2e9ff8 in roaraudio


Ignore:
Timestamp:
04/03/10 04:55:07 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixes small things to get it better work with alsa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroaross/libroaross.c

    r3652 r3654  
    10291029   case SNDCTL_COPR_SENDMSG: nosys_reqname = "SNDCTL_COPR_SENDMSG"; break; 
    10301030   case SNDCTL_COPR_RCVMSG: nosys_reqname = "SNDCTL_COPR_RCVMSG"; break; 
    1031    case SNDCTL_DSP_SPEED: nosys_reqname = "SNDCTL_DSP_SPEED"; break; 
     1031   case SNDCTL_DSP_GETCAPS: nosys_reqname = "SNDCTL_DSP_GETCAPS"; break; 
     1032   default: nosys_reqname = "<<<UNKNOWN>>>"; break; 
    10321033/* 
    10331034   case : nosys_reqname = ""; break; 
     
    10421043      case SNDCTL_DSP_RESET: 
    10431044      case SNDCTL_DSP_POST: 
     1045      case SNDCTL_DSP_SYNC: // ignore for the moment. 
    10441046      case SNDCTL_DSP_SETFRAGMENT: // any fragments should be ok for us... 
     1047      case SNDCTL_DSP_SETTRIGGER: // we should implement this using PAUSE flag. 
    10451048        return 0; 
    10461049       break; 
Note: See TracChangeset for help on using the changeset viewer.