Home
last modified time | relevance | path

Searched refs:SND_DEVICE_MAX (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/audio/hal/msm8916/
Dplatform.c136 static struct listnode *operator_specific_device_table[SND_DEVICE_MAX];
209 static const char * const device_table[SND_DEVICE_MAX] = {
307 effect_config_table[GET_IN_DEVICE_INDEX(SND_DEVICE_MAX)][EFFECT_COUNT] = {
335 static int acdb_device_table[SND_DEVICE_MAX] = {
438 static struct name_to_index snd_device_name_index[SND_DEVICE_MAX] = {
530 static char * backend_table[SND_DEVICE_MAX] = {0};
531 static char * hw_interface_table[SND_DEVICE_MAX] = {0};
742 for (dev = 0; dev < SND_DEVICE_MAX; dev++) { in set_platform_defaults()
1268 for (dev = 0; dev < SND_DEVICE_MAX; dev++) { in platform_deinit()
1301 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX) { in platform_get_snd_device_name()
[all …]
Dplatform.h163 SND_DEVICE_MAX = SND_DEVICE_IN_END, enumerator
/hardware/qcom/audio/hal/msm8974/
Dplatform.c122 static struct listnode *operator_specific_device_table[SND_DEVICE_MAX];
123 static struct listnode *external_specific_device_table[SND_DEVICE_MAX];
188 struct snd_device_to_mic_map mic_map[SND_DEVICE_MAX];
259 static const char * const device_table[SND_DEVICE_MAX] = {
391 effect_config_table[GET_IN_DEVICE_INDEX(SND_DEVICE_MAX)][EFFECT_COUNT] = {
415 static int acdb_device_table[SND_DEVICE_MAX] = {
542 static int backend_bit_width_table[SND_DEVICE_MAX] = {0};
552 static const struct name_to_index snd_device_name_index[SND_DEVICE_MAX] = {
682 static char * backend_tag_table[SND_DEVICE_MAX] = {0};
683 static char * hw_interface_table[SND_DEVICE_MAX] = {0};
[all …]
Dplatform.h199 SND_DEVICE_MAX = SND_DEVICE_IN_END, enumerator
/hardware/qcom/audio/hal/msm8960/
Dplatform.c115 static const char * const device_table[SND_DEVICE_MAX] = {
172 static const int acdb_device_table[SND_DEVICE_MAX] = {
413 if (snd_device >= SND_DEVICE_MIN && snd_device < SND_DEVICE_MAX) in platform_get_snd_device_name()