Home
last modified time | relevance | path

Searched refs:snd_gf1_ctrl_stop (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/sound/isa/gus/
Dgus_reset.c123 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); in snd_gf1_smart_stop_voice()
124 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_smart_stop_voice()
137 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); in snd_gf1_stop_voice()
138 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_stop_voice()
163 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); /* Voice Control Register = voice stop */ in snd_gf1_clear_voices()
164 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); /* Volume Ramp Control Register = ramp off */ in snd_gf1_clear_voices()
Dgus_pcm.c266 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_pcm_interrupt_volume()
802 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_pcm_volume_put()
Dgus_main.c436 EXPORT_SYMBOL(snd_gf1_ctrl_stop);
Dgus_io.c125 void snd_gf1_ctrl_stop(struct snd_gus_card * gus, unsigned char reg) in snd_gf1_ctrl_stop() function
/Linux-v5.4/include/sound/
Dgus.h470 extern void snd_gf1_ctrl_stop(struct snd_gus_card * gus, unsigned char reg);