Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Des1370.c80 static const unsigned dac1_samplerate[] = { 5512, 11025, 22050, 44100 }; variable
196 dac1_samplerate[(val & CTRL_WTSRSEL) >> CTRL_SH_WTSRSEL], in print_ctl()
368 *old_freq = dac1_samplerate[(s->ctl & CTRL_WTSRSEL) >> CTRL_SH_WTSRSEL]; in es1370_dac1_calc_freq()
369 *new_freq = dac1_samplerate[(ctl & CTRL_WTSRSEL) >> CTRL_SH_WTSRSEL]; in es1370_dac1_calc_freq()