summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_proc.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2011-07-11 15:42:52 +0200
committerTakashi Iwai <tiwai@suse.de>2011-07-12 07:45:01 +0200
commit9e7717c9eb9da8dba98f36dd3c390a45375499b3 (patch)
tree0462962bd0a95cc706b3e1db0ded45a52126ba2e /sound/pci/hda/hda_proc.c
parentb2f934a0dffd4153e9447ee9e0090e357a3d8b3b (diff)
downloadtalos-op-linux-9e7717c9eb9da8dba98f36dd3c390a45375499b3.tar.gz
talos-op-linux-9e7717c9eb9da8dba98f36dd3c390a45375499b3.zip
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_proc.c')
-rw-r--r--sound/pci/hda/hda_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c
index bfe74c2fb079..2be57b051aa2 100644
--- a/sound/pci/hda/hda_proc.c
+++ b/sound/pci/hda/hda_proc.c
@@ -636,7 +636,7 @@ static void print_codec_info(struct snd_info_entry *entry,
wid_caps |= AC_WCAP_CONN_LIST;
if (wid_caps & AC_WCAP_CONN_LIST)
- conn_len = snd_hda_get_connections(codec, nid, conn,
+ conn_len = snd_hda_get_raw_connections(codec, nid, conn,
HDA_MAX_CONNECTIONS);
if (wid_caps & AC_WCAP_IN_AMP) {
OpenPOWER on IntegriCloud