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

ALSA: hda - Rearrange fixup struct in patch_realtek.c

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent ad09fc9d
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment