Searched refs:our_sound (Results 1 – 1 of 1) sorted by relevance
16 struct bleep our_sound; in speakup_thread() local 18 our_sound.active = 0; in speakup_thread() 19 our_sound.freq = 0; in speakup_thread() 20 our_sound.jiffies = 0; in speakup_thread() 28 our_sound = spk_unprocessed_sound; in speakup_thread() 33 our_sound.active || in speakup_thread() 48 if (our_sound.active) in speakup_thread() 49 kd_mksound(our_sound.freq, our_sound.jiffies); in speakup_thread()