ALSA: hda - Rearrange fixup struct in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b445ae9..6955406 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1691,6 +1691,8 @@
struct alc_fixup {
int type;
+ bool chained;
+ int chain_id;
union {
unsigned int sku;
const struct alc_pincfg *pins;
@@ -1699,8 +1701,6 @@
const struct alc_fixup *fix,
int action);
} v;
- bool chained;
- int chain_id;
};
enum {