|
@@ -2889,7 +2889,7 @@ static int get_empty_pcm_device(struct hda_bus *bus, int type)
|
|
|
static int audio_idx[HDA_PCM_NTYPES][5] = {
|
|
|
[HDA_PCM_TYPE_AUDIO] = { 0, 2, 4, 5, -1 },
|
|
|
[HDA_PCM_TYPE_SPDIF] = { 1, -1 },
|
|
|
- [HDA_PCM_TYPE_HDMI] = { 3, -1 },
|
|
|
+ [HDA_PCM_TYPE_HDMI] = { 3, 7, 8, 9, -1 },
|
|
|
[HDA_PCM_TYPE_MODEM] = { 6, -1 },
|
|
|
};
|
|
|
int i;
|