Searched refs:snd_dg00x (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/sound/firewire/digi00x/ |
D | digi00x.h | 33 struct snd_dg00x { struct 125 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x); 126 int snd_dg00x_transaction_reregister(struct snd_dg00x *dg00x); 127 void snd_dg00x_transaction_unregister(struct snd_dg00x *dg00x); 131 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x, 133 int snd_dg00x_stream_get_local_rate(struct snd_dg00x *dg00x, 135 int snd_dg00x_stream_set_local_rate(struct snd_dg00x *dg00x, unsigned int rate); 136 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x, 138 int snd_dg00x_stream_check_external_clock(struct snd_dg00x *dg00x, 140 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x); [all …]
|
D | digi00x-stream.c | 31 int snd_dg00x_stream_get_local_rate(struct snd_dg00x *dg00x, unsigned int *rate) in snd_dg00x_stream_get_local_rate() 52 int snd_dg00x_stream_set_local_rate(struct snd_dg00x *dg00x, unsigned int rate) in snd_dg00x_stream_set_local_rate() 70 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_clock() 89 int snd_dg00x_stream_check_external_clock(struct snd_dg00x *dg00x, bool *detect) in snd_dg00x_stream_check_external_clock() 103 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_external_rate() 126 static void finish_session(struct snd_dg00x *dg00x) in finish_session() 135 static int begin_session(struct snd_dg00x *dg00x) in begin_session() 172 static void release_resources(struct snd_dg00x *dg00x) in release_resources() 186 static int keep_resources(struct snd_dg00x *dg00x, unsigned int rate) in keep_resources() 237 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x) in snd_dg00x_stream_init_duplex() [all …]
|
D | digi00x-pcm.c | 58 static int pcm_init_hw_params(struct snd_dg00x *dg00x, in pcm_init_hw_params() 115 struct snd_dg00x *dg00x = substream->private_data; in pcm_open() 163 struct snd_dg00x *dg00x = substream->private_data; in pcm_close() 173 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_hw_params() 195 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_hw_params() 216 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_hw_free() 232 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_hw_free() 248 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_prepare() 265 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_prepare() 284 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_trigger() [all …]
|
D | digi00x-midi.c | 13 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_phys_open() 32 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_phys_close() 46 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_phys_capture_trigger() 64 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_phys_playback_trigger() 105 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_ctl_playback_close() 115 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_ctl_capture_trigger() 131 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_ctl_playback_trigger() 154 static void set_midi_substream_names(struct snd_dg00x *dg00x, in set_midi_substream_names() 173 int snd_dg00x_create_midi_devices(struct snd_dg00x *dg00x) in snd_dg00x_create_midi_devices()
|
D | digi00x-hwdep.c | 23 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_read() 66 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_poll() 81 static int hwdep_get_info(struct snd_dg00x *dg00x, void __user *arg) in hwdep_get_info() 100 static int hwdep_lock(struct snd_dg00x *dg00x) in hwdep_lock() 118 static int hwdep_unlock(struct snd_dg00x *dg00x) in hwdep_unlock() 138 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_release() 151 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_ioctl() 184 int snd_dg00x_create_hwdep_device(struct snd_dg00x *dg00x) in snd_dg00x_create_hwdep_device()
|
D | digi00x-transaction.c | 24 static void handle_midi_control(struct snd_dg00x *dg00x, __be32 *buf, in handle_midi_control() 46 static void handle_unknown_message(struct snd_dg00x *dg00x, in handle_unknown_message() 63 struct snd_dg00x *dg00x = callback_data; in handle_message() 74 int snd_dg00x_transaction_reregister(struct snd_dg00x *dg00x) in snd_dg00x_transaction_reregister() 99 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x) in snd_dg00x_transaction_register() 133 void snd_dg00x_transaction_unregister(struct snd_dg00x *dg00x) in snd_dg00x_transaction_unregister()
|
D | digi00x.c | 18 static int name_card(struct snd_dg00x *dg00x) in name_card() 45 struct snd_dg00x *dg00x = card->private_data; in dg00x_card_free() 59 struct snd_dg00x *dg00x; in snd_dg00x_probe() 64 sizeof(struct snd_dg00x), &card); in snd_dg00x_probe() 118 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); in snd_dg00x_update() 129 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); in snd_dg00x_remove()
|
D | digi00x-proc.c | 11 static int get_optical_iface_mode(struct snd_dg00x *dg00x, in get_optical_iface_mode() 39 struct snd_dg00x *dg00x = entry->private_data; in proc_read_clock() 69 void snd_dg00x_proc_init(struct snd_dg00x *dg00x) in snd_dg00x_proc_init()
|