Searched refs:snd_gf1_write16 (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/sound/isa/gus/ |
H A D | gus_reset.c | 183 snd_gf1_write16(gus, SNDRV_GF1_VW_FREQUENCY, 0x400); snd_gf1_clear_voices() 189 snd_gf1_write16(gus, SNDRV_GF1_VW_VOLUME, 0); snd_gf1_clear_voices() 194 snd_gf1_write16(gus, SNDRV_GF1_VW_EFFECT_VOLUME, 0); snd_gf1_clear_voices() 195 snd_gf1_write16(gus, SNDRV_GF1_VW_EFFECT_VOLUME_FINAL, 0); snd_gf1_clear_voices()
|
H A D | gus_dma.c | 87 snd_gf1_write16(gus, SNDRV_GF1_GW_DRAM_DMA_LOW, (unsigned short) (address >> 4)); snd_gf1_dma_program() 90 snd_gf1_write16(gus, SNDRV_GF1_GW_DRAM_DMA_LOW, (unsigned short) (address >> 4)); snd_gf1_dma_program()
|
H A D | gus_pcm.c | 151 snd_gf1_write16(gus, SNDRV_GF1_VW_FREQUENCY, rate); snd_gf1_pcm_trigger_up() 155 snd_gf1_write16(gus, SNDRV_GF1_VW_VOLUME, SNDRV_GF1_MIN_VOLUME << 4); snd_gf1_pcm_trigger_up() 295 snd_gf1_write16(gus, SNDRV_GF1_VW_VOLUME, vol); snd_gf1_pcm_interrupt_volume() 802 snd_gf1_write16(gus, SNDRV_GF1_VW_VOLUME, vol); snd_gf1_pcm_volume_put()
|
H A D | interwave.c | 399 snd_gf1_write16(gus, SNDRV_GF1_GW_MEMORY_CONFIG, (snd_gf1_look16(gus, SNDRV_GF1_GW_MEMORY_CONFIG) & 0xff10) | 0x004c); snd_interwave_detect_memory() 421 snd_gf1_write16(gus, SNDRV_GF1_GW_MEMORY_CONFIG, (snd_gf1_look16(gus, SNDRV_GF1_GW_MEMORY_CONFIG) & 0xfff0) | i); snd_interwave_detect_memory() 426 snd_gf1_write16(gus, SNDRV_GF1_GW_MEMORY_CONFIG, (snd_gf1_look16(gus, SNDRV_GF1_GW_MEMORY_CONFIG) & 0xfff0) | 2); snd_interwave_detect_memory() 439 snd_gf1_write16(gus, SNDRV_GF1_GW_MEMORY_CONFIG, (snd_gf1_look16(gus, SNDRV_GF1_GW_MEMORY_CONFIG) & 0xff1f) | (4 << 5)); snd_interwave_detect_memory()
|
H A D | gus_io.c | 157 void snd_gf1_write16(struct snd_gus_card * gus, snd_gf1_write16() function
|
H A D | gus_main.c | 430 EXPORT_SYMBOL(snd_gf1_write16); variable
|
/linux-4.4.14/include/sound/ |
H A D | gus.h | 493 extern void snd_gf1_write16(struct snd_gus_card * gus, unsigned char reg, unsigned int data);
|
Completed in 206 milliseconds