Functions in
asoundlib.h
Functions that are available for working with audio mixer devices.
snd_mixer_close()
Close a mixer handle
snd_mixer_element_read()
Get a mixer element's configurable parameters
snd_mixer_element_write()
Set a mixer element's configurable parameters
snd_mixer_elements()
Get the number of elements in the mixer and their element IDs
snd_mixer_file_descriptor()
Return the file descriptor of the connection to the sound mixer interface
snd_mixer_get_bit()
Return the boolean value of a single bit in the specified bitmap
snd_mixer_get_filter()
Get the current mask of mixer events that the driver is tracking
snd_mixer_group_read()
Get a mixer group's configurable parameters
snd_mixer_group_write()
Set a mixer group's configurable parameters
snd_mixer_groups()
Get the number of groups in the mixer and their group IDs
snd_mixer_info()
Get general information about a mixer device
snd_mixer_open()
Create a connection and handle to a specified mixer device
snd_mixer_open_name()
Create a connection and handle to a mixer device specified by name
snd_mixer_read()
Read pending mixer events
snd_mixer_routes()
Get the number of routes in the mixer and their IDs
snd_mixer_set_bit()
Set the boolean value of a single bit in the specified bitmap
snd_mixer_set_filter()
Set the mask of mixer events that the driver will track
snd_mixer_sort_eid_table()
Sort a list of element ID structures
snd_mixer_sort_gid_table()
Sort a list of group ID structures
Parent topic:
Mixer Devices
Related concepts
Data types in asoundlib.h