Home
last modified time | relevance | path

Searched refs:snd_bebob (Results 1 – 11 of 11) sorted by relevance

/linux/sound/firewire/bebob/
A Dbebob.h41 struct snd_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);
83 struct snd_bebob { struct
217 int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
219 int snd_bebob_stream_discover(struct snd_bebob *bebob);
220 int snd_bebob_stream_init_duplex(struct snd_bebob *bebob);
229 int snd_bebob_stream_lock_try(struct snd_bebob *bebob);
232 void snd_bebob_proc_init(struct snd_bebob *bebob);
[all …]
A Dbebob_pcm.c95 pcm_init_hw_params(struct snd_bebob *bebob, in pcm_init_hw_params()
134 struct snd_bebob *bebob = substream->private_data; in pcm_open()
206 struct snd_bebob *bebob = substream->private_data; in pcm_close()
214 struct snd_bebob *bebob = substream->private_data; in pcm_hw_params()
235 struct snd_bebob *bebob = substream->private_data; in pcm_hw_free()
252 struct snd_bebob *bebob = substream->private_data; in pcm_capture_prepare()
264 struct snd_bebob *bebob = substream->private_data; in pcm_playback_prepare()
277 struct snd_bebob *bebob = substream->private_data; in pcm_capture_trigger()
295 struct snd_bebob *bebob = substream->private_data; in pcm_playback_trigger()
313 struct snd_bebob *bebob = sbstrm->private_data; in pcm_capture_pointer()
[all …]
A Dbebob_stream.c119 int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob, in snd_bebob_stream_get_clock_src()
400 static void break_both_connections(struct snd_bebob *bebob) in break_both_connections()
477 int snd_bebob_stream_init_duplex(struct snd_bebob *bebob) in snd_bebob_stream_init_duplex()
593 int snd_bebob_stream_start_duplex(struct snd_bebob *bebob) in snd_bebob_stream_start_duplex()
676 void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob) in snd_bebob_stream_stop_duplex()
822 static int detect_midi_ports(struct snd_bebob *bebob, in detect_midi_ports()
871 seek_msu_sync_input_plug(struct snd_bebob *bebob) in seek_msu_sync_input_plug()
908 int snd_bebob_stream_discover(struct snd_bebob *bebob) in snd_bebob_stream_discover()
959 void snd_bebob_stream_lock_changed(struct snd_bebob *bebob) in snd_bebob_stream_lock_changed()
965 int snd_bebob_stream_lock_try(struct snd_bebob *bebob) in snd_bebob_stream_lock_try()
[all …]
A Dbebob_maudio.c138 get_meter(struct snd_bebob *bebob, void *buf, unsigned int size) in get_meter()
228 special_stream_formation_set(struct snd_bebob *bebob) in special_stream_formation_set()
256 static int add_special_controls(struct snd_bebob *bebob);
370 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_clk_ctl_get()
378 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_clk_ctl_put()
422 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_sync_ctl_get()
454 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_dig_in_iface_ctl_get()
484 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_dig_in_iface_ctl_set()
547 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_dig_out_iface_ctl_get()
557 struct snd_bebob *bebob = snd_kcontrol_chip(kctl); in special_dig_out_iface_ctl_set()
[all …]
A Dbebob_hwdep.c22 struct snd_bebob *bebob = hwdep->private_data; in hwdep_read()
55 struct snd_bebob *bebob = hwdep->private_data; in hwdep_poll()
71 hwdep_get_info(struct snd_bebob *bebob, void __user *arg) in hwdep_get_info()
91 hwdep_lock(struct snd_bebob *bebob) in hwdep_lock()
110 hwdep_unlock(struct snd_bebob *bebob) in hwdep_unlock()
131 struct snd_bebob *bebob = hwdep->private_data; in hwdep_release()
145 struct snd_bebob *bebob = hwdep->private_data; in hwdep_ioctl()
171 int snd_bebob_create_hwdep_device(struct snd_bebob *bebob) in snd_bebob_create_hwdep_device()
A Dbebob_midi.c12 struct snd_bebob *bebob = substream->rmidi->private_data; in midi_open()
36 struct snd_bebob *bebob = substream->rmidi->private_data; in midi_close()
49 struct snd_bebob *bebob = substrm->rmidi->private_data; in midi_capture_trigger()
66 struct snd_bebob *bebob = substrm->rmidi->private_data; in midi_playback_trigger()
81 static void set_midi_substream_names(struct snd_bebob *bebob, in set_midi_substream_names()
93 int snd_bebob_create_midi_devices(struct snd_bebob *bebob) in snd_bebob_create_midi_devices()
A Dbebob_focusrite.c61 saffire_read_block(struct snd_bebob *bebob, u64 offset, in saffire_read_block()
81 saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value) in saffire_read_quad()
98 saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value) in saffire_write_quad()
142 saffirepro_both_clk_freq_get(struct snd_bebob *bebob, unsigned int *rate) in saffirepro_both_clk_freq_get()
158 saffirepro_both_clk_freq_set(struct snd_bebob *bebob, unsigned int rate) in saffirepro_both_clk_freq_set()
177 saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in saffirepro_both_clk_src_get()
211 saffire_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in saffire_both_clk_src_get()
232 saffire_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size) in saffire_meter_get()
A Dbebob_proc.c38 struct snd_bebob *bebob = entry->private_data; in proc_read_hw_info()
74 struct snd_bebob *bebob = entry->private_data; in proc_read_meters()
107 struct snd_bebob *bebob = entry->private_data; in proc_read_formation()
139 struct snd_bebob *bebob = entry->private_data; in proc_read_clock()
159 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node()
169 void snd_bebob_proc_init(struct snd_bebob *bebob) in snd_bebob_proc_init()
A Dbebob.c68 name_device(struct snd_bebob *bebob) in name_device()
123 struct snd_bebob *bebob = card->private_data; in bebob_card_free()
160 static int detect_quirks(struct snd_bebob *bebob, const struct ieee1394_device_id *entry) in detect_quirks()
188 struct snd_bebob *bebob; in bebob_probe()
321 struct snd_bebob *bebob = dev_get_drvdata(&unit->device); in bebob_update()
331 struct snd_bebob *bebob = dev_get_drvdata(&unit->device); in bebob_remove()
A Dbebob_yamaha_terratec.c38 clk_src_get(struct snd_bebob *bebob, unsigned int *id) in clk_src_get()
A Dbebob_terratec.c16 phase88_rack_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in phase88_rack_clk_src_get()

Completed in 19 milliseconds