Searched refs:oxfw (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw.h | 128 int snd_oxfw_stream_init_duplex(struct snd_oxfw *oxfw); 129 int snd_oxfw_stream_reserve_duplex(struct snd_oxfw *oxfw, 134 int snd_oxfw_stream_start_duplex(struct snd_oxfw *oxfw); 135 void snd_oxfw_stream_stop_duplex(struct snd_oxfw *oxfw); 136 void snd_oxfw_stream_destroy_duplex(struct snd_oxfw *oxfw); 137 void snd_oxfw_stream_update_duplex(struct snd_oxfw *oxfw); 146 int snd_oxfw_stream_get_current_formation(struct snd_oxfw *oxfw, 150 int snd_oxfw_stream_discover(struct snd_oxfw *oxfw); 152 void snd_oxfw_stream_lock_changed(struct snd_oxfw *oxfw); 153 int snd_oxfw_stream_lock_try(struct snd_oxfw *oxfw); [all …]
|
| H A D | Makefile | 2 snd-oxfw-y := oxfw-command.o oxfw-stream.o oxfw-pcm.o oxfw-proc.o \ 3 oxfw-midi.o oxfw-hwdep.o oxfw-spkr.o oxfw-scs1x.o oxfw.o 4 obj-$(CONFIG_SND_OXFW) += snd-oxfw.o
|
| H A D | oxfw-proc.c | 13 struct snd_oxfw *oxfw = entry->private_data; in proc_read_formation() local 20 err = snd_oxfw_stream_get_current_formation(oxfw, in proc_read_formation() 29 format = oxfw->rx_stream_formats[i]; in proc_read_formation() 46 if (!oxfw->has_output) in proc_read_formation() 50 err = snd_oxfw_stream_get_current_formation(oxfw, in proc_read_formation() 59 format = oxfw->tx_stream_formats[i]; in proc_read_formation() 77 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node() argument 84 entry = snd_info_create_card_entry(oxfw->card, name, root); in add_node() 86 snd_info_set_text_ops(entry, oxfw, op); in add_node() 89 void snd_oxfw_proc_init(struct snd_oxfw *oxfw) in snd_oxfw_proc_init() argument [all …]
|
| H A D | oxfw-spkr.c | 148 struct snd_oxfw *oxfw = control->private_data; in spkr_mute_get() local 149 struct fw_spkr *spkr = oxfw->spec; in spkr_mute_get() 159 struct snd_oxfw *oxfw = control->private_data; in spkr_mute_put() local 160 struct fw_spkr *spkr = oxfw->spec; in spkr_mute_put() 169 err = avc_audio_feature_mute(oxfw->unit, spkr->mute_fb_id, &mute, in spkr_mute_put() 181 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_info() local 182 struct fw_spkr *spkr = oxfw->spec; in spkr_volume_info() 197 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_get() local 198 struct fw_spkr *spkr = oxfw->spec; in spkr_volume_get() 210 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_put() local [all …]
|
| H A D | oxfw-scs1x.c | 334 static int register_address(struct snd_oxfw *oxfw) in register_address() argument 336 struct fw_scs1x *scs = oxfw->spec; in register_address() 341 return snd_fw_transaction(oxfw->unit, TCODE_WRITE_BLOCK_REQUEST, in register_address() 352 void snd_oxfw_scs1x_update(struct snd_oxfw *oxfw) in snd_oxfw_scs1x_update() argument 354 register_address(oxfw); in snd_oxfw_scs1x_update() 357 int snd_oxfw_scs1x_add(struct snd_oxfw *oxfw) in snd_oxfw_scs1x_add() argument 374 scs = devm_kzalloc(&oxfw->card->card_dev, sizeof(struct fw_scs1x), in snd_oxfw_scs1x_add() 378 scs->fw_dev = fw_parent_device(oxfw->unit); in snd_oxfw_scs1x_add() 379 oxfw->spec = scs; in snd_oxfw_scs1x_add() 390 err = register_address(oxfw); in snd_oxfw_scs1x_add() [all …]
|
| /linux/sound/firewire/ |
| H A D | Makefile | 11 obj-$(CONFIG_SND_OXFW) += oxfw/
|
| H A D | Kconfig | 65 will be called snd-oxfw.
|