Mercurial > mplayer.hg
comparison libao2/ao_alsa9.c @ 9633:12b1790038b0
64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>
author | alex |
---|---|
date | Fri, 21 Mar 2003 16:42:50 +0000 |
parents | f023b30c80e5 |
children | d9371eecb619 |
comparison
equal
deleted
inserted
replaced
9632:cf92beb331ab | 9633:12b1790038b0 |
---|---|
77 #define SET_CHUNKSIZE | 77 #define SET_CHUNKSIZE |
78 #undef USE_POLL | 78 #undef USE_POLL |
79 | 79 |
80 | 80 |
81 /* to set/get/query special features/parameters */ | 81 /* to set/get/query special features/parameters */ |
82 static int control(int cmd, int arg) | 82 static int control(int cmd, void *arg) |
83 { | 83 { |
84 switch(cmd) { | 84 switch(cmd) { |
85 case AOCONTROL_QUERY_FORMAT: | 85 case AOCONTROL_QUERY_FORMAT: |
86 return CONTROL_TRUE; | 86 return CONTROL_TRUE; |
87 case AOCONTROL_GET_VOLUME: | 87 case AOCONTROL_GET_VOLUME: |