Changes in uspace/drv/audio/hdaudio/codec.c [dd8ab1c:0e4c5f0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/codec.c
rdd8ab1c r0e4c5f0 37 37 #include <ddf/log.h> 38 38 #include <errno.h> 39 #include <str_error.h>40 39 #include <stdlib.h> 41 40 … … 515 514 goto error; 516 515 517 ddf_msg(LVL_NOTE, "hda_get_subnc -> % s", str_error_name(rc));516 ddf_msg(LVL_NOTE, "hda_get_subnc -> %d", rc); 518 517 ddf_msg(LVL_NOTE, "sfg=%d nfg=%d", sfg, nfg); 519 518 … … 525 524 goto error; 526 525 527 ddf_msg(LVL_NOTE, "hda_get_fgrp_type -> % s", str_error_name(rc));526 ddf_msg(LVL_NOTE, "hda_get_fgrp_type -> %d", rc); 528 527 ddf_msg(LVL_NOTE, "unsol: %d, grptype: %d", unsol, grptype); 529 528 … … 547 546 goto error; 548 547 549 ddf_msg(LVL_NOTE, "hda_get_subnc -> % s", str_error_name(rc));548 ddf_msg(LVL_NOTE, "hda_get_subnc -> %d", rc); 550 549 ddf_msg(LVL_NOTE, "saw=%d baw=%d", saw, naw); 551 550
Note:
See TracChangeset
for help on using the changeset viewer.