diff options
| author | Mark Brown <broonie@linaro.org> | 2013-09-11 11:17:15 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@linaro.org> | 2013-09-11 11:17:15 +0100 |
| commit | c34c0d7684b8b79666da6b1bc37fc330cd0dd216 (patch) | |
| tree | c2bc72d67862df770af45a88814759baa0744d2c /include/uapi | |
| parent | 29dc5dd229dc3130b51df0932e59946fc09d3bd4 (diff) | |
| parent | 4345adf92db760ca1a54061ce284aaa2e7d0791e (diff) | |
Merge remote-tracking branch 'asoc/fix/fsl' into asoc-linus
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/sound/hdspm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/hdspm.h b/include/uapi/sound/hdspm.h index 1f59ea2a4a76..d956c3593f65 100644 --- a/include/uapi/sound/hdspm.h +++ b/include/uapi/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 |
