Lines Matching defs:gus
10 #include <sound/gus.h>
222 int snd_gf1_mem_init(struct snd_gus_card * gus)
227 alloc = &gus->gf1.mem_alloc;
230 if (!gus->gf1.memory)
235 if (gus->gf1.enh_mode) {
242 block.ptr = gus->gf1.default_voice_address;
248 snd_card_ro_proc_new(gus->card, "gusmem", gus, snd_gf1_mem_info_read);
253 int snd_gf1_mem_done(struct snd_gus_card * gus)
258 alloc = &gus->gf1.mem_alloc;
272 struct snd_gus_card *gus;
278 gus = entry->private_data;
279 alloc = &gus->gf1.mem_alloc;