Home
last modified time | relevance | path

Searched refs:hw_interface_table (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/hal/msm8974/
Dplatform.c684 static char * hw_interface_table[SND_DEVICE_MAX] = {0}; variable
1340 hw_interface_table[dev] = NULL; in set_platform_defaults()
1384 hw_interface_table[SND_DEVICE_OUT_HANDSET] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1385 hw_interface_table[SND_DEVICE_OUT_SPEAKER] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1386 hw_interface_table[SND_DEVICE_OUT_SPEAKER_REVERSE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1387 hw_interface_table[SND_DEVICE_OUT_SPEAKER_SAFE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1388 hw_interface_table[SND_DEVICE_OUT_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1389 hw_interface_table[SND_DEVICE_OUT_LINE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1390 hw_interface_table[SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1391 hw_interface_table[SND_DEVICE_OUT_SPEAKER_SAFE_AND_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
[all …]
/hardware/qcom/audio/hal/msm8916/
Dplatform.c531 static char * hw_interface_table[SND_DEVICE_MAX] = {0}; variable
744 hw_interface_table[dev] = NULL; in set_platform_defaults()
1397 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match()
1398 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
2686 if (hw_interface_table[device])
2687 free(hw_interface_table[device]);
2689 hw_interface_table[device] = strdup(hw_interface);