diff options
author | Takashi Iwai <tiwai@suse.de> | 2008-11-28 08:35:16 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-11-28 08:40:55 -0500 |
commit | 2d34e1b3bb991a99322fb55681d1e73ada3de35c (patch) | |
tree | 03d8cb9f5b32f5b2e0c984091978eb93108897f1 /sound/pci/hda/hda_proc.c | |
parent | bb40abe223ace0b6f29e8433d3936dac664178b5 (diff) |
ALSA: hda - Add IDT/STAC-specific proc output
Added power-map and analog-loopback information to proc output for
IDT/STAC codecs.
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_proc.c b/sound/pci/hda/hda_proc.c index 7b3817985c34..7ca66d654148 100644 --- a/sound/pci/hda/hda_proc.c +++ b/sound/pci/hda/hda_proc.c | |||
@@ -493,6 +493,8 @@ static void print_codec_info(struct snd_info_entry *entry, | |||
493 | } | 493 | } |
494 | 494 | ||
495 | print_gpio(buffer, codec, codec->afg); | 495 | print_gpio(buffer, codec, codec->afg); |
496 | if (codec->proc_widget_hook) | ||
497 | codec->proc_widget_hook(buffer, codec, codec->afg); | ||
496 | 498 | ||
497 | for (i = 0; i < nodes; i++, nid++) { | 499 | for (i = 0; i < nodes; i++, nid++) { |
498 | unsigned int wid_caps = | 500 | unsigned int wid_caps = |