sgroup_resp       252 sound/pci/mixart/mixart.c 			struct mixart_streaming_group sgroup_resp;
sgroup_resp       305 sound/pci/mixart/mixart.c 		err = snd_mixart_send_msg(chip->mgr, &request, sizeof(buf->sgroup_resp), &buf->sgroup_resp);
sgroup_resp       306 sound/pci/mixart/mixart.c 		if((err < 0) || (buf->sgroup_resp.status != 0)) {
sgroup_resp       309 sound/pci/mixart/mixart.c 				err, buf->sgroup_resp.status);
sgroup_resp       314 sound/pci/mixart/mixart.c 		pipe->group_uid = buf->sgroup_resp.group;     /* id of the pipe, as returned by embedded */
sgroup_resp       315 sound/pci/mixart/mixart.c 		pipe->stream_count = buf->sgroup_resp.stream_count;