Posts by fabuk

    I've tried every related threads, and nothing worked.
    The RPi worked great for years, but ever since the version upgrade to LE12.2.1 there is no sound via HDMI (Plugged into HDMI-0 port, the closest to the USB-C port).

    Just:
    ALSA: bcm2835 Headphones, bcm2835 Headphones
    PULSE: Default, Bluetooth Audio (PULSEAUDIO)

    PLEASE HELP

    This is the cmdline.txt added variables:

    Code
    video=HDMI-A-1:1920x1080@60D snd_bcm2835.enable_hdmi=1 snd_bcm2835.enable_headphones=1 snd_bcm2835.enable_compat_alsa=1

    This is the config.txt (there are extra comments due to all the tests i've made based on multiple threads)

    This is the asound.conf

    Code
    pcm.!default {
      type hw
      card 0
      device 0
    }
    
    ctl.!default {
      type hw
      card 0
    }

    PLEASE HELP