aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>2019-06-12 11:36:54 -0500
committerTakashi Iwai <tiwai@suse.de>2019-06-13 11:30:16 +0200
commit3e985effb25edcf500a58f41be71cc049b1b837f (patch)
treea329ba6e274a0c6cb0fb517cdbbce1ed9d6f4dbc /include/sound
parentALSA: hda: Add Elkhart Lake PCI ID (diff)
downloadlinux-dev-3e985effb25edcf500a58f41be71cc049b1b837f.tar.xz
linux-dev-3e985effb25edcf500a58f41be71cc049b1b837f.zip
ALSA: hda: remove an unused field from struct hda_codec
The .jacks field in struct hda_codec is unused and seems to be a duplicate of .jacktbl, remove it. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/hda_codec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/hda_codec.h b/include/sound/hda_codec.h
index cc7c8d42d4fd..2a1d1ad44d66 100644
--- a/include/sound/hda_codec.h
+++ b/include/sound/hda_codec.h
@@ -281,9 +281,6 @@ struct hda_codec {
unsigned long jackpoll_interval; /* In jiffies. Zero means no poll, rely on unsol events */
struct delayed_work jackpoll_work;
- /* jack detection */
- struct snd_array jacks;
-
int depop_delay; /* depop delay in ms, -1 for default delay time */
/* fix-up list */