Searched refs:usX2Y_substream (Results 1 – 1 of 1) sorted by relevance
930 static void usX2Y_audio_stream_free(struct snd_usX2Y_substream **usX2Y_substream) in usX2Y_audio_stream_free() argument932 kfree(usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]); in usX2Y_audio_stream_free()933 usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK] = NULL; in usX2Y_audio_stream_free()935 kfree(usX2Y_substream[SNDRV_PCM_STREAM_CAPTURE]); in usX2Y_audio_stream_free()936 usX2Y_substream[SNDRV_PCM_STREAM_CAPTURE] = NULL; in usX2Y_audio_stream_free()950 struct snd_usX2Y_substream **usX2Y_substream = in usX2Y_audio_stream_new() local955 usX2Y_substream[i] = kzalloc(sizeof(struct snd_usX2Y_substream), GFP_KERNEL); in usX2Y_audio_stream_new()956 if (!usX2Y_substream[i]) in usX2Y_audio_stream_new()959 usX2Y_substream[i]->usX2Y = usX2Y(card); in usX2Y_audio_stream_new()963 usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]->endpoint = playback_endpoint; in usX2Y_audio_stream_new()[all …]