diff options
author | Jaroslav Kysela <perex@perex.cz> | 2010-07-19 09:52:39 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2010-07-19 10:46:56 -0400 |
commit | 79c944ad136c4d14388d803b51113dcaaa1d179d (patch) | |
tree | e13ed1980a1e62530fac31a1555c5d1fecef76cf /sound/pci/hda/hda_codec.h | |
parent | 08b450988905505d12f7671bc24b8da73631d327 (diff) |
ALSA: hda-intel - do not mix audio and modem function IDs
The function IDs are different for audio and modem. Do not mix them.
Also, show the unsolicited bit in the function_id register.
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index 49e939e7e5cd..f96e909f549c 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -760,7 +760,10 @@ struct hda_codec { | |||
760 | hda_nid_t mfg; /* MFG node id */ | 760 | hda_nid_t mfg; /* MFG node id */ |
761 | 761 | ||
762 | /* ids */ | 762 | /* ids */ |
763 | u32 function_id; | 763 | u8 afg_function_id; |
764 | u8 mfg_function_id; | ||
765 | u8 afg_unsol; | ||
766 | u8 mfg_unsol; | ||
764 | u32 vendor_id; | 767 | u32 vendor_id; |
765 | u32 subsystem_id; | 768 | u32 subsystem_id; |
766 | u32 revision_id; | 769 | u32 revision_id; |