Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/next/external/packages/bsp/rockchip/asound.conf
Views: 3960
pcm.OnBoard_D0 {12type hw3card OnBoard4device 056}78pcm.OnBoard_D1 {910type hw11card OnBoard12device 11314}1516pcm.OnBoard_D2 {1718type hw19card OnBoard20device 22122}2324# Configuration to expose the SPDIF device of RK3288 to ALSA.25# The device tree must describe a simple-audio-card device named "SPDIF"26# for this to work properly27# This percolates to PulseAudio, which will eventually show the proper28# labels to the audio device2930<confdir:pcm/iec958.conf>3132cards.SPDIF.pcm.iec958.0 {33@args [ CARD AES0 AES1 AES2 AES3 ]34@args.CARD {35type string36}37@args.AES0 {38type integer39}40@args.AES1 {41type integer42}43@args.AES2 {44type integer45}46@args.AES3 {47type integer48}49type hw50card $CARD5152}5354# Configuration to expose the HDMI device of RK3288 to ALSA.55# The device tree must describe a simple-audio-card device named "DW-I2S-HDMI"56# for this to work properly57# This percolates to PulseAudio, which will eventually show the proper58# labels to the audio device5960<confdir:pcm/hdmi.conf>6162cards.DW-I2S-HDMI.pcm.hdmi.0 {63@args [ CARD DEVICE CTLINDEX AES0 AES1 AES2 AES3 ]64@args.CARD {65type string66}67@args.DEVICE {68type integer69}70@args.CTLINDEX {71type integer72}73@args.AES0 {74type integer75}76@args.AES1 {77type integer78}79@args.AES2 {80type integer81}82@args.AES3 {83type integer84}85type hw86card $CARD87}888990