]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek: Re-order ALC269 HP quirk table entries
authorTakashi Iwai <tiwai@suse.de>
Wed, 28 Apr 2021 11:26:55 +0000 (13:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 28 Apr 2021 13:06:52 +0000 (15:06 +0200)
commit45461e3b554c75ddff9703539f3711cc3dfb0422
tree6111f070ba882c77e2fe9f427aa573a38396a785
parent13e1a4cd490b959a4c72c9f4fb502ef56b190062
ALSA: hda/realtek: Re-order ALC269 HP quirk table entries

Just re-order the alc269_fixup_tbl[] entries for HP devices for
avoiding the oversight of the duplicated or unapplied item in future.
No functional changes.

Formerly, some entries were grouped for the actual codec, but this
doesn't seem reasonable to keep in that way.  So now we simply keep
the PCI SSID order for the whole.

Also Cc-to-stable for the further patch applications.

Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210428112704.23967-5-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c