Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_bell.c40 #define BELL_SAMPLES (BELL_RATE / BELL_HZ) macro
48 static short samples[BELL_SAMPLES]; in xf86OSRingBell()
49 static short silence[BELL_SAMPLES]; /* "The Sound of Silence" */ in xf86OSRingBell()
92 for (i = 0; i < BELL_SAMPLES; i++) { in xf86OSRingBell()