mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
ALSA: emux: Add trivial compat ioctl handler
Reported-by: Carmen Cru <carmen.cru@belgacom.net> Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
47023ec774
commit
a254dba37c
1 changed files with 3 additions and 0 deletions
|
@ -128,6 +128,9 @@ snd_emux_init_hwdep(struct snd_emux *emu)
|
|||
strcpy(hw->name, SNDRV_EMUX_HWDEP_NAME);
|
||||
hw->iface = SNDRV_HWDEP_IFACE_EMUX_WAVETABLE;
|
||||
hw->ops.ioctl = snd_emux_hwdep_ioctl;
|
||||
/* The ioctl parameter types are compatible between 32- and
|
||||
* 64-bit architectures, so use the same function. */
|
||||
hw->ops.ioctl_compat = snd_emux_hwdep_ioctl;
|
||||
hw->exclusive = 1;
|
||||
hw->private_data = emu;
|
||||
if ((err = snd_card_register(emu->card)) < 0)
|
||||
|
|
Loading…
Reference in a new issue