| .. | .. |
|---|
| 21 | 21 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
|---|
| 22 | 22 | */ |
|---|
| 23 | 23 | |
|---|
| 24 | +#ifdef __linux__ |
|---|
| 24 | 25 | #include <linux/types.h> |
|---|
| 26 | +#endif |
|---|
| 25 | 27 | |
|---|
| 26 | 28 | /* Maximum channels is 64 even on 56Mode you have 64playbacks to matrix */ |
|---|
| 27 | 29 | #define HDSPM_MAX_CHANNELS 64 |
|---|
| .. | .. |
|---|
| 220 | 222 | |
|---|
| 221 | 223 | /* use indirect access due to the limit of ioctl bit size */ |
|---|
| 222 | 224 | #define SNDRV_HDSPM_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdspm_mixer_ioctl) |
|---|
| 223 | | - |
|---|
| 224 | | -/* typedefs for compatibility to user-space */ |
|---|
| 225 | | -typedef struct hdspm_peak_rms hdspm_peak_rms_t; |
|---|
| 226 | | -typedef struct hdspm_config_info hdspm_config_info_t; |
|---|
| 227 | | -typedef struct hdspm_version hdspm_version_t; |
|---|
| 228 | | -typedef struct hdspm_channelfader snd_hdspm_channelfader_t; |
|---|
| 229 | | -typedef struct hdspm_mixer hdspm_mixer_t; |
|---|
| 230 | | - |
|---|
| 231 | 225 | |
|---|
| 232 | 226 | #endif |
|---|