Blob Blame History Raw
From: Takashi Iwai <tiwai@suse.de>
Subject: kABI workaround for snd-soc-rt5682-*
Patch-mainline: Never, kABI workaround
References: git-fixes

Move the new field in rt582_priv to the tail for keeping kABI
compatibility.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
[mkoutny: Adjusted for SLE15-SP5]
---
 sound/soc/codecs/rt5682.h |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

--- a/sound/soc/codecs/rt5682.h
+++ b/sound/soc/codecs/rt5682.h
@@ -1462,8 +1461,10 @@ struct rt5682_priv {
 	int pll_out[RT5682_PLLS];
 
 	int jack_type;
-	int irq;
 	int irq_work_delay_time;
+#ifndef __GENKSYMS__
+	int irq;
+#endif
 };
 
 extern const char *rt5682_supply_names[RT5682_NUM_SUPPLIES];