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.c683 static char * hw_interface_table[SND_DEVICE_MAX] = {0}; variable
1321 hw_interface_table[dev] = NULL; in set_platform_defaults()
1365 hw_interface_table[SND_DEVICE_OUT_HANDSET] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1366 hw_interface_table[SND_DEVICE_OUT_SPEAKER] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1367 hw_interface_table[SND_DEVICE_OUT_SPEAKER_REVERSE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1368 hw_interface_table[SND_DEVICE_OUT_SPEAKER_SAFE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1369 hw_interface_table[SND_DEVICE_OUT_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1370 hw_interface_table[SND_DEVICE_OUT_LINE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1371 hw_interface_table[SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()
1372 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
726 hw_interface_table[dev] = NULL; in set_platform_defaults()
1377 const char * be_itf1 = hw_interface_table[snd_device1]; in platform_check_backends_match()
1378 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match()
2593 if (hw_interface_table[device])
2594 free(hw_interface_table[device]);
2596 hw_interface_table[device] = strdup(hw_interface);