Changeset 1433ecda in mainline for uspace/drv/audio/hdaudio/codec.c


Ignore:
Timestamp:
2018-04-04T15:42:37Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2c4e1cc
Parents:
47b2d7e3
Message:

Fix cstyle: make ccheck-fix and commit only files where all the changes are good.

File:
1 edited

Legend:

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

    r47b2d7e3 r1433ecda  
    435435        if ((pcaps & BIT_V(uint32_t, pwc_output)) != 0) {
    436436                ddf_msg(LVL_NOTE, "PIN %d will enable output", aw);
    437                 pctl = pctl | BIT_V(uint8_t, pctl_out_enable);
     437                pctl = pctl | BIT_V(uint8_t, pctl_out_enable);
    438438        }
    439439
    440440        if ((pcaps & BIT_V(uint32_t, pwc_input)) != 0) {
    441441                ddf_msg(LVL_NOTE, "PIN %d will enable input", aw);
    442                 pctl = pctl | BIT_V(uint8_t, pctl_in_enable);
     442                pctl = pctl | BIT_V(uint8_t, pctl_in_enable);
    443443        }
    444444
    445445        if ((pcaps & BIT_V(uint32_t, pwc_hpd)) != 0) {
    446446                ddf_msg(LVL_NOTE, "PIN %d will enable headphone drive", aw);
    447                 pctl = pctl | BIT_V(uint8_t, pctl_hpd_enable);
     447                pctl = pctl | BIT_V(uint8_t, pctl_hpd_enable);
    448448        }
    449449
Note: See TracChangeset for help on using the changeset viewer.