From: Adrian Knoth Date: Mon, 19 Aug 2013 15:31:37 +0000 (+0200) Subject: hdspm.h: Update LTC ioctl to use struct hdspm_ltc X-Git-Tag: v1.0.28~50 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4b169b05b48f4ea0196879b62b8c3fa5b050e806;p=alsa-lib.git hdspm.h: Update LTC ioctl to use struct hdspm_ltc Use struct hdspm_ltc to query the LTC, using a mixer struct was just plain wrong. Due to the wrong struct, this ioctl was never working, so we're free to fix it without breaking userspace compatibility. Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- 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