Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111038
b: refs/heads/master
c: 0481f45
h: refs/heads/master
v: v3
  • Loading branch information
Robin H. Johnson authored and Jaroslav Kysela committed Sep 23, 2008
1 parent 8ed5821 commit 56035c8
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: 35e8901e4de1d9d054ce6afe53293320651970fb
refs/heads/master: 0481f4534910e644626a3607b2a1a979420a2d05
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/hda_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ static void print_pin_caps(struct snd_info_buffer *buffer,
unsigned int caps, val;

caps = snd_hda_param_read(codec, nid, AC_PAR_PIN_CAP);
snd_iprintf(buffer, " Pincap 0x08%x:", caps);
snd_iprintf(buffer, " Pincap 0x%08x:", caps);
if (caps & AC_PINCAP_IN)
snd_iprintf(buffer, " IN");
if (caps & AC_PINCAP_OUT)
Expand Down

0 comments on commit 56035c8

Please sign in to comment.