Lines Matching refs:bebob
56 int (*get)(struct snd_bebob *bebob, unsigned int *id);
59 int (*get)(struct snd_bebob *bebob, unsigned int *rate);
60 int (*set)(struct snd_bebob *bebob, unsigned int rate);
65 int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size);
206 int snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *rate);
207 int snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate);
208 int snd_bebob_stream_check_internal_clock(struct snd_bebob *bebob,
210 int snd_bebob_stream_discover(struct snd_bebob *bebob);
211 int snd_bebob_stream_init_duplex(struct snd_bebob *bebob);
212 int snd_bebob_stream_start_duplex(struct snd_bebob *bebob, unsigned int rate);
213 void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob);
214 void snd_bebob_stream_update_duplex(struct snd_bebob *bebob);
215 void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob);
217 void snd_bebob_stream_lock_changed(struct snd_bebob *bebob);
218 int snd_bebob_stream_lock_try(struct snd_bebob *bebob);
219 void snd_bebob_stream_lock_release(struct snd_bebob *bebob);
221 void snd_bebob_proc_init(struct snd_bebob *bebob);
223 int snd_bebob_create_midi_devices(struct snd_bebob *bebob);
225 int snd_bebob_create_pcm_devices(struct snd_bebob *bebob);
227 int snd_bebob_create_hwdep_device(struct snd_bebob *bebob);
243 int snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814);