Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/
Dens1370.c567 static void snd_es1371_src_write(struct ensoniq * ensoniq, in snd_es1371_src_write() function
746 snd_es1371_src_write(ensoniq, ES_SMPREG_ADC + ES_SMPREG_TRUNC_N, in snd_es1371_adc_rate()
751 snd_es1371_src_write(ensoniq, ES_SMPREG_ADC + ES_SMPREG_TRUNC_N, in snd_es1371_adc_rate()
754 snd_es1371_src_write(ensoniq, ES_SMPREG_ADC + ES_SMPREG_INT_REGS, in snd_es1371_adc_rate()
758 snd_es1371_src_write(ensoniq, ES_SMPREG_ADC + ES_SMPREG_VFREQ_FRAC, freq & 0x7fff); in snd_es1371_adc_rate()
759 snd_es1371_src_write(ensoniq, ES_SMPREG_VOL_ADC, n << 8); in snd_es1371_adc_rate()
760 snd_es1371_src_write(ensoniq, ES_SMPREG_VOL_ADC + 1, n << 8); in snd_es1371_adc_rate()
774 snd_es1371_src_write(ensoniq, ES_SMPREG_DAC1 + ES_SMPREG_INT_REGS, in snd_es1371_dac1_rate()
778 snd_es1371_src_write(ensoniq, ES_SMPREG_DAC1 + ES_SMPREG_VFREQ_FRAC, freq & 0x7fff); in snd_es1371_dac1_rate()
795 snd_es1371_src_write(ensoniq, ES_SMPREG_DAC2 + ES_SMPREG_INT_REGS, in snd_es1371_dac2_rate()
[all …]