Searched refs:snd_gf1_ctrl_stop (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/isa/gus/ |
| H A D | gus_reset.c | 112 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); in snd_gf1_smart_stop_voice() 113 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_smart_stop_voice() 125 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); in snd_gf1_stop_voice() 126 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_stop_voice() 145 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_ADDRESS_CONTROL); /* Voice Control Register = voice stop */ in snd_gf1_clear_voices() 146 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); /* Volume Ramp Control Register = ramp off */ in snd_gf1_clear_voices()
|
| H A D | gus_io.c | 125 void snd_gf1_ctrl_stop(struct snd_gus_card * gus, unsigned char reg) in snd_gf1_ctrl_stop() function
|
| H A D | gus_pcm.c | 253 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_pcm_interrupt_volume() 756 snd_gf1_ctrl_stop(gus, SNDRV_GF1_VB_VOLUME_CONTROL); in snd_gf1_pcm_volume_put()
|
| H A D | gus_main.c | 423 EXPORT_SYMBOL(snd_gf1_ctrl_stop);
|
| /linux/include/sound/ |
| H A D | gus.h | 470 extern void snd_gf1_ctrl_stop(struct snd_gus_card * gus, unsigned char reg);
|