mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_hwdep_ioctl function.
This commit is contained in:
parent
6ab3208c1d
commit
be2d24f3e7
2 changed files with 10 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ int snd_hwdep_close(snd_hwdep_t *handle);
|
|||
int snd_hwdep_file_descriptor(snd_hwdep_t *handle);
|
||||
int snd_hwdep_block_mode(snd_hwdep_t *handle, int enable);
|
||||
int snd_hwdep_info(snd_hwdep_t *handle, snd_hwdep_info_t * info);
|
||||
int snd_hwdep_ioctl(snd_hwdep_t *handle, int request, void * arg);
|
||||
ssize_t snd_hwdep_write(snd_hwdep_t *handle, const void *buffer, size_t size);
|
||||
ssize_t snd_hwdep_read(snd_hwdep_t *handle, void *buffer, size_t size);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue