diff --git a/packages/audio/alsa/config/audio b/packages/audio/alsa/config/audio deleted file mode 100644 index 466c91d52c..0000000000 --- a/packages/audio/alsa/config/audio +++ /dev/null @@ -1,36 +0,0 @@ -# Soundcard Configuration File - -# Soundcard to use by name (e.g. "SB") or by ID (0 for first card, 1 for second, ...) -ALSA_CARD="0" - -# Output mode ( analog/digital/hdmi ) -# digital is used for SPDIF/IEC958 output -SOUNDCARD_MODE="analog" - -# passthrough mode for digital/hdmi outputs (none, ac3, dts or ac3dts) -# (Note: in analog mode this option is ignored) -# none : software audio decoding for all streams -# ac3 : enable hardware passthrough for AC-3 streams only -# dts : enable hardware passthrough for DTS streams only -# ac3dts : enable hardware passthrough for both AC-3 and DTS streams -SOUNDCARD_PT_MODE="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" diff --git a/packages/audio/alsa/install b/packages/audio/alsa/install index 225d85a800..689eec2fa0 100755 --- a/packages/audio/alsa/install +++ b/packages/audio/alsa/install @@ -9,5 +9,4 @@ $SCRIPTS/install alsa-utils mkdir -p $INSTALL/etc/modprobe.d cp -P $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d - cp -P $PKG_DIR/config/audio $INSTALL/etc