Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
51003cdf
Commit
51003cdf
authored
Nov 26, 2003
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
OPL3,Raw OPL FM,ES1968 driver removed obsolete __SND_OSS_COMPAT__.
parent
7f034787
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
include/sound/asound_fm.h
include/sound/asound_fm.h
+0
-4
sound/drivers/opl3/opl3_synth.c
sound/drivers/opl3/opl3_synth.c
+0
-1
sound/pci/es1968.c
sound/pci/es1968.c
+0
-1
No files found.
include/sound/asound_fm.h
View file @
51003cdf
...
...
@@ -105,8 +105,6 @@ typedef struct snd_dm_fm_params {
/* for OPL3 only */
#define SNDRV_DM_FM_IOCTL_SET_CONNECTION _IOW('H', 0x26, int)
#ifdef __SND_OSS_COMPAT__
#define SNDRV_DM_FM_OSS_IOCTL_RESET 0x20
#define SNDRV_DM_FM_OSS_IOCTL_PLAY_NOTE 0x21
#define SNDRV_DM_FM_OSS_IOCTL_SET_VOICE 0x22
...
...
@@ -114,6 +112,4 @@ typedef struct snd_dm_fm_params {
#define SNDRV_DM_FM_OSS_IOCTL_SET_MODE 0x24
#define SNDRV_DM_FM_OSS_IOCTL_SET_OPL 0x25
#endif
#endif
/* __SOUND_ASOUND_FM_H */
sound/drivers/opl3/opl3_synth.c
View file @
51003cdf
...
...
@@ -20,7 +20,6 @@
*/
#include <sound/opl3.h>
#define __SND_OSS_COMPAT__
#include <sound/asound_fm.h>
/*
...
...
sound/pci/es1968.c
View file @
51003cdf
...
...
@@ -94,7 +94,6 @@
* places.
*/
#define __SND_OSS_COMPAT__
#include <sound/driver.h>
#include <asm/io.h>
#include <linux/delay.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment