Home | History | Annotate | Download | only in libalsa-intf

Lines Matching full:strcasestr

2463         if ((buf = strcasestr(current_str, "SectionUseCase")) != NULL) {
2722 buf = strcasestr(current_str, "SectionUseCase");
2725 buf = strcasestr(current_str, "SectionVerb");
2756 buf = strcasestr(current_str, "SectionDevice");
2787 buf = strcasestr(current_str, "SectionModifier");
3196 if (strcasestr(current_str, "EndSequence") != NULL) {
3253 if (strcasestr(current_str, "EndSequence") != NULL) {
3273 } else if (strcasestr(current_str, "Name") != NULL) {
3278 } else if (strcasestr(current_str, "PlaybackPCM") != NULL) {
3285 } else if (strcasestr(current_str, "CapturePCM") != NULL) {
3291 } else if (strcasestr(current_str, "ACDBID") != NULL) {
3298 } else if (strcasestr(current_str, "EffectsMixerCTL") != NULL) {
3305 if (strcasestr(current_str, "EnableSequence") != NULL) {
3318 } else if (strcasestr(current_str, "DisableSequence") != NULL) {