Home
last modified time | relevance | path

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

/linux-5.19.10/sound/firewire/fireworks/
Dfireworks_stream.c199 err = snd_efw_command_get_sampling_rate(efw, &curr_rate); in snd_efw_stream_reserve_duplex()
263 err = snd_efw_command_get_sampling_rate(efw, &rate); in snd_efw_stream_start_duplex()
Dfireworks.h203 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate);
Dfireworks_proc.c114 if (snd_efw_command_get_sampling_rate(efw, &sampling_rate) < 0) in proc_read_clock()
Dfireworks_command.c355 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate) in snd_efw_command_get_sampling_rate() function
Dfireworks_pcm.c203 err = snd_efw_command_get_sampling_rate(efw, &sampling_rate); in pcm_open()