Home
last modified time | relevance | path

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

/linux-3.4.99/sound/oss/
Dsound_config.h82 struct voice_alloc_info { struct
Ddev_table.h280 int (*alloc_voice) (int dev, int chn, int note, struct voice_alloc_info *alloc);
284 struct voice_alloc_info alloc;
Dopl3.c63 struct voice_alloc_info *v_alloc;
1001 static int opl3_alloc_voice(int dev, int chn, int note, struct voice_alloc_info *alloc) in opl3_alloc_voice()