emux_synth.h (cf9ce948f47640797bd19980e1d99c6d17d0bdc3) | emux_synth.h (52262b4a5d7c3d3549985a47d96fe7d661220162) |
---|---|
1#ifndef __SOUND_EMUX_SYNTH_H 2#define __SOUND_EMUX_SYNTH_H 3 4/* 5 * Defines for the Emu-series WaveTable chip 6 * 7 * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> 8 * --- 111 unchanged lines hidden (view full) --- 120 int used; /* use counter */ 121 char *name; /* name of the device (internal) */ 122 struct snd_rawmidi **vmidi; 123 struct timer_list tlist; /* for pending note-offs */ 124 int timer_active; 125 126 struct snd_util_memhdr *memhdr; /* memory chunk information */ 127 | 1#ifndef __SOUND_EMUX_SYNTH_H 2#define __SOUND_EMUX_SYNTH_H 3 4/* 5 * Defines for the Emu-series WaveTable chip 6 * 7 * Copyright (C) 2000 Takashi Iwai <tiwai@suse.de> 8 * --- 111 unchanged lines hidden (view full) --- 120 int used; /* use counter */ 121 char *name; /* name of the device (internal) */ 122 struct snd_rawmidi **vmidi; 123 struct timer_list tlist; /* for pending note-offs */ 124 int timer_active; 125 126 struct snd_util_memhdr *memhdr; /* memory chunk information */ 127 |
128#ifdef CONFIG_PROC_FS | 128#ifdef CONFIG_SND_PROC_FS |
129 struct snd_info_entry *proc; 130#endif 131 132#ifdef CONFIG_SND_SEQUENCER_OSS 133 struct snd_seq_device *oss_synth; 134#endif 135}; 136 --- 108 unchanged lines hidden --- | 129 struct snd_info_entry *proc; 130#endif 131 132#ifdef CONFIG_SND_SEQUENCER_OSS 133 struct snd_seq_device *oss_synth; 134#endif 135}; 136 --- 108 unchanged lines hidden --- |