From: Guennadi Liakhovetski Date: Wed, 12 Jun 2019 16:36:54 +0000 (-0500) Subject: ALSA: hda: remove an unused field from struct hda_codec X-Git-Tag: v5.4-rc1~52^2~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e985effb25edcf500a58f41be71cc049b1b837f;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Pierre-Louis Bossart Signed-off-by: Takashi Iwai --- diff --git a/include/sound/hda_codec.h b/include/sound/hda_codec.h index cc7c8d4..2a1d1ad 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 */