Home | History | Annotate | Download | only in libaudio

Lines Matching defs:ept

70     struct msm_snd_endpoint *ept;
104 ept = mSndEndpoints;
111 for (int cnt = 0; cnt < mNumSndEndpoints; cnt++, ept++) {
112 ept->id = cnt;
113 snd_get_endpoint(cnt, ept);
115 if (!strcmp(ept->name, #desc)) { \
116 SND_DEVICE_##desc = ept->id; \