diff options
Diffstat (limited to 'include/sound/hdspm.h')
-rw-r--r-- | include/sound/hdspm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/hdspm.h b/include/sound/hdspm.h index 1774ff5f..fe9c5f69 100644 --- a/include/sound/hdspm.h +++ b/include/sound/hdspm.h @@ -111,7 +111,7 @@ struct hdspm_ltc { enum hdspm_ltc_input_format input_format; }; -#define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_mixer_ioctl) +#define SNDRV_HDSPM_IOCTL_GET_LTC _IOR('H', 0x46, struct hdspm_ltc) /** * The status data reflects the device's current state |