Searched refs:snd_sonicvibes_out1 (Results 1 – 1 of 1) sorted by relevance
/sound/pci/ |
D | sonicvibes.c | 307 static void snd_sonicvibes_out1(struct sonicvibes * sonic, in snd_sonicvibes_out1() function 530 snd_sonicvibes_out1(sonic, reg, m); in snd_sonicvibes_setpll() 531 snd_sonicvibes_out1(sonic, reg + 1, r | n); in snd_sonicvibes_setpll() 552 snd_sonicvibes_out1(sonic, SV_IREG_ADC_ALT_RATE, (div - 1) << 4); in snd_sonicvibes_set_adc_rate() 553 snd_sonicvibes_out1(sonic, SV_IREG_ADC_CLOCK, clock); in snd_sonicvibes_set_adc_rate() 591 snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_HIGH, div >> 8); in snd_sonicvibes_set_dac_rate() 592 snd_sonicvibes_out1(sonic, SV_IREG_PCM_RATE_LOW, div); in snd_sonicvibes_set_dac_rate() 604 snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable); in snd_sonicvibes_trigger() 609 snd_sonicvibes_out1(sonic, SV_IREG_PC_ENABLE, sonic->enable); in snd_sonicvibes_trigger() 671 snd_sonicvibes_out1(sonic, SV_IREG_LEFT_ANALOG, oleft); in snd_sonicvibes_interrupt() [all …]
|