Lines Matching refs:snd_tscm
66 struct snd_tscm { struct
164 int snd_tscm_stream_get_rate(struct snd_tscm *tscm, unsigned int *rate);
165 int snd_tscm_stream_get_clock(struct snd_tscm *tscm,
167 int snd_tscm_stream_init_duplex(struct snd_tscm *tscm);
168 void snd_tscm_stream_update_duplex(struct snd_tscm *tscm);
169 void snd_tscm_stream_destroy_duplex(struct snd_tscm *tscm);
170 int snd_tscm_stream_reserve_duplex(struct snd_tscm *tscm, unsigned int rate,
173 int snd_tscm_stream_start_duplex(struct snd_tscm *tscm, unsigned int rate);
174 void snd_tscm_stream_stop_duplex(struct snd_tscm *tscm);
176 void snd_tscm_stream_lock_changed(struct snd_tscm *tscm);
177 int snd_tscm_stream_lock_try(struct snd_tscm *tscm);
178 void snd_tscm_stream_lock_release(struct snd_tscm *tscm);
200 int snd_tscm_transaction_register(struct snd_tscm *tscm);
201 int snd_tscm_transaction_reregister(struct snd_tscm *tscm);
202 void snd_tscm_transaction_unregister(struct snd_tscm *tscm);
204 void snd_tscm_proc_init(struct snd_tscm *tscm);
206 int snd_tscm_create_pcm_devices(struct snd_tscm *tscm);
208 int snd_tscm_create_midi_devices(struct snd_tscm *tscm);
210 int snd_tscm_create_hwdep_device(struct snd_tscm *tscm);