Lines Matching defs:gus
10 #include <sound/gus.h>
209 int snd_gf1_mem_init(struct snd_gus_card * gus)
214 alloc = &gus->gf1.mem_alloc;
217 if (!gus->gf1.memory)
222 if (gus->gf1.enh_mode) {
228 block.ptr = gus->gf1.default_voice_address;
233 snd_card_ro_proc_new(gus->card, "gusmem", gus, snd_gf1_mem_info_read);
238 int snd_gf1_mem_done(struct snd_gus_card * gus)
243 alloc = &gus->gf1.mem_alloc;
257 struct snd_gus_card *gus;
263 gus = entry->private_data;
264 alloc = &gus->gf1.mem_alloc;