diff options
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | 2019-06-12 19:36:54 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-06-13 12:30:16 +0300 |
commit | 3e985effb25edcf500a58f41be71cc049b1b837f (patch) | |
tree | a329ba6e274a0c6cb0fb517cdbbce1ed9d6f4dbc /include | |
parent | f94287b653542e09e7004bae5f0d9d37fcaa89c8 (diff) | |
download | linux-3e985effb25edcf500a58f41be71cc049b1b837f.tar.xz |
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')
-rw-r--r-- | include/sound/hda_codec.h | 3 |
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 */ |