Searched refs:snd_sonicvibes_out1 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/sound/pci/ |
D | sonicvibes.c | 292 static void snd_sonicvibes_out1(struct sonicvibes * sonic, in snd_sonicvibes_out1() function 515 snd_sonicvibes_out1(sonic, reg, m); in snd_sonicvibes_setpll() 516 snd_sonicvibes_out1(sonic, reg + 1, r | n); in snd_sonicvibes_setpll() 537 snd_sonicvibes_out1(sonic, SV_IREG_ADC_ALT_RATE, (div - 1) << 4); in snd_sonicvibes_set_adc_rate() 538 snd_sonicvibes_out1(sonic, SV_IREG_ADC_CLOCK, clock); in snd_sonicvibes_set_adc_rate() 576 snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_HIGH, div >> 8); in snd_sonicvibes_set_dac_rate() 577 snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_LOW, div); in snd_sonicvibes_set_dac_rate() 589 snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable); in snd_sonicvibes_trigger() 594 snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable); in snd_sonicvibes_trigger() 656 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft); in snd_sonicvibes_interrupt() [all …]
|