Searched refs:voice_alloc_info (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | sound_config.h | 83 struct voice_alloc_info { struct
|
D | dev_table.h | 277 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc); 281 struct voice_alloc_info alloc;
|
D | opl3.c | 63 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()
|
D | gus_wave.c | 76 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()
|
D | awe_wave.c | 266 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()
|