Go to the documentation of this file. 1 #ifndef __SOUND_HDSPM_H
2 #define __SOUND_HDSPM_H
24 #define HDSPM_MAX_CHANNELS 64
55 #define SNDRV_HDSPM_IOCTL_GET_PEAK_RMS \
56 _IOR('H', 0x42, struct hdspm_peak_rms)
74 #define SNDRV_HDSPM_IOCTL_GET_CONFIG \
75 _IOR('H', 0x41, struct hdspm_config)
114 #define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_mixer_ioctl)
171 #define SNDRV_HDSPM_IOCTL_GET_STATUS \
172 _IOR('H', 0x47, struct hdspm_status)
178 #define HDSPM_ADDON_TCO 1
188 #define SNDRV_HDSPM_IOCTL_GET_VERSION _IOR('H', 0x48, struct hdspm_version)
203 #define HDSPM_MIXER_CHANNELS HDSPM_MAX_CHANNELS
219 #define SNDRV_HDSPM_IOCTL_GET_MIXER _IOR('H', 0x44, struct hdspm_mixer_ioctl)