Home
last modified time | relevance | path

Searched refs:snd_emu10k1 (Results 1 – 19 of 19) sorted by relevance

/linux-6.3-rc2/include/sound/
A Demu10k1.h1485 struct snd_emu10k1;
1488 struct snd_emu10k1 *emu;
1509 struct snd_emu10k1 *emu;
1620 struct snd_emu10k1 *emu;
1680 struct snd_emu10k1 { struct
1762 void (*dsp_interrupt)(struct snd_emu10k1 *emu); argument
1805 int snd_p16v_mixer(struct snd_emu10k1 * emu);
1818 int snd_emu10k1_done(struct snd_emu10k1 * emu);
1857 void snd_p16v_suspend(struct snd_emu10k1 *emu);
1858 void snd_p16v_resume(struct snd_emu10k1 *emu);
[all …]
A Demu10k1_synth.h18 struct snd_emu10k1 *hwptr; /* chip */
/linux-6.3-rc2/sound/pci/emu10k1/
A Dio.c88 unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu, in snd_emu10k1_ptr20_read()
104 void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu, in snd_emu10k1_ptr20_write()
120 int snd_emu10k1_spi_write(struct snd_emu10k1 * emu, in snd_emu10k1_spi_write()
174 int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu, in snd_emu10k1_i2c_write()
236 int snd_emu1010_fpga_write(struct snd_emu10k1 * emu, u32 reg, u32 value) in snd_emu1010_fpga_write()
258 int snd_emu1010_fpga_read(struct snd_emu10k1 * emu, u32 reg, u32 *value) in snd_emu1010_fpga_read()
288 void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb) in snd_emu10k1_intr_enable()
299 void snd_emu10k1_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb) in snd_emu10k1_intr_disable()
464 void snd_emu10k1_wait(struct snd_emu10k1 *emu, unsigned int wait) in snd_emu10k1_wait()
485 struct snd_emu10k1 *emu = ac97->private_data; in snd_emu10k1_ac97_read()
[all …]
A Demumpu401.c15 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu, in mpu401_read()
24 static inline void mpu401_write(struct snd_emu10k1 *emu, in mpu401_write()
45 static void mpu401_clear_rx(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *mpu) in mpu401_clear_rx()
143 struct snd_emu10k1 *emu; in snd_emu10k1_midi_input_open()
170 struct snd_emu10k1 *emu; in snd_emu10k1_midi_output_open()
197 struct snd_emu10k1 *emu; in snd_emu10k1_midi_input_close()
220 struct snd_emu10k1 *emu; in snd_emu10k1_midi_output_close()
243 struct snd_emu10k1 *emu; in snd_emu10k1_midi_input_trigger()
257 struct snd_emu10k1 *emu; in snd_emu10k1_midi_output_trigger()
341 int snd_emu10k1_midi(struct snd_emu10k1 *emu) in snd_emu10k1_midi()
[all …]
A Dp16v.c162 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); in snd_p16v_pcm_open_playback_channel()
570 int snd_p16v_pcm(struct snd_emu10k1 *emu, int device) in snd_p16v_pcm()
691 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_source_get()
700 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_source_put()
730 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_channel_get()
739 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_p16v_capture_channel_put()
794 int snd_p16v_mixer(struct snd_emu10k1 *emu) in snd_p16v_mixer()
811 int snd_p16v_alloc_pm_buffer(struct snd_emu10k1 *emu) in snd_p16v_alloc_pm_buffer()
819 void snd_p16v_free_pm_buffer(struct snd_emu10k1 *emu) in snd_p16v_free_pm_buffer()
824 void snd_p16v_suspend(struct snd_emu10k1 *emu) in snd_p16v_suspend()
[all …]
A Dmemory.c42 static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr) in set_ptb_entry()
53 static inline void set_silent_ptb(struct snd_emu10k1 *emu, int page) in set_silent_ptb()
134 static int map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) in map_memblk()
165 static int unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) in unmap_memblk()
206 search_empty(struct snd_emu10k1 *emu, int size) in search_empty()
237 static int is_valid_page(struct snd_emu10k1 *emu, dma_addr_t addr) in is_valid_page()
379 int snd_emu10k1_alloc_pages_maybe_wider(struct snd_emu10k1 *emu, size_t size, in snd_emu10k1_alloc_pages_maybe_wider()
407 snd_emu10k1_synth_alloc(struct snd_emu10k1 *hw, unsigned int size) in snd_emu10k1_synth_alloc()
434 snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *memblk) in snd_emu10k1_synth_free()
480 static void __synth_free_pages(struct snd_emu10k1 *emu, int first_page, in __synth_free_pages()
[all …]
A Demupcm.c23 static void snd_emu10k1_pcm_interrupt(struct snd_emu10k1 *emu, in snd_emu10k1_pcm_interrupt()
67 static void snd_emu10k1_pcm_efx_interrupt(struct snd_emu10k1 *emu, in snd_emu10k1_pcm_efx_interrupt()
81 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); in snd_emu10k1_efx_playback_pointer()
397 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); in snd_emu10k1_playback_hw_params()
433 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); in snd_emu10k1_playback_hw_free()
463 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); in snd_emu10k1_efx_playback_hw_free()
492 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); in snd_emu10k1_playback_prepare()
1381 int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device) in snd_emu10k1_pcm()
1475 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu10k1_pcm_efx_voices_mask_info()
1486 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu10k1_pcm_efx_voices_mask_get()
[all …]
A Demu10k1_callback.c79 snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw) in snd_emu10k1_synth_get_voice()
120 struct snd_emu10k1 *hw; in release_voice()
136 struct snd_emu10k1 *hw; in terminate_voice()
156 struct snd_emu10k1 *hw; in free_voice()
182 struct snd_emu10k1 *hw; in update_voice()
209 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, in lookup_voices()
277 struct snd_emu10k1 *hw; in get_voice()
314 struct snd_emu10k1 *hw; in start_voice()
467 struct snd_emu10k1 *hw; in trigger_voice()
496 set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fmmod()
[all …]
A Demumixer.c42 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu10k1_spdif_get()
381 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_input_output_source_info()
392 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_output_source_get()
408 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_output_source_put()
438 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_input_source_get()
452 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_input_source_put()
579 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_adc_pads_get()
587 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_adc_pads_put()
627 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu1010_dac_pads_get()
1742 struct snd_emu10k1 *emu = ac97->private_data; in snd_emu10k1_mixer_free_ac97()
[all …]
A Demuproc.c172 struct snd_emu10k1 *emu = entry->private_data; in snd_emu10k1_proc_read()
226 struct snd_emu10k1 *emu = entry->private_data; in snd_emu10k1_proc_spdif_read()
266 struct snd_emu10k1 *emu = entry->private_data; in snd_emu10k1_proc_rates_read()
280 struct snd_emu10k1 *emu = entry->private_data; in snd_emu10k1_proc_acode_read()
324 struct snd_emu10k1 *emu = entry->private_data; in snd_emu10k1_fx8010_read()
365 struct snd_emu10k1 *emu = entry->private_data; in snd_emu10k1_proc_voices_read()
386 struct snd_emu10k1 *emu = entry->private_data; in snd_emu_proc_emu1010_reg_read()
400 struct snd_emu10k1 *emu = entry->private_data; in snd_emu_proc_io_reg_read()
416 struct snd_emu10k1 *emu = entry->private_data; in snd_emu_proc_io_reg_write()
469 struct snd_emu10k1 *emu = entry->private_data; in snd_emu_proc_ptr_reg_read()
[all …]
A Dtimer.c20 struct snd_emu10k1 *emu; in snd_emu10k1_timer_start()
37 struct snd_emu10k1 *emu; in snd_emu10k1_timer_stop()
64 int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device) in snd_emu10k1_timer()
A Dvoice.c34 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number, in voice_alloc()
101 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number, in snd_emu10k1_voice_alloc()
138 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, in snd_emu10k1_voice_free()
A Demu10k1_main.c58 void snd_emu10k1_voice_init(struct snd_emu10k1 *emu, int ch) in snd_emu10k1_voice_init()
394 int snd_emu10k1_done(struct snd_emu10k1 *emu) in snd_emu10k1_done()
732 struct snd_emu10k1 *emu; in emu1010_firmware_work()
736 emu = container_of(work, struct snd_emu10k1, in emu1010_firmware_work()
1241 static int alloc_pm_buffer(struct snd_emu10k1 *emu);
1242 static void free_pm_buffer(struct snd_emu10k1 *emu);
1247 struct snd_emu10k1 *emu = card->private_data; in snd_emu10k1_free()
1771 struct snd_emu10k1 *emu = card->private_data; in snd_emu10k1_create()
2015 static int alloc_pm_buffer(struct snd_emu10k1 *emu) in alloc_pm_buffer()
2033 static void free_pm_buffer(struct snd_emu10k1 *emu) in free_pm_buffer()
[all …]
A Demu10k1_synth.c23 struct snd_emu10k1 *hw; in snd_emu10k1_synth_probe()
74 struct snd_emu10k1 *hw; in snd_emu10k1_synth_remove()
A Demufx.c321 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu10k1_gpr_ctl_get()
336 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); in snd_emu10k1_gpr_ctl_put()
506 static int snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu, in snd_emu10k1_gpr_poke()
634 snd_emu10k1_look_for_ctl(struct snd_emu10k1 *emu, in snd_emu10k1_look_for_ctl()
679 static int copy_gctl(struct snd_emu10k1 *emu, in copy_gctl()
707 static int copy_gctl_to_user(struct snd_emu10k1 *emu, in copy_gctl_to_user()
2430 int snd_emu10k1_init_efx(struct snd_emu10k1 *emu) in snd_emu10k1_init_efx()
2440 void snd_emu10k1_free_efx(struct snd_emu10k1 *emu) in snd_emu10k1_free_efx()
2549 struct snd_emu10k1 *emu = hw->private_data; in snd_emu10k1_fx8010_ioctl()
2732 void snd_emu10k1_efx_suspend(struct snd_emu10k1 *emu) in snd_emu10k1_efx_suspend()
[all …]
A Demu10k1.c89 struct snd_emu10k1 *emu; in snd_card_emu10k1_probe()
204 struct snd_emu10k1 *emu = card->private_data; in snd_emu10k1_suspend()
226 struct snd_emu10k1 *emu = card->private_data; in snd_emu10k1_resume()
A Demu10k1_synth_local.h26 int snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw);
A Demu10k1_patch.c34 struct snd_emu10k1 *emu; in snd_emu10k1_sample_new()
204 struct snd_emu10k1 *emu; in snd_emu10k1_sample_free()
A Dirq.c20 struct snd_emu10k1 *emu = dev_id; in snd_emu10k1_interrupt()

Completed in 58 milliseconds