Home
last modified time | relevance | path

Searched refs:voice_alloc_info (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/sound/
Dsound_config.h83 struct voice_alloc_info { struct
Ddev_table.h277 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
281 struct voice_alloc_info alloc;
Dopl3.c63 struct voice_alloc_info *v_alloc;
1000 static int opl3_alloc_voice(int dev, int chn, int note, struct voice_alloc_info *alloc) in opl3_alloc_voice()
Dgus_wave.c76 static struct voice_alloc_info *voice_alloc;
2661 static int guswave_alloc(int dev, int chn, int note, struct voice_alloc_info *alloc) in guswave_alloc()
Dawe_wave.c266 static struct voice_alloc_info *voice_alloc; /* set at initialization */
353 static int awe_alloc(int dev, int chn, int note, struct voice_alloc_info *alloc);
4242 awe_alloc(int dev, int chn, int note, struct voice_alloc_info *alloc) in awe_alloc()