Searched refs:SNDRV_GF1_VB_VOLUME_CONTROL (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/sound/isa/gus/ |
D | gus_reset.c | 122 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_smart_stop_voice() 136 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_stop_voice() 162 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); /* Volume Ramp Control Register = ramp off */ in snd_gf1_clear_voices() 204 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, 0x40); /* ramp down */ in snd_gf1_stop_voices() 207 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, 0x40); in snd_gf1_stop_voices()
|
D | gus_pcm.c | 144 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); in snd_gf1_pcm_trigger_up() 147 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); in snd_gf1_pcm_trigger_up() 197 ramp_ctrl = (snd_gf1_read8(gus, SNDRV_GF1_VB_VOLUME_CONTROL) & ~0xa4) | 0x03; in snd_gf1_pcm_interrupt_wave() 226 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); in snd_gf1_pcm_interrupt_wave() 235 snd_gf1_write8(gus, SNDRV_GF1_VB_VOLUME_CONTROL, ramp_ctrl); in snd_gf1_pcm_interrupt_wave() 266 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_pcm_interrupt_volume() 781 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_pcm_volume_put()
|
D | gus_irq.c | 70 snd_gf1_i_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gus_interrupt()
|
/Linux-v6.6/include/sound/ |
D | gus.h | 93 #define SNDRV_GF1_VB_VOLUME_CONTROL 0x0d macro
|