deimos.alsa.conf

Undocumented in source.

Members

Aliases

snd_config_iterator_t
alias snd_config_iterator_t = _snd_config_iterator*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_devname_t
alias snd_devname_t = snd_devname
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

snd_config_type_t
enum snd_config_type_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

snd_config_add
int snd_config_add(snd_config_t* config, snd_config_t* leaf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_copy
int snd_config_copy(snd_config_t** dst, snd_config_t* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_delete
int snd_config_delete(snd_config_t* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_delete_compound_members
int snd_config_delete_compound_members(const(snd_config_t)* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_evaluate
int snd_config_evaluate(snd_config_t* config, snd_config_t* root, snd_config_t* private_data, snd_config_t** result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_expand
int snd_config_expand(snd_config_t* config, snd_config_t* root, const(char)* args, snd_config_t* private_data, snd_config_t** result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_ascii
int snd_config_get_ascii(const(snd_config_t)* config, char** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_bool
int snd_config_get_bool(const(snd_config_t)* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_bool_ascii
int snd_config_get_bool_ascii(const(char)* ascii)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_ctl_iface
int snd_config_get_ctl_iface(const(snd_config_t)* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_ctl_iface_ascii
int snd_config_get_ctl_iface_ascii(const(char)* ascii)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_id
int snd_config_get_id(const(snd_config_t)* config, const(char)** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_integer
int snd_config_get_integer(const(snd_config_t)* config, c_long* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_integer64
int snd_config_get_integer64(const(snd_config_t)* config, long* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_ireal
int snd_config_get_ireal(const(snd_config_t)* config, double* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_pointer
int snd_config_get_pointer(const(snd_config_t)* config, const(void)** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_real
int snd_config_get_real(const(snd_config_t)* config, double* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_string
int snd_config_get_string(const(snd_config_t)* config, const(char)** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_get_type
snd_config_type_t snd_config_get_type(const(snd_config_t)* config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_imake_integer
int snd_config_imake_integer(snd_config_t** config, const(char)* key, const(c_long) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_imake_integer64
int snd_config_imake_integer64(snd_config_t** config, const(char)* key, const(long) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_imake_pointer
int snd_config_imake_pointer(snd_config_t** config, const(char)* key, const(void)* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_imake_real
int snd_config_imake_real(snd_config_t** config, const(char)* key, const(double) value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_imake_string
int snd_config_imake_string(snd_config_t** config, const(char)* key, const(char)* ascii)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_iterator_end
snd_config_iterator_t snd_config_iterator_end(const(snd_config_t)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_iterator_entry
snd_config_t* snd_config_iterator_entry(snd_config_iterator_t iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_iterator_first
snd_config_iterator_t snd_config_iterator_first(const(snd_config_t)* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_iterator_next
snd_config_iterator_t snd_config_iterator_next(snd_config_iterator_t iterator)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_load
int snd_config_load(snd_config_t* config, snd_input_t* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_load_override
int snd_config_load_override(snd_config_t* config, snd_input_t* in_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make
int snd_config_make(snd_config_t** config, const(char)* key, snd_config_type_t type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make_compound
int snd_config_make_compound(snd_config_t** config, const(char)* key, int join)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make_integer
int snd_config_make_integer(snd_config_t** config, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make_integer64
int snd_config_make_integer64(snd_config_t** config, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make_pointer
int snd_config_make_pointer(snd_config_t** config, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make_real
int snd_config_make_real(snd_config_t** config, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_make_string
int snd_config_make_string(snd_config_t** config, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_save
int snd_config_save(snd_config_t* config, snd_output_t* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_search
int snd_config_search(snd_config_t* config, const(char)* key, snd_config_t** result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_search_definition
int snd_config_search_definition(snd_config_t* config, const(char)* base, const(char)* key, snd_config_t** result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_searchv
int snd_config_searchv(snd_config_t* config, snd_config_t** result, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_ascii
int snd_config_set_ascii(snd_config_t* config, const(char)* ascii)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_id
int snd_config_set_id(snd_config_t* config, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_integer
int snd_config_set_integer(snd_config_t* config, c_long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_integer64
int snd_config_set_integer64(snd_config_t* config, long value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_pointer
int snd_config_set_pointer(snd_config_t* config, const(void)* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_real
int snd_config_set_real(snd_config_t* config, double value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_set_string
int snd_config_set_string(snd_config_t* config, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_test_id
int snd_config_test_id(const(snd_config_t)* config, const(char)* id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_top
int snd_config_top(snd_config_t** config)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_update
int snd_config_update()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_update_free
int snd_config_update_free(snd_config_update_t* update)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_update_free_global
int snd_config_update_free_global()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_update_r
int snd_config_update_r(snd_config_t** top, snd_config_update_t** update, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_names_list
int snd_names_list(const(char)* iface, snd_devname_t** list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_names_list_free
void snd_names_list_free(snd_devname_t* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

snd_config
snd_config_t* snd_config;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_snd_config_iterator
struct _snd_config_iterator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_t
struct snd_config_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_config_update_t
struct snd_config_update_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
snd_devname
struct snd_devname
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta