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

/linux-master/include/sound/
H A Demu10k1_synth.h18 struct snd_emu10k1 *hwptr; /* chip */
H A Demu10k1.h1474 struct snd_emu10k1;
1481 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
1495 struct snd_emu10k1 *emu;
1565 typedef void (snd_fx8010_irq_handler_t)(struct snd_emu10k1 *emu, void *private_data);
1611 struct snd_emu10k1 *emu;
1622 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1691 struct snd_emu10k1 { struct
1742 int (*get_synth_voice)(struct snd_emu10k1 *emu);
1765 void (*hwvol_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1766 void (*capture_interrupt)(struct snd_emu10k1 *em
[all...]
/linux-master/sound/pci/emu10k1/
H A Dtimer.c16 struct snd_emu10k1 *emu;
30 struct snd_emu10k1 *emu;
39 struct snd_emu10k1 *emu = snd_timer_chip(timer);
51 struct snd_emu10k1 *emu = snd_timer_chip(timer);
70 int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device)
H A Demu10k1_synth_local.h26 int snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw);
H A Demumpu401.c15 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu,
24 static inline void mpu401_write(struct snd_emu10k1 *emu,
45 static void mpu401_clear_rx(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *mpu)
62 static void do_emu10k1_midi_interrupt(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *midi, unsigned int status)
95 static void snd_emu10k1_midi_interrupt(struct snd_emu10k1 *emu, unsigned int status)
100 static void snd_emu10k1_midi_interrupt2(struct snd_emu10k1 *emu, unsigned int status)
105 static int snd_emu10k1_midi_cmd(struct snd_emu10k1 * emu, struct snd_emu10k1_midi *midi, unsigned char cmd, int ack)
142 struct snd_emu10k1 *emu;
168 struct snd_emu10k1 *emu;
194 struct snd_emu10k1 *em
[all...]
H A Dvoice.c24 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number,
67 static void voice_free(struct snd_emu10k1 *emu,
77 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels,
123 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu,
H A Demupcm.c20 static void snd_emu10k1_pcm_interrupt(struct snd_emu10k1 *emu,
40 static void snd_emu10k1_pcm_ac97adc_interrupt(struct snd_emu10k1 *emu,
52 static void snd_emu10k1_pcm_ac97mic_interrupt(struct snd_emu10k1 *emu,
64 static void snd_emu10k1_pcm_efx_interrupt(struct snd_emu10k1 *emu,
205 static void snd_emu10k1_constrain_capture_rates(struct snd_emu10k1 *emu,
223 static void snd_emu1010_constrain_efx_rate(struct snd_emu10k1 *emu,
281 static void snd_emu10k1_pcm_init_voice(struct snd_emu10k1 *emu,
336 static void snd_emu10k1_pcm_init_voices(struct snd_emu10k1 *emu,
356 static void snd_emu10k1_pcm_init_extra_voice(struct snd_emu10k1 *emu,
373 struct snd_emu10k1 *em
[all...]
H A Dp16v.c232 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
299 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
337 static void snd_p16v_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb)
348 static void snd_p16v_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb)
359 static void snd_p16v_interrupt(struct snd_emu10k1 *emu)
399 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
451 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
480 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
505 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
547 int snd_p16v_pcm(struct snd_emu10k1 *em
[all...]
H A Dmemory.c42 static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr)
53 static inline void set_silent_ptb(struct snd_emu10k1 *emu, int page)
69 static int synth_alloc_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
70 static int synth_free_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
95 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp)
134 static int map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
165 static int unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
206 search_empty(struct snd_emu10k1 *emu, int size)
237 static int is_valid_page(struct snd_emu10k1 *emu, dma_addr_t addr)
258 int snd_emu10k1_memblk_map(struct snd_emu10k1 *em
[all...]
H A Dio.c19 static inline bool check_ptr_reg(struct snd_emu10k1 *emu, unsigned int reg)
31 unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn)
61 void snd_emu10k1_ptr_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data)
95 void snd_emu10k1_ptr_write_multiple(struct snd_emu10k1 *emu, unsigned int chn, ...)
126 unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu,
142 void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu,
158 int snd_emu10k1_spi_write(struct snd_emu10k1 * emu,
212 int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu,
274 static void snd_emu1010_fpga_write_locked(struct snd_emu10k1 *emu, u32 reg, u32 value)
291 void snd_emu1010_fpga_write(struct snd_emu10k1 *em
[all...]
H A Demu10k1_callback.c26 static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw,
80 snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw)
120 struct snd_emu10k1 *hw;
136 struct snd_emu10k1 *hw;
162 struct snd_emu10k1 *hw;
183 struct snd_emu10k1 *hw;
210 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw,
278 struct snd_emu10k1 *hw;
316 struct snd_emu10k1 *hw;
450 struct snd_emu10k1 *h
[all...]
H A Demu10k1_synth.c23 struct snd_emu10k1 *hw;
72 struct snd_emu10k1 *hw;
H A Demumixer.c27 static int add_ctls(struct snd_emu10k1 *emu, const struct snd_kcontrol_new *tpl,
54 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
576 static unsigned emu1010_idx(struct snd_emu10k1 *emu)
581 static void snd_emu1010_output_source_apply(struct snd_emu10k1 *emu,
591 static void snd_emu1010_input_source_apply(struct snd_emu10k1 *emu,
601 static void snd_emu1010_apply_sources(struct snd_emu10k1 *emu)
626 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
636 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
650 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
682 struct snd_emu10k1 *em
[all...]
H A Demuproc.c18 static void snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu,
64 struct snd_emu10k1 *emu = entry->private_data;
163 struct snd_emu10k1 *emu = entry->private_data;
220 struct snd_emu10k1 *emu = entry->private_data;
337 struct snd_emu10k1 *emu = entry->private_data;
389 struct snd_emu10k1 *emu = entry->private_data;
430 struct snd_emu10k1 *emu = entry->private_data;
451 static void snd_emu_proc_emu1010_link_read(struct snd_emu10k1 *emu,
462 struct snd_emu10k1 *emu = entry->private_data;
513 struct snd_emu10k1 *em
[all...]
H A Demu10k1_main.c50 void snd_emu10k1_voice_init(struct snd_emu10k1 *emu, int ch)
138 static int snd_emu10k1_init(struct snd_emu10k1 *emu, int enable_ir)
339 static void snd_emu10k1_audio_enable(struct snd_emu10k1 *emu)
392 int snd_emu10k1_done(struct snd_emu10k1 *emu)
522 static void snd_emu10k1_ecard_write(struct snd_emu10k1 *emu, unsigned int value)
560 static void snd_emu10k1_ecard_setadcgain(struct snd_emu10k1 *emu,
588 static int snd_emu10k1_ecard_init(struct snd_emu10k1 *emu)
628 static int snd_emu10k1_cardbus_init(struct snd_emu10k1 *emu)
655 static int snd_emu1010_load_firmware_entry(struct snd_emu10k1 *emu,
717 static int snd_emu1010_load_firmware(struct snd_emu10k1 *em
[all...]
H A Demu10k1.c73 struct snd_emu10k1 *emu;
186 struct snd_emu10k1 *emu = card->private_data;
208 struct snd_emu10k1 *emu = card->private_data;
H A Demufx.c361 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
420 static void snd_emu10k1_fx8010_interrupt(struct snd_emu10k1 *emu)
436 int snd_emu10k1_fx8010_register_irq_handler(struct snd_emu10k1 *emu,
461 int snd_emu10k1_fx8010_unregister_irq_handler(struct snd_emu10k1 *emu,
523 static void snd_emu10k1_efx_write(struct snd_emu10k1 *emu, unsigned int pc, unsigned int data)
529 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc)
535 static int snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu,
554 static int snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu,
569 static int snd_emu10k1_tram_poke(struct snd_emu10k1 *emu,
598 static int snd_emu10k1_tram_peek(struct snd_emu10k1 *em
[all...]
H A Demu10k1_patch.c34 struct snd_emu10k1 *emu;
204 struct snd_emu10k1 *emu;
H A Dirq.c14 struct snd_emu10k1 *emu = dev_id;

Completed in 181 milliseconds