Searched refs:snd_gf1_ctrl_stop (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/sound/isa/gus/ |
H A D | gus_reset.c | 138 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); snd_gf1_smart_stop_voice() 139 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); snd_gf1_smart_stop_voice() 152 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); snd_gf1_stop_voice() 153 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); snd_gf1_stop_voice() 178 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); /* Voice Control Register = voice stop */ snd_gf1_clear_voices() 179 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); /* Volume Ramp Control Register = ramp off */ snd_gf1_clear_voices()
|
H A D | gus_io.c | 140 void snd_gf1_ctrl_stop(struct snd_gus_card * gus, unsigned char reg) snd_gf1_ctrl_stop() function
|
H A D | gus_main.c | 442 EXPORT_SYMBOL(snd_gf1_ctrl_stop); variable
|
H A D | gus_pcm.c | 281 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); snd_gf1_pcm_interrupt_volume() 800 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); snd_gf1_pcm_volume_put()
|
/linux-4.4.14/include/sound/ |
H A D | gus.h | 485 extern void snd_gf1_ctrl_stop(struct snd_gus_card * gus, unsigned char reg);
|
Completed in 248 milliseconds