提交 361fe6e9 编写于 作者: T Takashi Iwai

ALSA: hda - Rearrange fixup struct in patch_realtek.c

Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册