3 Jul
2020
3 Jul
'20
11:38 a.m.
alsa-project/alsa-lib issue #67 was opened from libinyang:
In the latest UCM for sof-hda-dsp, it has supported Syntax 3 and it uses $var for hdmi. In sof-hda-dsp/Hdmi.conf, It defines "HdmiNum 1", and later it will redefine "HdmiNum 2", then "HdmiNum 3". It will try to `Include.hdmi1.File "/codecs/hda/hdmi.conf"` to use these definitions. But actually, only "HdmiNum 3" will be used for HDMI1, HDMI2 and HDMI3. The old value of "1" and "2" will be overridden when parsing HDMI1 and HDMI2. This is the bug of alsa-lib initialization sequence issue.
HDA-Intel/Hdmi.conf should have the same issue.
Issue URL : https://github.com/alsa-project/alsa-lib/issues/67 Repository URL: https://github.com/alsa-project/alsa-lib