# Sample PC_Speaker File.
# This file should be moved to the directory /boot/home/config/settings/kernel/drivers/
# This file contains runtime configuration options for the PC_Speaker Driver.

# Disables/Enables dprint() of debugging info for details of driver operation.
Debug_Info: false

# Controls if system interrupts should be disabled during play-back of sound. False = Interrupts allowed.  True = System Interrupts disabled.
System_Interrupts: false

# Set Over_Sample of audio data mode. 0 = Don't use Over_sampling. 1 = Use 2x Over_sampling. 2 = Use 4x Over_sampling.
Over_Sampling: 0

# Set sample rate to output sound samples.  Range 4000kHz to 100000 kHz.
Sample_Rate: 12500

# Set timing mode: 0 = Busy Wait Loop, 1 = Use snooze_until() to control output timing, 2 = Skip duplicate sample values.
Sleep_Timing: 2

# Set Latency of the Snooze_Until() function in microseconds.
Timing_Latency: 0

