aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index e8c9442d27ad..23ca1722aff1 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -679,6 +679,8 @@ struct hda_bus {
679 unsigned int response_reset:1; /* controller was reset */ 679 unsigned int response_reset:1; /* controller was reset */
680 unsigned int in_reset:1; /* during reset operation */ 680 unsigned int in_reset:1; /* during reset operation */
681 unsigned int power_keep_link_on:1; /* don't power off HDA link */ 681 unsigned int power_keep_link_on:1; /* don't power off HDA link */
682
683 int primary_dig_out_type; /* primary digital out PCM type */
682}; 684};
683 685
684/* 686/*
@@ -846,7 +848,6 @@ struct hda_codec {
846 struct mutex hash_mutex; 848 struct mutex hash_mutex;
847 struct snd_array spdif_out; 849 struct snd_array spdif_out;
848 unsigned int spdif_in_enable; /* SPDIF input enable? */ 850 unsigned int spdif_in_enable; /* SPDIF input enable? */
849 int primary_dig_out_type; /* primary digital out PCM type */
850 const hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */ 851 const hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */
851 struct snd_array init_pins; /* initial (BIOS) pin configurations */ 852 struct snd_array init_pins; /* initial (BIOS) pin configurations */
852 struct snd_array driver_pins; /* pin configs set by codec parser */ 853 struct snd_array driver_pins; /* pin configs set by codec parser */