Skip to content

Commit

Permalink
ALSA: hda - Rearrange fixup struct in patch_realtek.c
Browse files Browse the repository at this point in the history
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Jan 14, 2011
1 parent ad09fc9 commit 361fe6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -1699,8 +1701,6 @@ struct alc_fixup {
const struct alc_fixup *fix,
int action);
} v;
bool chained;
int chain_id;
};

enum {
Expand Down

0 comments on commit 361fe6e

Please sign in to comment.