Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120432
b: refs/heads/master
c: beb0b9c
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Nov 5, 2008
1 parent 67a98c0 commit 8e08c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91504877c50a792412e2043a1c2099f054d7254a
refs/heads/master: beb0b9cf78b56b0f30f5defe62b7b9712cd02a50
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/patch_intelhdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ static int hdmi_get_eld_size(struct hda_codec *codec, hda_nid_t nid)
AC_DIPSIZE_ELD_BUF);
}

#ifdef BE_PARANOID
static void hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t nid,
int *packet_index, int *byte_index)
{
Expand All @@ -291,6 +292,7 @@ static void hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t nid,
*packet_index = val >> 5;
*byte_index = val & 0x1f;
}
#endif

static void hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t nid,
int packet_index, int byte_index)
Expand Down

0 comments on commit 8e08c01

Please sign in to comment.