Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252107
b: refs/heads/master
c: 7392665
h: refs/heads/master
i:
  252105: c5a3142
  252103: e3a8270
v: v3
  • Loading branch information
Stephen Warren authored and Takashi Iwai committed May 26, 2011
1 parent 33ea944 commit d643227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: af4ccf4f86c0008bdbe2532c110d45919983b468
refs/heads/master: 739266566ae9ba6b01ed3a01165171705fa2974e
5 changes: 3 additions & 2 deletions trunk/sound/pci/hda/patch_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1027,6 +1027,7 @@ static char *generic_hdmi_pcm_names[MAX_HDMI_CVTS] = {
"HDMI 0",
"HDMI 1",
"HDMI 2",
"HDMI 3",
};

/*
Expand Down

0 comments on commit d643227

Please sign in to comment.