aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_generic.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2013-01-21 16:50:09 +0100
committerTakashi Iwai <tiwai@suse.de>2013-01-22 14:12:40 +0100
commita607148ff3b9f40427c0f0d5fa039a3a758735c7 (patch)
tree919bce20252a93f4be27bedc9abea7ccb0a9e501 /sound/pci/hda/hda_generic.h
parentALSA: hda - Add aamix NID to AD codecs (diff)
downloadlinux-dev-a607148ff3b9f40427c0f0d5fa039a3a758735c7.tar.xz
linux-dev-a607148ff3b9f40427c0f0d5fa039a3a758735c7.zip
ALSA: hda - Set individual name to secondary analog PCM stream
It'd be better to give another name to the secondary (alt) analog PCM stream, which is dedicated for the independent HP out and extra inputs. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/hda/hda_generic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h
index 9c63555b971c..980707fcd30a 100644
--- a/sound/pci/hda/hda_generic.h
+++ b/sound/pci/hda/hda_generic.h
@@ -80,6 +80,8 @@ struct hda_gen_spec {
char stream_name_analog[32]; /* analog PCM stream */
const struct hda_pcm_stream *stream_analog_playback;
const struct hda_pcm_stream *stream_analog_capture;
+
+ char stream_name_alt_analog[32]; /* alternative analog PCM stream */
const struct hda_pcm_stream *stream_analog_alt_playback;
const struct hda_pcm_stream *stream_analog_alt_capture;