mirror of
https://github.com/libretro/Lakka.git
synced 2025-03-05 14:18:52 +00:00
alsa:
- fix config to enable hdmi sound support
This commit is contained in:
parent
bf7bac0a59
commit
f34c8f8d12
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user