mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Improved in-source documentation (interfaces are divided into modules).
This commit is contained in:
parent
98ab09fb27
commit
f65b035a45
17 changed files with 281 additions and 293 deletions
|
|
@ -5,6 +5,12 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
|
||||
/**
|
||||
* \defgroup BConv Binary Value Conversion
|
||||
* Binary Value Conversion
|
||||
* \{
|
||||
*/
|
||||
|
||||
#define snd_host_to_LE_16(val) __cpu_to_le16(val)
|
||||
#define snd_LE_to_host_16(val) __le16_to_cpu(val)
|
||||
#define snd_host_to_LE_32(val) __cpu_to_le32(val)
|
||||
|
|
@ -14,3 +20,5 @@
|
|||
#define snd_host_to_BE_32(val) __cpu_to_be32(val)
|
||||
#define snd_BE_to_host_32(val) __be32_to_cpu(val)
|
||||
|
||||
/** \} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue