summaryrefslogtreecommitdiff
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2009-11-10 14:53:02 +0100
committerTakashi Iwai <tiwai@suse.de>2009-11-10 16:06:57 +0100
commite3303235209c0496b490e10ab131e72a9568c153 (patch)
tree6ebac5010679a20afe06fb9362c52f12f6f55a4c /sound/pci/hda/hda_codec.h
parentfb8d1a344dbe963f16249d07eee8415e93f9f3c2 (diff)
ALSA: hda - proc - show which I/O NID is associated to PCM device
Output something like: Node 0x02 [Audio Output] wcaps 0x11: Stereo Device: name="ALC888 Analog", type="Audio", device=0, substream=0 Converter: stream=0, channel=0 ... Signed-off-by: Jaroslav Kysela <perex@perex.cz> 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 62406083765..cbf199a98ab 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -894,6 +894,7 @@ int snd_hda_codec_build_controls(struct hda_codec *codec);
/*
* PCM
*/
+extern const char *snd_hda_pcm_type_name[];
int snd_hda_build_pcms(struct hda_bus *bus);
int snd_hda_codec_build_pcms(struct hda_codec *codec);
void snd_hda_codec_setup_stream(struct hda_codec *codec, hda_nid_t nid,