Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_DEV_ID_MIDISYNTH (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/sound/
Dseq_device.h81 #define SNDRV_SEQ_DEV_ID_MIDISYNTH "seq-midi" macro
/linux-2.6.39/sound/core/seq/
Dseq_midi.c470 snd_seq_device_register_driver(SNDRV_SEQ_DEV_ID_MIDISYNTH, &ops, 0); in alsa_seq_midi_init()
477 snd_seq_device_unregister_driver(SNDRV_SEQ_DEV_ID_MIDISYNTH); in alsa_seq_midi_exit()
/linux-2.6.39/sound/core/
Drawmidi.c1613 …if (snd_seq_device_new(rmidi->card, rmidi->device, SNDRV_SEQ_DEV_ID_MIDISYNTH, 0, &rmidi->seq_dev)… in snd_rawmidi_dev_register()