Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361619
b: refs/heads/master
c: a686fd1
h: refs/heads/master
i:
  361617: cbcc713
  361615: 4bbc9a7
v: v3
  • Loading branch information
Takashi Iwai committed Mar 20, 2013
1 parent de42c29 commit 24e0f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 83ea5d18d74f032a760fecde78c0210f66f7f70c
refs/heads/master: a686fd141e20244ad75f80ad54706da07d7bb90a
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -3144,7 +3144,7 @@ static unsigned int convert_to_spdif_status(unsigned short val)
if (val & AC_DIG1_PROFESSIONAL)
sbits |= IEC958_AES0_PROFESSIONAL;
if (sbits & IEC958_AES0_PROFESSIONAL) {
if (sbits & AC_DIG1_EMPHASIS)
if (val & AC_DIG1_EMPHASIS)
sbits |= IEC958_AES0_PRO_EMPHASIS_5015;
} else {
if (val & AC_DIG1_EMPHASIS)
Expand Down

0 comments on commit 24e0f2f

Please sign in to comment.