mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
various fixes
This commit is contained in:
parent
29c0fe87a9
commit
fabe40addb
@ -14,7 +14,7 @@ make_persistent file /etc/asound.conf /var/data/config/asound.conf
|
|||||||
# include audio configuration file
|
# include audio configuration file
|
||||||
. /etc/audio
|
. /etc/audio
|
||||||
|
|
||||||
[ ! -f /etc/asound.conf ] && echo "" > /etc/asound.conf
|
[ ! -e /etc/asound.conf ] && echo "" > /etc/asound.conf
|
||||||
|
|
||||||
mixer() {
|
mixer() {
|
||||||
parm=${3:-on}
|
parm=${3:-on}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Soundcard Configuration File
|
# Soundcard Configuration File
|
||||||
|
|
||||||
# Soundcard's ID (0 for first card, 1 for second, ...)
|
# Soundcard to use by name (e.g. "SB") or by ID (0 for first card, 1 for second, ...)
|
||||||
ALSA_CARD="0"
|
ALSA_CARD="0"
|
||||||
|
|
||||||
# Output mode ( analog/digital/hdmi )
|
# Output mode ( analog/digital/hdmi )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user