Changeset 1433ecda in mainline for uspace/drv/audio/hdaudio/codec.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/codec.c
r47b2d7e3 r1433ecda 435 435 if ((pcaps & BIT_V(uint32_t, pwc_output)) != 0) { 436 436 ddf_msg(LVL_NOTE, "PIN %d will enable output", aw); 437 437 pctl = pctl | BIT_V(uint8_t, pctl_out_enable); 438 438 } 439 439 440 440 if ((pcaps & BIT_V(uint32_t, pwc_input)) != 0) { 441 441 ddf_msg(LVL_NOTE, "PIN %d will enable input", aw); 442 442 pctl = pctl | BIT_V(uint8_t, pctl_in_enable); 443 443 } 444 444 445 445 if ((pcaps & BIT_V(uint32_t, pwc_hpd)) != 0) { 446 446 ddf_msg(LVL_NOTE, "PIN %d will enable headphone drive", aw); 447 447 pctl = pctl | BIT_V(uint8_t, pctl_hpd_enable); 448 448 } 449 449
Note:
See TracChangeset
for help on using the changeset viewer.