![]() |
![]() |
![]() |
Fill info with mixer device information
#include <sys/asoundlib.h> int snd_mixer_info( void * handle, snd_mixer_info_t * info );
libasound.so
The snd_mixer_info() function fills the info structure with information about the mixer device.
The information includes:
Zero on success, or a negative value on error.
See the example in Opening the mixer in the Controlling volume and balance chapter.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |
![]() |
![]() |
![]() |