Changeset 3bacee1 in mainline for uspace/drv/audio/hdaudio


Ignore:
Timestamp:
2018-04-12T16:27:17Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3cf22f9
Parents:
76d0981d
git-author:
Jiri Svoboda <jiri@…> (2018-04-11 19:25:33)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-12 16:27:17)
Message:

Make ccheck-fix again and commit more good files.

File:
1 edited

Legend:

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

    r76d0981d r3bacee1  
    199199
    200200        ddf_msg(LVL_NOTE, "hda reg base: %" PRIx64,
    201              RNGABS(res.mem_ranges.ranges[0]));
     201            RNGABS(res.mem_ranges.ranges[0]));
    202202
    203203        if (hda->rwsize < sizeof(hda_regs_t)) {
     
    372372        hda_t *hda = (hda_t *)ddf_dev_data_get(dev);
    373373
    374         if (0) ddf_msg(LVL_NOTE, "## interrupt ##");
     374        if (0)
     375                ddf_msg(LVL_NOTE, "## interrupt ##");
    375376//      ddf_msg(LVL_NOTE, "interrupt arg4=0x%x", (int)IPC_GET_ARG4(*icall));
    376377        hda_ctl_interrupt(hda->ctl);
Note: See TracChangeset for help on using the changeset viewer.