Searched refs:hw_interface_table (Results 1 – 2 of 2) sorted by relevance
684 static char * hw_interface_table[SND_DEVICE_MAX] = {0}; variable1340 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 …]
531 static char * hw_interface_table[SND_DEVICE_MAX] = {0}; variable744 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);