Home
last modified time | relevance | path

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

/qemu/hw/audio/
H A Dwm8750.c57 int adc_hz, dac_hz, ext_adc_hz, ext_dac_hz, master; member
250 if (s->master || !s->ext_adc_hz) in wm8750_clk_update()
253 s->adc_hz = s->ext_adc_hz; in wm8750_clk_update()
255 if (s->master || (!s->ext_dac_hz && !s->ext_adc_hz)) { in wm8750_clk_update()
704 s->ext_adc_hz = new_hz; in wm8750_set_bclk_in()