Home
last modified time | relevance | path

Searched refs:playback_endpoint (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2yaudio.c934 static int usx2y_audio_stream_new(struct snd_card *card, int playback_endpoint, int capture_endpoint)
941 for (i = playback_endpoint ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE;
950 if (playback_endpoint) in usx2y_audio_stream_free()
951 usx2y_substream[SNDRV_PCM_STREAM_PLAYBACK]->endpoint = playback_endpoint; in usx2y_audio_stream_free()
955 playback_endpoint ? 1 : 0, 1, in snd_usx2y_pcm_private_free()
962 if (playback_endpoint) in usx2y_audio_stream_new()
972 if (playback_endpoint) { in usx2y_audio_stream_new()
961 usx2y_audio_stream_new(struct snd_card * card,int playback_endpoint,int capture_endpoint) usx2y_audio_stream_new() argument