Changeset b1dfe13 in mainline for uspace/lib/pcm/src/format.c
- Timestamp:
- 2013-04-10T19:08:09Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a7d78cc
- Parents:
- a8e87da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/pcm/src/format.c
ra8e87da rb1dfe13 75 75 #define to(x, type, endian) (float)(host2 ## type ## _ ## endian(x)) 76 76 77 /** Default linear PCM format */ 77 78 const pcm_format_t AUDIO_FORMAT_DEFAULT = { 78 79 .channels = 2, … … 81 82 }; 82 83 84 /** Special ANY PCM format. 85 * This format is used if the real format is no know or important. 86 */ 83 87 const pcm_format_t AUDIO_FORMAT_ANY = { 84 88 .channels = 0,
Note:
See TracChangeset
for help on using the changeset viewer.