• Home
  • Raw
  • Download

Lines Matching refs:tmix

2858 					  struct snd_trident_pcm_mixer *tmix,  in snd_trident_notify_pcm_change()  argument
2871 struct snd_trident_pcm_mixer *tmix; in snd_trident_pcm_mixer_build() local
2875 tmix = &trident->pcm_mixer[substream->number]; in snd_trident_pcm_mixer_build()
2876 tmix->voice = voice; in snd_trident_pcm_mixer_build()
2877 tmix->vol = T4D_DEFAULT_PCM_VOL; in snd_trident_pcm_mixer_build()
2878 tmix->pan = T4D_DEFAULT_PCM_PAN; in snd_trident_pcm_mixer_build()
2879 tmix->rvol = T4D_DEFAULT_PCM_RVOL; in snd_trident_pcm_mixer_build()
2880 tmix->cvol = T4D_DEFAULT_PCM_CVOL; in snd_trident_pcm_mixer_build()
2881 snd_trident_notify_pcm_change(trident, tmix, substream->number, 1); in snd_trident_pcm_mixer_build()
2887 struct snd_trident_pcm_mixer *tmix; in snd_trident_pcm_mixer_free() local
2891 tmix = &trident->pcm_mixer[substream->number]; in snd_trident_pcm_mixer_free()
2892 tmix->voice = NULL; in snd_trident_pcm_mixer_free()
2893 snd_trident_notify_pcm_change(trident, tmix, substream->number, 0); in snd_trident_pcm_mixer_free()
2977 struct snd_trident_pcm_mixer *tmix; in snd_trident_mixer() local
2979 tmix = &trident->pcm_mixer[idx]; in snd_trident_mixer()
2980 tmix->voice = NULL; in snd_trident_mixer()
3489 struct snd_trident_pcm_mixer *tmix; in snd_trident_create() local
3596 tmix = &trident->pcm_mixer[i]; in snd_trident_create()
3597 tmix->vol = T4D_DEFAULT_PCM_VOL; in snd_trident_create()
3598 tmix->pan = T4D_DEFAULT_PCM_PAN; in snd_trident_create()
3599 tmix->rvol = T4D_DEFAULT_PCM_RVOL; in snd_trident_create()
3600 tmix->cvol = T4D_DEFAULT_PCM_CVOL; in snd_trident_create()