diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-02 01:02:34 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-09-02 01:02:34 +0200 |
commit | c74eff09060cc74c3580b952452d6fc7151dff7c (patch) | |
tree | 939f340148b0f00fbe59ee9e286c68bb586dc0be /sys/src/9/pc/audiohda.c | |
parent | 5446d9779c2dbbcff3ddb56f2e8481b42faf313e (diff) |
audiohda: unsigned vid/rid formating
Diffstat (limited to 'sys/src/9/pc/audiohda.c')
-rw-r--r-- | sys/src/9/pc/audiohda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/pc/audiohda.c b/sys/src/9/pc/audiohda.c index f2f0f0af3..347065503 100644 --- a/sys/src/9/pc/audiohda.c +++ b/sys/src/9/pc/audiohda.c @@ -796,7 +796,7 @@ enumcodec(Codec *codec, Id id) if(codec->fgroup == nil) return -1; - print("#A%d: codec #%d, vendor %08x, rev %08x\n", + print("#A%d: codec #%d, vendor %08ux, rev %08ux\n", id.ctlr->no, codec->id.codec, codec->vid, codec->rid); return 0; |