Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c7ccfd06
Commit
c7ccfd06
authored
Mar 24, 2009
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/ioctl-use-define' into for-linus
parents
ec6659c3
78a05b52
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
114 deletions
+85
-114
include/sound/asound.h
include/sound/asound.h
+79
-106
include/sound/sfnt_info.h
include/sound/sfnt_info.h
+6
-8
No files found.
include/sound/asound.h
View file @
c7ccfd06
This diff is collapsed.
Click to expand it.
include/sound/sfnt_info.h
View file @
c7ccfd06
...
@@ -202,13 +202,11 @@ struct snd_emux_misc_mode {
...
@@ -202,13 +202,11 @@ struct snd_emux_misc_mode {
int
value2
;
/* reserved */
int
value2
;
/* reserved */
};
};
enum
{
#define SNDRV_EMUX_IOCTL_VERSION _IOR('H', 0x80, unsigned int)
SNDRV_EMUX_IOCTL_VERSION
=
_IOR
(
'H'
,
0x80
,
unsigned
int
),
#define SNDRV_EMUX_IOCTL_LOAD_PATCH _IOWR('H', 0x81, struct soundfont_patch_info)
SNDRV_EMUX_IOCTL_LOAD_PATCH
=
_IOWR
(
'H'
,
0x81
,
struct
soundfont_patch_info
),
#define SNDRV_EMUX_IOCTL_RESET_SAMPLES _IO('H', 0x82)
SNDRV_EMUX_IOCTL_RESET_SAMPLES
=
_IO
(
'H'
,
0x82
),
#define SNDRV_EMUX_IOCTL_REMOVE_LAST_SAMPLES _IO('H', 0x83)
SNDRV_EMUX_IOCTL_REMOVE_LAST_SAMPLES
=
_IO
(
'H'
,
0x83
),
#define SNDRV_EMUX_IOCTL_MEM_AVAIL _IOW('H', 0x84, int)
SNDRV_EMUX_IOCTL_MEM_AVAIL
=
_IOW
(
'H'
,
0x84
,
int
),
#define SNDRV_EMUX_IOCTL_MISC_MODE _IOWR('H', 0x84, struct snd_emux_misc_mode)
SNDRV_EMUX_IOCTL_MISC_MODE
=
_IOWR
(
'H'
,
0x84
,
struct
snd_emux_misc_mode
),
};
#endif
/* __SOUND_SFNT_INFO_H */
#endif
/* __SOUND_SFNT_INFO_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