diff options
author | Wu Fengguang <fengguang.wu@intel.com> | 2009-10-30 06:40:03 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-10-30 06:40:03 -0400 |
commit | 92608badc519a8c1f65d93743396517aaa582b53 (patch) | |
tree | 6dae736c79c8593f7629840870d9fbc77cf46a0a /sound/pci/hda/hda_codec.c | |
parent | f5d6def5c642587434c42722c57fb65642f61038 (diff) |
ALSA: hda - allow up to 4 HDMI devices
The new Intel HDMI codec supports 2 independant HDMI/DisplayPort pipes.
We'll be exporting them as 2 pcm devices. So bump up the allowed number
of HDMI devices.
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.c')
-rw-r--r-- | sound/pci/hda/hda_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index 49289cd50697..2c1366343335 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c | |||
@@ -2889,7 +2889,7 @@ static int get_empty_pcm_device(struct hda_bus *bus, int type) | |||
2889 | static int audio_idx[HDA_PCM_NTYPES][5] = { | 2889 | static int audio_idx[HDA_PCM_NTYPES][5] = { |
2890 | [HDA_PCM_TYPE_AUDIO] = { 0, 2, 4, 5, -1 }, | 2890 | [HDA_PCM_TYPE_AUDIO] = { 0, 2, 4, 5, -1 }, |
2891 | [HDA_PCM_TYPE_SPDIF] = { 1, -1 }, | 2891 | [HDA_PCM_TYPE_SPDIF] = { 1, -1 }, |
2892 | [HDA_PCM_TYPE_HDMI] = { 3, -1 }, | 2892 | [HDA_PCM_TYPE_HDMI] = { 3, 7, 8, 9, -1 }, |
2893 | [HDA_PCM_TYPE_MODEM] = { 6, -1 }, | 2893 | [HDA_PCM_TYPE_MODEM] = { 6, -1 }, |
2894 | }; | 2894 | }; |
2895 | int i; | 2895 | int i; |