# Soundcard Configuration File

# Soundcard's ID (0 for first card, 1 for second, ...)
ALSA_CARD="0"

# Output mode (SPDIF or analog)
SOUNDCARD_MODE="analog"

# AC3 decoder mode (none, ac3, dts or ac3dts)
# note: in analog mode this option is ignored and defaults to none.
AC3_DECODER="none"

# IEC958 Playback AC97-SPSA Mode:
# 0. PCM1
# 1. PCM2,PCM1 (rear)
# 2. Centre and LFE
# 3. PCM3,Modem,Dedicated S/PDIF
# For SPDIF most users will want 0, but some users may need 3.
AC97_SPSA="0"

# Playback channels
#   2 - Stereo
#   4 - Surround
#   6 - Full 5.1
# note: in SPDIF and hardware AC3 decoder mode this option is ignored.
CHANNELS="2"

# SB Live/Audigy Analog/Digital Output Mode:
# 0: Suitable for some older SB Live! cards
# 1: Suitable for newer SB Live! and all Audigy cards
SBL_AUDIGY="1"
