Lines Matching refs:bebob
61 int (*get)(struct snd_bebob *bebob, unsigned int *id);
64 int (*get)(struct snd_bebob *bebob, unsigned int *rate);
65 int (*set)(struct snd_bebob *bebob, unsigned int rate);
70 int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size);
214 int snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *rate);
215 int snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate);
216 int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
218 int snd_bebob_stream_discover(struct snd_bebob *bebob);
219 int snd_bebob_stream_init_duplex(struct snd_bebob *bebob);
220 int snd_bebob_stream_reserve_duplex(struct snd_bebob *bebob, unsigned int rate,
223 int snd_bebob_stream_start_duplex(struct snd_bebob *bebob);
224 void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob);
225 void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob);
227 void snd_bebob_stream_lock_changed(struct snd_bebob *bebob);
228 int snd_bebob_stream_lock_try(struct snd_bebob *bebob);
229 void snd_bebob_stream_lock_release(struct snd_bebob *bebob);
231 void snd_bebob_proc_init(struct snd_bebob *bebob);
233 int snd_bebob_create_midi_devices(struct snd_bebob *bebob);
235 int snd_bebob_create_pcm_devices(struct snd_bebob *bebob);
237 int snd_bebob_create_hwdep_device(struct snd_bebob *bebob);
252 int snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814);