mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
The main header file is not dependant on asound.h from driver.
This commit is contained in:
parent
4747044abf
commit
79531a4eb0
15 changed files with 242 additions and 378 deletions
|
|
@ -4,16 +4,6 @@
|
|||
* \{
|
||||
*/
|
||||
|
||||
#ifdef SNDRV_LITTLE_ENDIAN
|
||||
#define SND_LITTLE_ENDIAN SNDRV_LITTLE_ENDIAN
|
||||
#endif
|
||||
|
||||
#ifdef SNDRV_BIG_ENDIAN
|
||||
#define SND_BIG_ENDIAN SNDRV_BIG_ENDIAN
|
||||
#endif
|
||||
|
||||
/** \} */
|
||||
|
||||
/** helper macro for SND_DLSYM_BUILD_VERSION */
|
||||
#define __SND_DLSYM_VERSION(name, version) _ ## name ## version
|
||||
/** build version for versioned dynamic symbol */
|
||||
|
|
@ -34,3 +24,6 @@ int snd_async_add_handler(snd_async_handler_t **handler, int fd,
|
|||
int snd_async_del_handler(snd_async_handler_t *handler);
|
||||
int snd_async_handler_get_fd(snd_async_handler_t *handler);
|
||||
void *snd_async_handler_get_callback_private(snd_async_handler_t *handler);
|
||||
|
||||
/** \} */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue