mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
alsa: add sample config to support Intel HD Audio
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
cca4563b97
commit
535f6451f8
@ -0,0 +1,16 @@
|
|||||||
|
# INTEL HBR WORKAROUND FOR DTS-MA & Dolby TrueHD PLAYBACK
|
||||||
|
|
||||||
|
# Uncomment the following lines to disable any S/PDIF out to deliver
|
||||||
|
# bitstreamed audio on Intel builds. This is a rough workaround for
|
||||||
|
# users that have both S/PDIF and HDMI audio outputs on their motherboard
|
||||||
|
# or motherboard+discrete graphics combo.
|
||||||
|
|
||||||
|
# EVEN IF YOU ARE NOT USING THE S/PDIF OUTPUT
|
||||||
|
# but still have one, you will need to uncomment the lines below !
|
||||||
|
|
||||||
|
# after uncommenting these lines, you must reboot for these settings to take effect
|
||||||
|
|
||||||
|
# blacklist snd_hda_codec_realtek
|
||||||
|
# blacklist snd_hda_codec_sigmatel
|
||||||
|
# blacklist snd_hda_codec_cirrus
|
||||||
|
|
@ -24,3 +24,6 @@
|
|||||||
|
|
||||||
mkdir -p $INSTALL/etc/modprobe.d
|
mkdir -p $INSTALL/etc/modprobe.d
|
||||||
cp -P $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d
|
cp -P $PKG_DIR/config/alsa-base.conf $INSTALL/etc/modprobe.d
|
||||||
|
|
||||||
|
mkdir -p $INSTALL/usr/config
|
||||||
|
cp -R $PKG_DIR/config/modprobe.d $INSTALL/usr/config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user