Lines Matching defs:cardIns
63 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns;
65 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns);
68 ret = SndElementReadRange(cardIns, &priData->ctrlLeftVolume, &_volMin, &_volMax);
84 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns;
86 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns);
89 ret = SndElementReadInt(cardIns, &priData->ctrlLeftVolume, &volLeft);
94 ret = SndElementReadInt(cardIns, &priData->ctrlRightVolume, &volRight);
107 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns;
109 CHECK_NULL_PTR_RETURN_DEFAULT(cardIns);
111 ret = SndElementWriteInt(cardIns, &priData->ctrlLeftVolume, volume);
116 ret = SndElementWriteInt(cardIns, &priData->ctrlRightVolume, volume);
211 struct AlsaSoundCard *cardIns = (struct AlsaSoundCard *)captureIns;
213 if (cardIns->cardType == SND_CARD_PRIMARY) {