aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b445ae989421..69554061c16e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -1691,6 +1691,8 @@ struct alc_model_fixup {
1691 1691
1692struct alc_fixup { 1692struct alc_fixup {
1693 int type; 1693 int type;
1694 bool chained;
1695 int chain_id;
1694 union { 1696 union {
1695 unsigned int sku; 1697 unsigned int sku;
1696 const struct alc_pincfg *pins; 1698 const struct alc_pincfg *pins;
@@ -1699,8 +1701,6 @@ struct alc_fixup {
1699 const struct alc_fixup *fix, 1701 const struct alc_fixup *fix,
1700 int action); 1702 int action);
1701 } v; 1703 } v;
1702 bool chained;
1703 int chain_id;
1704}; 1704};
1705 1705
1706enum { 1706enum {