Changeset 598 for GPL/trunk/alsa-kernel/isa/wavefront
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (9 years ago)
- Location:
- GPL/trunk
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
alsa-kernel/isa/wavefront/wavefront.c (modified) (1 diff)
-
alsa-kernel/isa/wavefront/wavefront_fx.c (modified) (1 diff)
-
alsa-kernel/isa/wavefront/wavefront_synth.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/isa/wavefront/wavefront.c
r426 r598 22 22 #include <linux/init.h> 23 23 #include <linux/interrupt.h> 24 #include <linux/slab.h>25 24 #include <linux/err.h> 26 25 #include <linux/isa.h> -
GPL/trunk/alsa-kernel/isa/wavefront/wavefront_fx.c
r479 r598 21 21 #include <linux/time.h> 22 22 #include <linux/wait.h> 23 #include <linux/slab.h> 23 24 #include <linux/firmware.h> 24 25 #include <sound/core.h> -
GPL/trunk/alsa-kernel/isa/wavefront/wavefront_synth.c
r426 r598 29 29 #include <linux/firmware.h> 30 30 #include <linux/moduleparam.h> 31 #include <linux/slab.h> 31 32 #include <sound/core.h> 32 33 #include <sound/snd_wavefront.h>
Note:
See TracChangeset
for help on using the changeset viewer.
