Home
last modified time | relevance | path

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

/linux-4.4.14/sound/oss/
Dvidc.c42 #define VIDC_SOUND_CLOCK (250000) macro
200 hwrate = (((VIDC_SOUND_CLOCK * 2) / rate) + 1) >> 1; in vidc_audio_set_speed()
213 rate_int = VIDC_SOUND_CLOCK / hwrate; in vidc_audio_set_speed()