diff options
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index e46d5420a9f2..59c97306c1de 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -825,12 +825,14 @@ struct hda_codec { | |||
825 | struct hda_cache_rec amp_cache; /* cache for amp access */ | 825 | struct hda_cache_rec amp_cache; /* cache for amp access */ |
826 | struct hda_cache_rec cmd_cache; /* cache for other commands */ | 826 | struct hda_cache_rec cmd_cache; /* cache for other commands */ |
827 | 827 | ||
828 | struct snd_array conn_lists; /* connection-list array */ | ||
829 | |||
828 | struct mutex spdif_mutex; | 830 | struct mutex spdif_mutex; |
829 | struct mutex control_mutex; | 831 | struct mutex control_mutex; |
830 | unsigned int spdif_status; /* IEC958 status bits */ | 832 | unsigned int spdif_status; /* IEC958 status bits */ |
831 | unsigned short spdif_ctls; /* SPDIF control bits */ | 833 | unsigned short spdif_ctls; /* SPDIF control bits */ |
832 | unsigned int spdif_in_enable; /* SPDIF input enable? */ | 834 | unsigned int spdif_in_enable; /* SPDIF input enable? */ |
833 | hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */ | 835 | const hda_nid_t *slave_dig_outs; /* optional digital out slave widgets */ |
834 | struct snd_array init_pins; /* initial (BIOS) pin configurations */ | 836 | struct snd_array init_pins; /* initial (BIOS) pin configurations */ |
835 | struct snd_array driver_pins; /* pin configs set by codec parser */ | 837 | struct snd_array driver_pins; /* pin configs set by codec parser */ |
836 | struct snd_array cvt_setups; /* audio convert setups */ | 838 | struct snd_array cvt_setups; /* audio convert setups */ |