Lines Matching refs:efw
120 void snd_efw_transaction_add_instance(struct snd_efw *efw);
121 void snd_efw_transaction_remove_instance(struct snd_efw *efw);
193 int snd_efw_command_set_resp_addr(struct snd_efw *efw,
195 int snd_efw_command_set_tx_mode(struct snd_efw *efw,
197 int snd_efw_command_get_hwinfo(struct snd_efw *efw,
199 int snd_efw_command_get_phys_meters(struct snd_efw *efw,
202 int snd_efw_command_get_clock_source(struct snd_efw *efw,
204 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate);
205 int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate);
207 int snd_efw_stream_init_duplex(struct snd_efw *efw);
208 int snd_efw_stream_start_duplex(struct snd_efw *efw, unsigned int rate);
209 void snd_efw_stream_stop_duplex(struct snd_efw *efw);
210 void snd_efw_stream_update_duplex(struct snd_efw *efw);
211 void snd_efw_stream_destroy_duplex(struct snd_efw *efw);
212 void snd_efw_stream_lock_changed(struct snd_efw *efw);
213 int snd_efw_stream_lock_try(struct snd_efw *efw);
214 void snd_efw_stream_lock_release(struct snd_efw *efw);
216 void snd_efw_proc_init(struct snd_efw *efw);
218 int snd_efw_create_midi_devices(struct snd_efw *efw);
220 int snd_efw_create_pcm_devices(struct snd_efw *efw);
223 int snd_efw_create_hwdep_device(struct snd_efw *efw);