usX2Y_substream   918 sound/usb/usx2y/usbusx2yaudio.c static void usX2Y_audio_stream_free(struct snd_usX2Y_substream **usX2Y_substream)
usX2Y_substream   920 sound/usb/usx2y/usbusx2yaudio.c 	kfree(usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]);
usX2Y_substream   921 sound/usb/usx2y/usbusx2yaudio.c 	usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK] = NULL;
usX2Y_substream   923 sound/usb/usx2y/usbusx2yaudio.c 	kfree(usX2Y_substream[SNDRV_PCM_STREAM_CAPTURE]);
usX2Y_substream   924 sound/usb/usx2y/usbusx2yaudio.c 	usX2Y_substream[SNDRV_PCM_STREAM_CAPTURE] = NULL;
usX2Y_substream   938 sound/usb/usx2y/usbusx2yaudio.c 	struct snd_usX2Y_substream **usX2Y_substream =
usX2Y_substream   943 sound/usb/usx2y/usbusx2yaudio.c 		usX2Y_substream[i] = kzalloc(sizeof(struct snd_usX2Y_substream), GFP_KERNEL);
usX2Y_substream   944 sound/usb/usx2y/usbusx2yaudio.c 		if (!usX2Y_substream[i])
usX2Y_substream   947 sound/usb/usx2y/usbusx2yaudio.c 		usX2Y_substream[i]->usX2Y = usX2Y(card);
usX2Y_substream   951 sound/usb/usx2y/usbusx2yaudio.c 		usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]->endpoint = playback_endpoint;
usX2Y_substream   952 sound/usb/usx2y/usbusx2yaudio.c 	usX2Y_substream[SNDRV_PCM_STREAM_CAPTURE]->endpoint = capture_endpoint;
usX2Y_substream   958 sound/usb/usx2y/usbusx2yaudio.c 		usX2Y_audio_stream_free(usX2Y_substream);
usX2Y_substream   966 sound/usb/usx2y/usbusx2yaudio.c 	pcm->private_data = usX2Y_substream;