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