Home | History | Annotate | Download | only in CVE-2017-7369

Lines Matching refs:lst

184     struct snd_ctl_elem_list lst;

186 memset(&lst, 0, sizeof(lst));
187 lst.pids = calloc(MAXELE, sizeof(struct snd_ctl_elem_list));
188 lst.space = MAXELE;
190 ret = ioctl(fd, cmd, &lst);
193 for(index=0;(unsigned int)index<lst.count;index++)
195 if(!strncmp((const char *)lst.pids[index].name,"SLIM_1_TX Channels",18)||
196 !strncmp((const char *)lst.pids[index].name,"SLIM_0_TX Channels",18)||
197 !strncmp((const char *)lst.pids[index].name,"SLIM_6_RX Channels",18)||
198 !strncmp((const char *)lst.pids[index].name,"SLIM_5_RX Channels",18)||
199 !strncmp((const char *)lst.pids[index].name,"SLIM_0_RX Channels",18)||
200 !strncmp((const char *)lst.pids[index].name,"Playback 24 Volume",18)||
201 !strncmp((const char *)lst.pids[index].name,"left Profile",12)||
202 !strncmp((const char *)lst.pids[index].name,"Playback Device Channel Map",27)||
203 !strncmp((const char *)lst.pids[index].name, "LSM",3)||
204 !strncmp((const char *)lst.pids[index].name,"MAD Input",9)||
205 !strncmp((const char *)lst.pids[index].name, "AUDIO_REF_EC_UL",15)||
206 !strncmp((const char *)lst.pids[index].name, "VOC_EXT_EC",10)) continue;
208 control.id.numid=lst.pids[index].numid;