|
XenevaOS
|
#include <sound.h>
Public Attributes | |
| char | name [32] |
| int(* | write )(uint8_t *buffer, size_t length) |
| int(* | read )(uint8_t *buffer, size_t length) |
| int(* | stop_output )() |
| int(* | start_output )() |
| int(* | set_vol )(uint8_t vol) |
| int(* | control )(void *data, int code) |
| bool | _force_write |
| bool _SoundDev_::_force_write |
| int(* _SoundDev_::control) (void *data, int code) |
| char _SoundDev_::name[32] |
| int(* _SoundDev_::set_vol) (uint8_t vol) |
| int(* _SoundDev_::start_output) () |
| int(* _SoundDev_::stop_output) () |