Home
last modified time | relevance | path

Searched refs:SND_DEVICE_MAX (Results 1 – 7 of 7) 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/msm8960/
Dplatform.h100 SND_DEVICE_MAX = SND_DEVICE_IN_END, enumerator
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()
/hardware/qcom/audio/hal/msm8974/
Dplatform.c123 static struct listnode *operator_specific_device_table[SND_DEVICE_MAX];
124 static struct listnode *external_specific_device_table[SND_DEVICE_MAX];
189 struct snd_device_to_mic_map mic_map[SND_DEVICE_MAX];
260 static const char * const device_table[SND_DEVICE_MAX] = {
392 effect_config_table[GET_IN_DEVICE_INDEX(SND_DEVICE_MAX)][EFFECT_COUNT] = {
416 static int acdb_device_table[SND_DEVICE_MAX] = {
543 static int backend_bit_width_table[SND_DEVICE_MAX] = {0};
553 static const struct name_to_index snd_device_name_index[SND_DEVICE_MAX] = {
683 static char * backend_tag_table[SND_DEVICE_MAX] = {0};
684 static char * hw_interface_table[SND_DEVICE_MAX] = {0};
[all …]
Dplatform.h199 SND_DEVICE_MAX = SND_DEVICE_IN_END, enumerator
/hardware/qcom/audio/hal/
Daudio_hw.c755 snd_device >= SND_DEVICE_MAX) { in enable_snd_device()
831 snd_device >= SND_DEVICE_MAX) { in disable_snd_device()
6615 adev->snd_dev_ref_cnt = calloc(SND_DEVICE_MAX, sizeof(int)); in adev_open()