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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 2f112626f24..aeee5816153 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -654,6 +654,11 @@ struct hda_codec {
654 654
655 struct snd_hwdep *hwdep; /* assigned hwdep device */ 655 struct snd_hwdep *hwdep; /* assigned hwdep device */
656 656
657 /* misc flags */
658 unsigned int spdif_status_reset :1; /* needs to toggle SPDIF for each
659 * status change
660 * (e.g. Realtek codecs)
661 */
657#ifdef CONFIG_SND_HDA_POWER_SAVE 662#ifdef CONFIG_SND_HDA_POWER_SAVE
658 unsigned int power_on :1; /* current (global) power-state */ 663 unsigned int power_on :1; /* current (global) power-state */
659 unsigned int power_transition :1; /* power-state in transition */ 664 unsigned int power_transition :1; /* power-state in transition */