emux               26 sound/pci/emu10k1/emu10k1_callback.c static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw,
emux               28 sound/pci/emu10k1/emu10k1_callback.c static struct snd_emux_voice *get_voice(struct snd_emux *emux,
emux               65 sound/pci/emu10k1/emu10k1_callback.c snd_emu10k1_ops_setup(struct snd_emux *emux)
emux               67 sound/pci/emu10k1/emu10k1_callback.c 	emux->ops = emu10k1_ops;
emux               22 sound/pci/emu10k1/emu10k1_synth.c 	struct snd_emux *emux;
emux               38 sound/pci/emu10k1/emu10k1_synth.c 	if (snd_emux_new(&emux) < 0)
emux               41 sound/pci/emu10k1/emu10k1_synth.c 	snd_emu10k1_ops_setup(emux);
emux               43 sound/pci/emu10k1/emu10k1_synth.c 	emux->hw = hw;
emux               44 sound/pci/emu10k1/emu10k1_synth.c 	emux->max_voices = arg->max_voices;
emux               45 sound/pci/emu10k1/emu10k1_synth.c 	emux->num_ports = arg->seq_ports;
emux               46 sound/pci/emu10k1/emu10k1_synth.c 	emux->pitch_shift = -501;
emux               47 sound/pci/emu10k1/emu10k1_synth.c 	emux->memhdr = hw->memhdr;
emux               49 sound/pci/emu10k1/emu10k1_synth.c 	emux->midi_ports = arg->seq_ports < 2 ? arg->seq_ports : 2;
emux               51 sound/pci/emu10k1/emu10k1_synth.c 	emux->midi_devidx = hw->audigy ? 2 : 1;
emux               52 sound/pci/emu10k1/emu10k1_synth.c 	emux->linear_panning = 0;
emux               53 sound/pci/emu10k1/emu10k1_synth.c 	emux->hwdep_idx = 2; /* FIXED */
emux               55 sound/pci/emu10k1/emu10k1_synth.c 	if (snd_emux_register(emux, dev->card, arg->index, "Emu10k1") < 0) {
emux               56 sound/pci/emu10k1/emu10k1_synth.c 		snd_emux_free(emux);
emux               61 sound/pci/emu10k1/emu10k1_synth.c 	hw->synth = emux;
emux               65 sound/pci/emu10k1/emu10k1_synth.c 	dev->driver_data = emux;
emux               73 sound/pci/emu10k1/emu10k1_synth.c 	struct snd_emux *emux;
emux               80 sound/pci/emu10k1/emu10k1_synth.c 	emux = dev->driver_data;
emux               82 sound/pci/emu10k1/emu10k1_synth.c 	hw = emux->hw;
emux               88 sound/pci/emu10k1/emu10k1_synth.c 	snd_emux_free(emux);