OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snd_card_index
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_ucm.c
118
if ((uc_mgr->
snd_card_index
>= (int)MAX_NUM_CARDS) ||
119
(uc_mgr->
snd_card_index
< 0) || (uc_mgr->card_ctxt_ptr == NULL)) {
273
if ((uc_mgr->
snd_card_index
>= (int)MAX_NUM_CARDS) ||
274
(uc_mgr->
snd_card_index
< 0) || (uc_mgr->card_ctxt_ptr == NULL)) {
471
if ((uc_mgr->
snd_card_index
>= (int)MAX_NUM_CARDS) ||
472
(uc_mgr->
snd_card_index
< 0) || (uc_mgr->card_ctxt_ptr == NULL)) {
[
all
...]
msm8960_use_cases.h
165
int
snd_card_index
;
member in struct:snd_use_case_mgr
Completed in 3158 milliseconds