Skip to content

Commit bd48128

Browse files
committed
ALSA: hda - Fix forgotten HDMI monitor_present update
We forgot to copy monitor_present value when updating the ELD information. This won't change the ELD retrieval and the jack notification behavior, but appears only in the proc output. In that sense, it's no fatal error, but a bug is a bug is a bug. Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 691be97 commit bd48128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,6 +1358,7 @@ static void update_eld(struct hda_codec *codec,
13581358
eld->eld_size) != 0)
13591359
eld_changed = true;
13601360

1361+
pin_eld->monitor_present = eld->monitor_present;
13611362
pin_eld->eld_valid = eld->eld_valid;
13621363
pin_eld->eld_size = eld->eld_size;
13631364
if (eld->eld_valid)

0 commit comments

Comments
 (0)