Konsta 688b88189e audio: probe pcm card from property
* Valid values for the audio device property are 'jack', 'hdmi0', 'hdmi1',
  and 'dac'.
* If 'jack' is selected, first PCM card with name 'Headphones' is used.
  If 'dac' is selected, first PCM card that doesn't match the name for 3.5mm
  or HDMI devices is used. HDMI audio uses virtual ALSA devices instead of
  using tinyalsa to open a PCM card directly.
* Allow forcing specific PCM card for debugging/development purposes.
* PCM card numbers are different between Pi 4 and Pi 5 and order can change
  depending on the DAC driver that's enabled.

Pi 4:

console:/ # cat /proc/asound/cards
 0 [Headphones     ]: bcm2835_headpho - bcm2835 Headphones
                      bcm2835 Headphones
 1 [vc4hdmi0       ]: vc4-hdmi - vc4-hdmi-0
                      vc4-hdmi-0
 2 [vc4hdmi1       ]: vc4-hdmi - vc4-hdmi-1
                      vc4-hdmi-1
Pi 5 with DAC:

console:/ # cat /proc/asound/cards
 0 [vc4hdmi0       ]: vc4-hdmi - vc4-hdmi-0
                      vc4-hdmi-0
 1 [vc4hdmi1       ]: vc4-hdmi - vc4-hdmi-1
                      vc4-hdmi-1
 2 [sndrpihifiberry]: HifiberryDacp - snd_rpi_hifiberry_dacplus
                      snd_rpi_hifiberry_dacplus
2025-11-06 13:10:19 +02:00
2025-11-06 13:10:19 +02:00
2025-03-19 12:09:58 +02:00
2025-11-01 10:10:39 +02:00
2025-03-25 18:05:43 +02:00
2025-03-19 12:14:26 +02:00
2025-05-02 14:13:42 +03:00
2025-11-04 12:08:39 +02:00
2025-03-19 12:16:16 +02:00
2025-08-22 20:10:29 +03:00
2025-11-04 12:08:39 +02:00
2025-11-01 10:10:39 +02:00

Raspberry Vanilla AOSP 16 device configuration for Raspberry Pi 5.

Description
No description provided
Readme 656 KiB
Languages
C++ 90.2%
C 7.2%
Makefile 2%
Shell 0.6%