summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci/hda/hdaa.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/pci/hda/hdaa.h')
-rw-r--r--sys/dev/sound/pci/hda/hdaa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sound/pci/hda/hdaa.h b/sys/dev/sound/pci/hda/hdaa.h
index db2017d..06ee87e 100644
--- a/sys/dev/sound/pci/hda/hdaa.h
+++ b/sys/dev/sound/pci/hda/hdaa.h
@@ -125,6 +125,7 @@ struct hdaa_widget {
uint32_t newconf;
uint32_t cap;
uint32_t ctrl;
+ int connected;
} pin;
struct {
uint8_t stripecap;
@@ -180,6 +181,7 @@ struct hdaa_pcm_devinfo {
u_char digital;
uint32_t ossmask; /* Mask of supported OSS devices. */
uint32_t recsrc; /* Mask of supported OSS sources. */
+ int autorecsrc;
};
struct hdaa_devinfo {
OpenPOWER on IntegriCloud