aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2008-07-30 09:01:46 -0400
committerTakashi Iwai <tiwai@suse.de>2008-10-12 20:43:04 -0400
commit1e1be4329f2aec6a8ec63737a69258fedf34c55d (patch)
treec75bec16e7d23f7025fb6f37b8a9b00225750903 /sound/pci/hda/hda_codec.h
parent11aeff082ad9bd00e8475bf1630c3264344d3764 (diff)
ALSA: hda - Add hints for reconfig
This patch adds the "hints" for reconfiguring codecs. The hints are simply string arrays and can be freely used/parsed by the codec patch. The hints can be input via hwdep sysfs files. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 38a9bb6bafb0..a77ba223af40 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -754,6 +754,7 @@ struct hda_codec {
754#ifdef CONFIG_SND_HDA_HWDEP 754#ifdef CONFIG_SND_HDA_HWDEP
755 struct snd_hwdep *hwdep; /* assigned hwdep device */ 755 struct snd_hwdep *hwdep; /* assigned hwdep device */
756 struct snd_array init_verbs; /* additional init verbs */ 756 struct snd_array init_verbs; /* additional init verbs */
757 struct snd_array hints; /* additional hints */
757#endif 758#endif
758 759
759 /* misc flags */ 760 /* misc flags */