Changeset 1412a184 in mainline for uspace/drv/audio/hdaudio/spec/codec.h
- Timestamp:
- 2014-08-16T15:34:44Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a333b7f
- Parents:
- 65b09c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/spec/codec.h
r65b09c1 r1412a184 336 336 } hda_awidget_type_t; 337 337 338 /** Converter Control bits */ 339 typedef enum { 340 /** Stream (H) */ 341 cctl_stream_h = 7, 342 /** Stream (L) */ 343 cctl_stream_l = 4, 344 /** Channel (H) */ 345 cctl_channel_h = 3, 346 /** Channel (L) */ 347 cctl_channel_l = 0 348 } hda_converter_ctl_bits_t; 349 338 350 #endif 339 351
Note:
See TracChangeset
for help on using the changeset viewer.