diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-07-11 09:42:52 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-12 01:45:01 -0400 |
commit | 9e7717c9eb9da8dba98f36dd3c390a45375499b3 (patch) | |
tree | 0462962bd0a95cc706b3e1db0ded45a52126ba2e /sound/pci/hda/hda_codec.h | |
parent | b2f934a0dffd4153e9447ee9e0090e357a3d8b3b (diff) |
ALSA: hda - Always read raw connections for proc output
In the codec proc outputs, read the raw connections instead of the
cached connection list, i.e. proc files contain only raw values.
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index e6bc16f66bce..f465e07a4879 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h | |||
@@ -903,6 +903,8 @@ int snd_hda_get_sub_nodes(struct hda_codec *codec, hda_nid_t nid, | |||
903 | hda_nid_t *start_id); | 903 | hda_nid_t *start_id); |
904 | int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, | 904 | int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, |
905 | hda_nid_t *conn_list, int max_conns); | 905 | hda_nid_t *conn_list, int max_conns); |
906 | int snd_hda_get_raw_connections(struct hda_codec *codec, hda_nid_t nid, | ||
907 | hda_nid_t *conn_list, int max_conns); | ||
906 | int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, | 908 | int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, |
907 | const hda_nid_t **listp); | 909 | const hda_nid_t **listp); |
908 | int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums, | 910 | int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int nums, |