From c560fecdc48466ddbe5b629da51b16fec825627d Mon Sep 17 00:00:00 2001 From: Wu Fengguang Date: Fri, 30 Oct 2009 11:40:03 +0100 Subject: [PATCH] --- yaml --- r: 170303 b: refs/heads/master c: 92608badc519a8c1f65d93743396517aaa582b53 h: refs/heads/master i: 170301: 77f71f77a408474a0c8480ecfcaafe37a647cff5 170299: 03f6f9fa8eff6336d7eb3ac1ed51638d37d0ec21 170295: f83910b5c508ee553bb652fe450b4b855d4bd96d 170287: 9fc309253a5684ea0d02841dced25cb996364508 170271: 9fcdab3772fbc5fa64d50ffbef9fdac356d3fef7 170239: bf796ac066378f9d5fb2448352f5c14fbdd07aee v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/hda_codec.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index da9b052d7d73..a21a9ad32e63 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5d6def5c642587434c42722c57fb65642f61038 +refs/heads/master: 92608badc519a8c1f65d93743396517aaa582b53 diff --git a/trunk/sound/pci/hda/hda_codec.c b/trunk/sound/pci/hda/hda_codec.c index 49289cd50697..2c1366343335 100644 --- a/trunk/sound/pci/hda/hda_codec.c +++ b/trunk/sound/pci/hda/hda_codec.c @@ -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;