aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme9652/hdsp.c
diff options
context:
space:
mode:
authorAndre Schramm <andre.schramm@iosono-sound.com>2012-05-07 18:52:51 +0200
committerTakashi Iwai <tiwai@suse.de>2012-05-08 07:27:22 +0200
commit42eb92380f73f28e3a5a51973af1183fdbac82f2 (patch)
treef662075c3c69d21ed5a2f34e1c7d0dba285f86ba /sound/pci/rme9652/hdsp.c
parentALSA: hda/realtek - Add missing CD-input pin for MSI-7350 mobo (diff)
downloadlinux-dev-42eb92380f73f28e3a5a51973af1183fdbac82f2.tar.xz
linux-dev-42eb92380f73f28e3a5a51973af1183fdbac82f2.zip
ALSA: hdsp - Provide ioctl_compat
snd_hdsp 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: Andre Schramm <andre.schramm@iosono-sound.com> Reviewed-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r--sound/pci/rme9652/hdsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/rme9652/hdsp.c b/sound/pci/rme9652/hdsp.c
index b68cdec03b9e..0b2aea2ce172 100644
--- a/sound/pci/rme9652/hdsp.c
+++ b/sound/pci/rme9652/hdsp.c
@@ -5170,6 +5170,7 @@ static int snd_hdsp_create_hwdep(struct snd_card *card, struct hdsp *hdsp)
strcpy(hw->name, "HDSP hwdep interface");
hw->ops.ioctl = snd_hdsp_hwdep_ioctl;
+ hw->ops.ioctl_compat = snd_hdsp_hwdep_ioctl;
return 0;
}