ALSA: hda/hdmi: Restore missing HDMI codec entries
authorDaniel Dadap <ddadap@nvidia.com>
Tue, 26 Aug 2025 02:48:38 +0000 (21:48 -0500)
committerTakashi Iwai <tiwai@suse.de>
Tue, 26 Aug 2025 08:34:22 +0000 (10:34 +0200)
commit1148bb0c5827e4b6fcc50358783608b0f2080302
tree7a49d788a12d5386dc4b9665fd4d84cd6a7831f9
parentdc88b77113d75a8fd5818355f8e313bec144ea5d
ALSA: hda/hdmi: Restore missing HDMI codec entries

Commit ad781b550f9a ("ALSA: hda/hdmi: Rewrite to new probe method")
rewrote the HDMI codec ID tables to a new format. In doing so, recently
added codec IDs from commit e0a911ac868 ("ALSA: hda: Add missing NVIDIA
HDA codec IDs") were dropped from the tables. These tables had recently
been split from the unified table that existed in patch_hdmi.c, and did
contain the entries in question after the split but before the codec ID
entries were rewritten to the new format.

Restore the missing codec ID entries to nvhdmi.c and tegrahdmi.c. There
do not appear to be any additional missing entries in any of the other
codec ID tables when compared to the patch_hdmi.c at the final revision
before the split.

Fixes: ad781b550f9a ("ALSA: hda/hdmi: Rewrite to new probe method")
Signed-off-by: Daniel Dadap <ddadap@nvidia.com>
Link: https://patch.msgid.link/aK0ghvagXy740rxd@ddadap-lakeline.nvidia.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/hdmi/nvhdmi.c
sound/hda/codecs/hdmi/tegrahdmi.c