Searched refs:set_stream_hw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/usb/misc/ |
H A D | ua101.c | 616 static int set_stream_hw(struct ua101 *ua, struct snd_pcm_substream *substream, in set_stream_hw() function 655 err = set_stream_hw(ua, substream, ua->capture.channels); in capture_pcm_open() 676 err = set_stream_hw(ua, substream, ua->playback.channels); in playback_pcm_open()
|
/kernel/linux/linux-6.6/sound/usb/misc/ |
H A D | ua101.c | 615 static int set_stream_hw(struct ua101 *ua, struct snd_pcm_substream *substream, in set_stream_hw() function 654 err = set_stream_hw(ua, substream, ua->capture.channels); in capture_pcm_open() 675 err = set_stream_hw(ua, substream, ua->playback.channels); in playback_pcm_open()
|
Completed in 5 milliseconds