Lines Matching refs:efw
122 void snd_efw_transaction_add_instance(struct snd_efw *efw);
123 void snd_efw_transaction_remove_instance(struct snd_efw *efw);
195 int snd_efw_command_set_resp_addr(struct snd_efw *efw,
197 int snd_efw_command_set_tx_mode(struct snd_efw *efw,
199 int snd_efw_command_get_hwinfo(struct snd_efw *efw,
201 int snd_efw_command_get_phys_meters(struct snd_efw *efw,
204 int snd_efw_command_get_clock_source(struct snd_efw *efw,
206 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate);
207 int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate);
209 int snd_efw_stream_init_duplex(struct snd_efw *efw);
210 int snd_efw_stream_reserve_duplex(struct snd_efw *efw, unsigned int rate,
213 int snd_efw_stream_start_duplex(struct snd_efw *efw);
214 void snd_efw_stream_stop_duplex(struct snd_efw *efw);
215 void snd_efw_stream_update_duplex(struct snd_efw *efw);
216 void snd_efw_stream_destroy_duplex(struct snd_efw *efw);
217 void snd_efw_stream_lock_changed(struct snd_efw *efw);
218 int snd_efw_stream_lock_try(struct snd_efw *efw);
219 void snd_efw_stream_lock_release(struct snd_efw *efw);
221 void snd_efw_proc_init(struct snd_efw *efw);
223 int snd_efw_create_midi_devices(struct snd_efw *efw);
225 int snd_efw_create_pcm_devices(struct snd_efw *efw);
228 int snd_efw_create_hwdep_device(struct snd_efw *efw);