Changeset 09ab0a9a in mainline for uspace/drv/audio
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- uspace/drv/audio
- Files:
-
- 3 edited
-
hdaudio/hdactl.c (modified) (1 diff)
-
sb16/dsp.c (modified) (1 diff)
-
sb16/registers.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/hdaudio/hdactl.c
rb2aaaa0 r09ab0a9a 180 180 hda->ctl->corb_entries = hda_rb_entries(selsz); 181 181 182 183 182 /* 184 183 * CORB must be aligned to 128 bytes. If 64OK is not set, -
uspace/drv/audio/sb16/dsp.c
rb2aaaa0 r09ab0a9a 80 80 } 81 81 82 83 82 static inline void dsp_change_state(sb_dsp_t *dsp, dsp_state_t state) 84 83 { -
uspace/drv/audio/sb16/registers.h
rb2aaaa0 r09ab0a9a 85 85 * @} 86 86 */ 87
Note:
See TracChangeset
for help on using the changeset viewer.
