mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ALSA: hda - Rearrange fixup struct in patch_realtek.c
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
ad09fc9d21
commit
361fe6e908
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user