- fix config to enable hdmi sound support
This commit is contained in:
Stephan Raue 2009-12-11 01:07:07 +01:00
parent bf7bac0a59
commit f34c8f8d12
2 changed files with 4 additions and 21 deletions

View File

@ -13,24 +13,7 @@ options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
options snd-usb-caiaq index=-2
options snd-cmipci mpu_port=0x330 fm_port=0x388
options snd-hda-intel probe_mask=1
# Some Toshiba laptops might require this
options snd-hda-intel model=toshiba
#options snd-hda-intel model=auto
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
# options snd-hda-intel model=toshiba
options snd-hda-intel model=auto

View File

@ -8,5 +8,5 @@ $SCRIPTS/install alsa-lib
$SCRIPTS/install alsa-utils
mkdir -p $INSTALL/etc/modprobe.d
cp $PKG_DIR/config/alsa-base $INSTALL/etc/modprobe.d
cp $PKG_DIR/config/audio $INSTALL/etc
cp $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d
cp $PKG_DIR/config/audio $INSTALL/etc