From: Adrian Knoth Date: Thu, 8 Mar 2012 14:38:04 +0000 (+0100) Subject: ALSA: hdspm - Provide ioctl_compat X-Git-Tag: upstream/snapshot3+hdmi~7307^2~56 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8de5d6f19bbe7c77676a62ab52be901aa10d6b54;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ALSA: hdspm - Provide ioctl_compat snd_hdspm uses its own ioctls to acquire config- and status information. Expose the corresponding ioctl handler via ioctl_compat, so that 32bit applications can use it on 64bit kernels. Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/rme9652/hdspm.c b/sound/pci/rme9652/hdspm.c index cc9f6c8..bc030a2 100644 --- a/sound/pci/rme9652/hdspm.c +++ b/sound/pci/rme9652/hdspm.c @@ -6333,6 +6333,7 @@ static int __devinit snd_hdspm_create_hwdep(struct snd_card *card, hw->ops.open = snd_hdspm_hwdep_dummy_op; hw->ops.ioctl = snd_hdspm_hwdep_ioctl; + hw->ops.ioctl_compat = snd_hdspm_hwdep_ioctl; hw->ops.release = snd_hdspm_hwdep_dummy_op; return 0;