Lets move this over here.

RPi has made a lot of changes in HDMI Audio.  Its really hard to
trackdown without hardware to play with.   Note the kms driver will only
currently work on the 32bit kernels.

There are two modes now
*Audio Provided by Firmware:* This will show as CARD=b1 in alsa
config.txt cont

Code:
--------------------
    
  dtparam=audio=on
  audio_pwm_mode=2
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1
  
--------------------


*Audio Provided by kms driver:* This will show as CARD=vc4hdmi in alsa
This requires you to load the graphics kernel modules.  There is some
commentary that edid information must be correct with the kms driver.

Code:
--------------------
    
  pcp-load -wi graphics-KERNEL.tcz
  
--------------------

Then your config.txt would look like

Code:
--------------------
    
  dtparam=audio=off
  dtoverlay=vc4-kms-v3d   (or vc4-kms-v3d-pi4 if you have a pi4)
  hdmi_drive=2
  hdmi_force_hotplug=1
  hdmi_force_edid_audio=1
  
--------------------



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=113555

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to