Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 361fe6e9 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: hda - Rearrange fixup struct in patch_realtek.c



Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ad09fc9d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1691,6 +1691,8 @@ struct alc_model_fixup {
struct alc_fixup {
	int type;
	bool chained;
	int chain_id;
	union {
		unsigned int sku;
		const struct alc_pincfg *pins;
@@ -1699,8 +1701,6 @@ struct alc_fixup {
			     const struct alc_fixup *fix,
			     int action);
	} v;
	bool chained;
	int chain_id;
};
enum {