From d6432270f577c44045da6011b86c0a635872f4d9 Mon Sep 17 00:00:00 2001 From: Stephen Warren Date: Wed, 25 May 2011 12:42:13 -0600 Subject: [PATCH] --- yaml --- r: 252107 b: refs/heads/master c: 739266566ae9ba6b01ed3a01165171705fa2974e h: refs/heads/master i: 252105: c5a3142f82e50d3d9784540554f5e12e079725f2 252103: e3a82705a1a89cee78aeb1aa6266add2fa53acf2 v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_hdmi.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index bec58bb58dc4..cbeef7a1d053 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: af4ccf4f86c0008bdbe2532c110d45919983b468 +refs/heads/master: 739266566ae9ba6b01ed3a01165171705fa2974e diff --git a/trunk/sound/pci/hda/patch_hdmi.c b/trunk/sound/pci/hda/patch_hdmi.c index d786ecc56801..bd0ae697f9c4 100644 --- a/trunk/sound/pci/hda/patch_hdmi.c +++ b/trunk/sound/pci/hda/patch_hdmi.c @@ -48,8 +48,8 @@ MODULE_PARM_DESC(static_hdmi_pcm, "Don't restrict PCM parameters per ELD info"); * * The HDA correspondence of pipes/ports are converter/pin nodes. */ -#define MAX_HDMI_CVTS 3 -#define MAX_HDMI_PINS 3 +#define MAX_HDMI_CVTS 4 +#define MAX_HDMI_PINS 4 struct hdmi_spec { int num_cvts; @@ -1027,6 +1027,7 @@ static char *generic_hdmi_pcm_names[MAX_HDMI_CVTS] = { "HDMI 0", "HDMI 1", "HDMI 2", + "HDMI 3", }; /*