Changeset 598 for GPL/trunk/alsa-kernel/synth
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (9 years ago)
- Location:
- GPL/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
alsa-kernel/synth/emux/emux_hwdep.c (modified) (1 diff)
-
alsa-kernel/synth/emux/emux_proc.c (modified) (1 diff)
-
alsa-kernel/synth/emux/soundfont.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/alsa-kernel/synth/emux/emux_hwdep.c
r426 r598 129 129 hw->iface = SNDRV_HWDEP_IFACE_EMUX_WAVETABLE; 130 130 hw->ops.ioctl = snd_emux_hwdep_ioctl; 131 /* The ioctl parameter types are compatible between 32- and 132 * 64-bit architectures, so use the same function. */ 133 hw->ops.ioctl_compat = snd_emux_hwdep_ioctl; 131 134 hw->exclusive = 1; 132 135 hw->private_data = emu; -
GPL/trunk/alsa-kernel/synth/emux/emux_proc.c
r305 r598 20 20 21 21 #include <linux/wait.h> 22 #include <linux/slab.h>23 22 #include <sound/core.h> 24 23 #include <sound/emux_synth.h> -
GPL/trunk/alsa-kernel/synth/emux/soundfont.c
r522 r598 375 375 376 376 /* 377 * increment sample cou ter377 * increment sample counter 378 378 */ 379 379 static void
Note:
See TracChangeset
for help on using the changeset viewer.
