HomeSort by relevance Sort by last modified time
    Searched defs:gus (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 5 * Global structures used for GUS part of ALSA driver
35 #define SNDRV_SEQ_DEV_ID_GUS "gus-synth"
39 #define GUSP(gus, x) ((gus)->gf1.port + SNDRV_g_u_s_##x)
148 #define SNDRV_GF1_DMA_READ 0x02 /* read from GUS's DRAM */
221 void (*ack)(struct snd_gus_card * gus, void *private_data);
228 struct snd_gus_card * gus; member in struct:snd_gus_port
238 void (*sample_start)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_position_t position);
239 void (*sample_stop)(struct snd_gus_card *gus, struct snd_gus_voice *voice, int mode);
240 void (*sample_freq)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_frequency_t freq)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 5 * Global structures used for GUS part of ALSA driver
35 #define SNDRV_SEQ_DEV_ID_GUS "gus-synth"
39 #define GUSP(gus, x) ((gus)->gf1.port + SNDRV_g_u_s_##x)
148 #define SNDRV_GF1_DMA_READ 0x02 /* read from GUS's DRAM */
221 void (*ack)(struct snd_gus_card * gus, void *private_data);
228 struct snd_gus_card * gus; member in struct:snd_gus_port
238 void (*sample_start)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_position_t position);
239 void (*sample_stop)(struct snd_gus_card *gus, struct snd_gus_voice *voice, int mode);
240 void (*sample_freq)(struct snd_gus_card *gus, struct snd_gus_voice *voice, snd_seq_frequency_t freq)
    [all...]

Completed in 103 milliseconds