Home
last modified time | relevance | path

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

/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2yaudio.c903 static const struct snd_pcm_ops snd_usx2y_pcm_ops = { in snd_usx2y_pcm_open()
963 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_usx2y_pcm_ops); in usx2y_audio_stream_new()
964 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_usx2y_pcm_ops); in usx2y_audio_stream_new()
930 static const struct snd_pcm_ops snd_usx2y_pcm_ops = { global() variable