Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/codec.c

    rdd8ab1c r0e4c5f0  
    3737#include <ddf/log.h>
    3838#include <errno.h>
    39 #include <str_error.h>
    4039#include <stdlib.h>
    4140
     
    515514                goto error;
    516515
    517         ddf_msg(LVL_NOTE, "hda_get_subnc -> %s", str_error_name(rc));
     516        ddf_msg(LVL_NOTE, "hda_get_subnc -> %d", rc);
    518517        ddf_msg(LVL_NOTE, "sfg=%d nfg=%d", sfg, nfg);
    519518
     
    525524                        goto error;
    526525
    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);
    528527                ddf_msg(LVL_NOTE, "unsol: %d, grptype: %d", unsol, grptype);
    529528
     
    547546                        goto error;
    548547
    549                 ddf_msg(LVL_NOTE, "hda_get_subnc -> %s", str_error_name(rc));
     548                ddf_msg(LVL_NOTE, "hda_get_subnc -> %d", rc);
    550549                ddf_msg(LVL_NOTE, "saw=%d baw=%d", saw, naw);
    551550
Note: See TracChangeset for help on using the changeset viewer.