summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorSasha Khapyorsky2005-08-11 11:00:16 +0200
committerJaroslav Kysela2005-08-30 08:44:53 +0200
commit673b683a07272bdc1f757aa32784b9fcc4b3a014 (patch)
treed2eafb452ad96aa349a62f6350bca1480f69bbed /sound/pci/hda/hda_codec.h
parent[ALSA] ALSA's struct _snd_pcm_substream: Obsolete open_flag (diff)
downloadkernel-qcow2-linux-673b683a07272bdc1f757aa32784b9fcc4b3a014.tar.gz
kernel-qcow2-linux-673b683a07272bdc1f757aa32784b9fcc4b3a014.tar.xz
kernel-qcow2-linux-673b683a07272bdc1f757aa32784b9fcc4b3a014.zip
ALSA CVS update
HDA Codec driver,HDA generic driver Summar: hda-codec - MFG support This adds Modem Functional Group (MFG) support and option for 9600 sample rate. Signed-off-by: Sasha Khapyorsky <sashak@smlink.com> 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 dd0d99d2ad27..63a29a8a2860 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -514,6 +514,7 @@ struct hda_codec {
struct list_head list; /* list point */
hda_nid_t afg; /* AFG node id */
+ hda_nid_t mfg; /* MFG node id */
/* ids */
u32 vendor_id;