Searched refs:SND_USE_CASE_VERB_DIGITAL_RADIO (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.h | 107 #define SND_USE_CASE_VERB_DIGITAL_RADIO "FM Digital Radio" macro
|
D | alsa_ucm.c | 890 !strncmp(useCase, SND_USE_CASE_VERB_DIGITAL_RADIO, in getUseCaseType() 891 MAX_LEN(useCase,SND_USE_CASE_VERB_DIGITAL_RADIO)) || in getUseCaseType()
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioHardwareALSA.cpp | 670 }else if((!strcmp(it->useCase, SND_USE_CASE_VERB_DIGITAL_RADIO)) || in doRouting() 1441 … strlcpy(alsa_handle.useCase, SND_USE_CASE_VERB_DIGITAL_RADIO, sizeof(alsa_handle.useCase)); in handleFm() 1471 if(!strcmp(it->useCase, SND_USE_CASE_VERB_DIGITAL_RADIO)) { in handleFm() 1472 snd_use_case_set(mUcMgr, "_verb", SND_USE_CASE_VERB_DIGITAL_RADIO); in handleFm() 1488 if((!strcmp(it->useCase, SND_USE_CASE_VERB_DIGITAL_RADIO)) || in handleFm()
|
D | alsa_default.cpp | 1207 !strncmp(useCase, SND_USE_CASE_VERB_DIGITAL_RADIO, in getUseCaseType() 1208 MAX_LEN(useCase,SND_USE_CASE_VERB_DIGITAL_RADIO)) || in getUseCaseType()
|