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>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user