Searched refs:SV_FULLRATE (Results 1 – 1 of 1) sorted by relevance
171 #define SV_FULLRATE 48000 macro572 div = DIV_ROUND_CLOSEST(rate * 65536, SV_FULLRATE); in snd_sonicvibes_set_dac_rate()1317 snd_sonicvibes_out(sonic, SV_IREG_PCM_RATE_LOW, (8000 * 65536 / SV_FULLRATE) & 0xff); in snd_sonicvibes_create()1318 snd_sonicvibes_out(sonic, SV_IREG_PCM_RATE_HIGH, ((8000 * 65536 / SV_FULLRATE) >> 8) & 0xff); in snd_sonicvibes_create()