Home
last modified time | relevance | path

Searched refs:snd_utils_get_str (Results 1 – 11 of 11) sorted by relevance

/external/tinyalsa_new/src/
Dsnd_card_plugin.h72 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val);
Dsnd_card_plugin.c52 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val) in snd_utils_get_str() function
Dpcm_plugin.c150 ret = snd_utils_get_str(plug_data->dev_node, "name", &name); in pcm_plug_info()
720 rc = snd_utils_get_str(pcm_node, "so-name", &so_name); in pcm_plug_open()
Dmixer_plugin.c426 ret = snd_utils_get_str(plug_data->mixer_node, "so-name", in mixer_plugin_open()
/external/tinycompress/
Dsnd_utils.h70 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val);
Dsnd_utils.c52 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val) in snd_utils_get_str() function
Dcompress_plugin.c345 rc = snd_utils_get_str(node, "so-name", &so_name); in compress_plug_open()
/external/tinyalsa/
Dsnd_utils.h69 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val);
Dsnd_utils.c52 int snd_utils_get_str(struct snd_node *node, const char *prop, char **val) in snd_utils_get_str() function
Dpcm_plugin.c133 ret = snd_utils_get_str(plug_data->dev_node, "name", &name); in pcm_plug_info()
718 rc = snd_utils_get_str(pcm_node, "so-name", &so_name); in pcm_plug_open()
Dmixer_plugin.c431 ret = snd_utils_get_str(plug_data->mixer_node, "so-name", in mixer_plugin_open()