0
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2025-04-12 17:33:09 +00:00
Files
.github
config
distributions
licenses
packages
projects
ARM
Allwinner
Amlogic
Ayn
Generic
L4T
NXP
Qualcomm
RPi
bootloader
devices
filesystem
usr
bin
lib
share
alsa
cards
RPi-WM8804.conf
bcm2835_alsa.conf
kodi
packages
patches
options
Rockchip
Samsung
scripts
tools
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Makefile
README.md
build_all.sh
create_tar.sh
get_libretro_tarball.sh
libretro_update.sh
pkg_all.sh
Lakka-LibreELEC/projects/RPi/filesystem/usr/share/alsa/cards/bcm2835_alsa.conf
Matthias Reichl f80f8966c2 RPi: add alsa card conf for bcm2835-audio
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-07-03 20:05:20 +02:00

38 lines
687 B
Plaintext

<confdir:pcm/iec958.conf>
bcm2835_alsa.pcm.iec958.0 {
@args [ CARD AES0 AES1 AES2 AES3 ]
@args.CARD {
type string
}
@args.AES0 {
type integer
}
@args.AES1 {
type integer
}
@args.AES2 {
type integer
}
@args.AES3 {
type integer
}
type hooks
slave.pcm {
type hw
card $CARD
device 1
}
hooks.0 {
type ctl_elems
hook_args [
{
interface PCM
name "IEC958 Playback Default"
lock true
preserve true
value [ $AES0 $AES1 $AES2 $AES3 ]
}
]
}
}