mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added snd_ prefix to mask and interval. Divided header.h wrappers
This commit is contained in:
parent
9712a67778
commit
8712ffc6a5
28 changed files with 1122 additions and 1122 deletions
|
|
@ -5,6 +5,18 @@
|
|||
* *
|
||||
****************************************************************************/
|
||||
|
||||
/* sndrv aliasing */
|
||||
typedef enum sndrv_hwdep_type snd_hwdep_type_t;
|
||||
typedef struct sndrv_hwdep_info snd_hwdep_info_t;
|
||||
#define SND_HWDEP_TYPE_OPL2 SNDRV_HWDEP_TYPE_OPL2
|
||||
#define SND_HWDEP_TYPE_OPL3 SNDRV_HWDEP_TYPE_OPL3
|
||||
#define SND_HWDEP_TYPE_OPL4 SNDRV_HWDEP_TYPE_OPL4
|
||||
#define SND_HWDEP_TYPE_SB16CSP SNDRV_HWDEP_TYPE_SB16CSP
|
||||
#define SND_HWDEP_TYPE_EMU10K1 SNDRV_HWDEP_TYPE_EMU10K1
|
||||
#define SND_HWDEP_TYPE_YSS225 SNDRV_HWDEP_TYPE_YSS225
|
||||
#define SND_HWDEP_TYPE_ICS2115 SNDRV_HWDEP_TYPE_ICS2115
|
||||
#define SND_HWDEP_TYPE_LAST SNDRV_HWDEP_TYPE_LAST
|
||||
|
||||
#define SND_HWDEP_OPEN_READ (O_RDONLY)
|
||||
#define SND_HWDEP_OPEN_WRITE (O_WRONLY)
|
||||
#define SND_HWDEP_OPEN_DUPLEX (O_RDWR)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue