aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/hda_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/hda_codec.h')
-rw-r--r--include/sound/hda_codec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sound/hda_codec.h b/include/sound/hda_codec.h
index a7c602576b68..8f46ff3449d5 100644
--- a/include/sound/hda_codec.h
+++ b/include/sound/hda_codec.h
@@ -18,6 +18,9 @@
18#include <sound/hda_verbs.h> 18#include <sound/hda_verbs.h>
19#include <sound/hda_regmap.h> 19#include <sound/hda_regmap.h>
20 20
21#define IS_BXT(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0x5a98)
22#define IS_CFL(pci) ((pci)->vendor == 0x8086 && (pci)->device == 0xa348)
23
21/* 24/*
22 * Structures 25 * Structures
23 */ 26 */
@@ -268,9 +271,6 @@ struct hda_codec {
268 unsigned long jackpoll_interval; /* In jiffies. Zero means no poll, rely on unsol events */ 271 unsigned long jackpoll_interval; /* In jiffies. Zero means no poll, rely on unsol events */
269 struct delayed_work jackpoll_work; 272 struct delayed_work jackpoll_work;
270 273
271 /* jack detection */
272 struct snd_array jacks;
273
274 int depop_delay; /* depop delay in ms, -1 for default delay time */ 274 int depop_delay; /* depop delay in ms, -1 for default delay time */
275 275
276 /* fix-up list */ 276 /* fix-up list */