diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-07 17:09:26 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-12 08:44:09 +0100 |
commit | c697b716859c6c8c4e9f102304638c83ff2e61aa (patch) | |
tree | 4eab68990b413c4f4fe40a21eaa104ab54dbb0ee /sound/pci/hda/hda_generic.h | |
parent | a07a949be6eb1c9aab06adaadce72dbd27b7d9cb (diff) | |
download | linux-stable-c697b716859c6c8c4e9f102304638c83ff2e61aa.tar.gz linux-stable-c697b716859c6c8c4e9f102304638c83ff2e61aa.tar.bz2 linux-stable-c697b716859c6c8c4e9f102304638c83ff2e61aa.zip |
ALSA: hda - Manage input paths via path indices
... like we did for output and loopback paths.
It makes the code slightly easier.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_generic.h')
-rw-r--r-- | sound/pci/hda/hda_generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_generic.h b/sound/pci/hda/hda_generic.h index b65769cbde2b..1ad9127e9f95 100644 --- a/sound/pci/hda/hda_generic.h +++ b/sound/pci/hda/hda_generic.h @@ -156,6 +156,7 @@ struct hda_gen_spec { int speaker_paths[AUTO_CFG_MAX_OUTS]; int aamix_out_paths[3]; int digout_paths[AUTO_CFG_MAX_OUTS]; + int input_paths[HDA_MAX_NUM_INPUTS][AUTO_CFG_MAX_OUTS]; int loopback_paths[HDA_MAX_NUM_INPUTS]; int digin_path; |