Searched refs:hw_interface_table (Results 1 – 1 of 1) sorted by relevance
479 static char * hw_interface_table[SND_DEVICE_MAX] = {0}; variable872 hw_interface_table[dev] = NULL; in set_platform_defaults()888 hw_interface_table[SND_DEVICE_OUT_HANDSET] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()889 hw_interface_table[SND_DEVICE_OUT_SPEAKER] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()890 hw_interface_table[SND_DEVICE_OUT_SPEAKER_REVERSE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()891 hw_interface_table[SND_DEVICE_OUT_SPEAKER_SAFE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()892 hw_interface_table[SND_DEVICE_OUT_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()893 hw_interface_table[SND_DEVICE_OUT_LINE] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()894 hw_interface_table[SND_DEVICE_OUT_SPEAKER_AND_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()895 hw_interface_table[SND_DEVICE_OUT_SPEAKER_SAFE_AND_HEADPHONES] = strdup("SLIMBUS_0_RX"); in set_platform_defaults()[all …]