Searched refs:SND_USE_CASE_DEV_SPEAKER (Results 1 – 2 of 2) sorted by relevance
118 #define SND_USE_CASE_DEV_SPEAKER "Speaker" macro
415 …if (!strncmp(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER, MAX_LEN(curRxUCMDevice, SND_USE_CASE_DEV_SP… in switchDevice()1366 return strdup(SND_USE_CASE_DEV_SPEAKER); /* SPEAKER RX */ in getUCMDevice()1419 return strdup(SND_USE_CASE_DEV_SPEAKER); /* SPEAKER RX */ in getUCMDevice()1462 !strncmp(rxDevice, SND_USE_CASE_DEV_SPEAKER, in getUCMDevice()1463 (strlen(SND_USE_CASE_DEV_SPEAKER)+1))) || in getUCMDevice()1464 !strncmp(curRxUCMDevice, SND_USE_CASE_DEV_SPEAKER, in getUCMDevice()1465 (strlen(SND_USE_CASE_DEV_SPEAKER)+1))) { in getUCMDevice()