Searched refs:be_itf2 (Results 1 – 1 of 1) sorted by relevance
1362 const char * be_itf2 = hw_interface_table[snd_device2]; in platform_check_backends_match() local1364 if (NULL != be_itf1 && NULL != be_itf2) { in platform_check_backends_match()1365 if ((NULL == strstr(be_itf2, be_itf1)) && (NULL == strstr(be_itf1, be_itf2))) in platform_check_backends_match()1369 ALOGV("%s: be_itf1 = %s, be_itf2 = %s, match %d", __func__, be_itf1, be_itf2, result); in platform_check_backends_match()