Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks.h204 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate);
Dfireworks_proc.c115 if (snd_efw_command_get_sampling_rate(efw, &sampling_rate) < 0) in proc_read_clock()
Dfireworks_command.c356 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate) in snd_efw_command_get_sampling_rate() function
Dfireworks_stream.c252 err = snd_efw_command_get_sampling_rate(efw, &curr_rate); in snd_efw_stream_start_duplex()
Dfireworks_pcm.c221 err = snd_efw_command_get_sampling_rate(efw, &sampling_rate); in pcm_open()