Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dadau1977.c777 static bool adau1977_check_sysclk(unsigned int mclk, unsigned int base_freq) in adau1977_check_sysclk() argument
781 if (mclk % (base_freq * 128) != 0) in adau1977_check_sysclk()
784 mcs = mclk / (128 * base_freq); in adau1977_check_sysclk()
/sound/synth/emux/
Dsoundfont.c1031 zone->v.rate_offset = calc_rate_offset(patch.base_freq); in load_guspatch()
1042 (int)patch.base_freq, zone->v.rate_offset, in load_guspatch()