Searched refs:snd_dice (Results 1 – 14 of 14) sorted by relevance
/linux/sound/firewire/dice/ |
A D | dice.h | 72 struct snd_dice; 75 struct snd_dice { struct 125 int snd_dice_transaction_write(struct snd_dice *dice, argument 129 int snd_dice_transaction_read(struct snd_dice *dice, 197 int snd_dice_transaction_init(struct snd_dice *dice); 198 int snd_dice_transaction_reinit(struct snd_dice *dice); 216 int snd_dice_stream_lock_try(struct snd_dice *dice); 219 int snd_dice_create_pcm(struct snd_dice *dice); 221 int snd_dice_create_hwdep(struct snd_dice *dice); 223 void snd_dice_create_proc(struct snd_dice *dice); [all …]
|
A D | dice-transaction.c | 11 static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type, in get_subaddr() 36 int snd_dice_transaction_write(struct snd_dice *dice, in snd_dice_transaction_write() 46 int snd_dice_transaction_read(struct snd_dice *dice, in snd_dice_transaction_read() 62 int snd_dice_transaction_get_clock_source(struct snd_dice *dice, in snd_dice_transaction_get_clock_source() 96 int snd_dice_transaction_set_enable(struct snd_dice *dice) in snd_dice_transaction_set_enable() 118 void snd_dice_transaction_clear_enable(struct snd_dice *dice) in snd_dice_transaction_clear_enable() 137 struct snd_dice *dice = callback_data; in dice_notification() 241 void snd_dice_transaction_destroy(struct snd_dice *dice) in snd_dice_transaction_destroy() 254 int snd_dice_transaction_reinit(struct snd_dice *dice) in snd_dice_transaction_reinit() 264 static int get_subaddrs(struct snd_dice *dice) in get_subaddrs() [all …]
|
A D | dice-pcm.c | 15 struct snd_dice *dice = substream->private_data; in dice_rate_constraint() 53 struct snd_dice *dice = substream->private_data; in dice_channels_constraint() 125 static int init_hw_info(struct snd_dice *dice, in init_hw_info() 166 struct snd_dice *dice = substream->private_data; in pcm_open() 256 struct snd_dice *dice = substream->private_data; in pcm_close() 266 struct snd_dice *dice = substream->private_data; in pcm_hw_params() 292 struct snd_dice *dice = substream->private_data; in pcm_hw_free() 308 struct snd_dice *dice = substream->private_data; in capture_prepare() 322 struct snd_dice *dice = substream->private_data; in playback_prepare() 337 struct snd_dice *dice = substream->private_data; in capture_trigger() [all …]
|
A D | dice-stream.c | 99 static int get_register_params(struct snd_dice *dice, in get_register_params() 123 static void release_resources(struct snd_dice *dice) in release_resources() 380 int snd_dice_stream_start_duplex(struct snd_dice *dice) in snd_dice_stream_start_duplex() 473 void snd_dice_stream_stop_duplex(struct snd_dice *dice) in snd_dice_stream_stop_duplex() 519 static void destroy_stream(struct snd_dice *dice, in destroy_stream() 538 int snd_dice_stream_init_duplex(struct snd_dice *dice) in snd_dice_stream_init_duplex() 573 void snd_dice_stream_destroy_duplex(struct snd_dice *dice) in snd_dice_stream_destroy_duplex() 585 void snd_dice_stream_update_duplex(struct snd_dice *dice) in snd_dice_stream_update_duplex() 670 static void dice_lock_changed(struct snd_dice *dice) in dice_lock_changed() 676 int snd_dice_stream_lock_try(struct snd_dice *dice) in snd_dice_stream_lock_try() [all …]
|
A D | dice-hwdep.c | 14 struct snd_dice *dice = hwdep->private_data; in hwdep_read() 57 struct snd_dice *dice = hwdep->private_data; in hwdep_poll() 72 static int hwdep_get_info(struct snd_dice *dice, void __user *arg) in hwdep_get_info() 91 static int hwdep_lock(struct snd_dice *dice) in hwdep_lock() 109 static int hwdep_unlock(struct snd_dice *dice) in hwdep_unlock() 129 struct snd_dice *dice = hwdep->private_data; in hwdep_release() 142 struct snd_dice *dice = hwdep->private_data; in hwdep_ioctl() 167 int snd_dice_create_hwdep(struct snd_dice *dice) in snd_dice_create_hwdep()
|
A D | dice-midi.c | 11 struct snd_dice *dice = substream->rmidi->private_data; in midi_open() 38 struct snd_dice *dice = substream->rmidi->private_data; in midi_close() 53 struct snd_dice *dice = substrm->rmidi->private_data; in midi_capture_trigger() 70 struct snd_dice *dice = substrm->rmidi->private_data; in midi_playback_trigger() 85 static void set_midi_substream_names(struct snd_dice *dice, in set_midi_substream_names() 96 int snd_dice_create_midi(struct snd_dice *dice) in snd_dice_create_midi()
|
A D | dice-extension.c | 50 static inline int read_transaction(struct snd_dice *dice, u64 section_addr, in read_transaction() 59 static int read_stream_entries(struct snd_dice *dice, u64 section_addr, in read_stream_entries() 84 static int detect_stream_formats(struct snd_dice *dice, u64 section_addr) in detect_stream_formats() 140 int snd_dice_detect_extension_formats(struct snd_dice *dice) in snd_dice_detect_extension_formats()
|
A D | dice.c | 73 static int check_clock_caps(struct snd_dice *dice) in check_clock_caps() 97 static void dice_card_strings(struct snd_dice *dice) in dice_card_strings() 134 struct snd_dice *dice = card->private_data; in dice_card_free() 146 struct snd_dice *dice; in dice_probe() 228 struct snd_dice *dice = dev_get_drvdata(&unit->device); in dice_remove() 236 struct snd_dice *dice = dev_get_drvdata(&unit->device); in dice_bus_reset()
|
A D | dice-proc.c | 11 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, in dice_proc_read_mem() 70 struct snd_dice *dice = entry->private_data; in dice_proc_read() 253 struct snd_dice *dice = entry->private_data; in dice_proc_read_formation() 279 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node() 291 void snd_dice_create_proc(struct snd_dice *dice) in snd_dice_create_proc()
|
A D | dice-alesis.c | 22 int snd_dice_detect_alesis_formats(struct snd_dice *dice) in snd_dice_detect_alesis_formats() 54 int snd_dice_detect_alesis_mastercontrol_formats(struct snd_dice *dice) in snd_dice_detect_alesis_mastercontrol_formats()
|
A D | dice-harman.c | 10 int snd_dice_detect_harman_formats(struct snd_dice *dice) in snd_dice_detect_harman_formats()
|
A D | dice-mytek.c | 28 int snd_dice_detect_mytek_formats(struct snd_dice *dice) in snd_dice_detect_mytek_formats()
|
A D | dice-presonus.c | 22 int snd_dice_detect_presonus_formats(struct snd_dice *dice) in snd_dice_detect_presonus_formats()
|
A D | dice-tcelectronic.c | 58 int snd_dice_detect_tcelectronic_formats(struct snd_dice *dice) in snd_dice_detect_tcelectronic_formats()
|
Completed in 15 milliseconds