diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-05-02 10:02:30 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-05-02 10:02:30 +0200 |
commit | bd5b2d440745707ee97159ed7a06b629760fd19b (patch) | |
tree | d085be86dc110b8c69c53d6ad4728d604b8ca793 /sound/pci/hda/hda_codec.h | |
parent | Merge branch 'topic/jack' into for-next (diff) | |
parent | ALSA: jack: fix a randconfig build issue (diff) | |
download | linux-bd5b2d440745707ee97159ed7a06b629760fd19b.tar.xz linux-bd5b2d440745707ee97159ed7a06b629760fd19b.zip |
Merge branch 'topic/jack' into for-next
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 0f8b6b5812e6..ed7e9cfd699a 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -274,10 +274,8 @@ struct hda_codec { unsigned long jackpoll_interval; /* In jiffies. Zero means no poll, rely on unsol events */ struct delayed_work jackpoll_work; -#ifdef CONFIG_SND_HDA_INPUT_JACK /* jack detection */ struct snd_array jacks; -#endif int depop_delay; /* depop delay in ms, -1 for default delay time */ |