Searched refs:SV_FULLRATE (Results 1 – 1 of 1) sorted by relevance
186 #define SV_FULLRATE 48000 macro587 div = (rate * 65536 + SV_FULLRATE / 2) / SV_FULLRATE; in snd_sonicvibes_set_dac_rate()1366 snd_sonicvibes_out(sonic, SV_IREG_PCM_RATE_LOW, (8000 * 65536 / SV_FULLRATE) & 0xff); in snd_sonicvibes_create()1367 snd_sonicvibes_out(sonic, SV_IREG_PCM_RATE_HIGH, ((8000 * 65536 / SV_FULLRATE) >> 8) & 0xff); in snd_sonicvibes_create()