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
6b4e9012
Commit
6b4e9012
authored
Aug 11, 2010
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/misc' into for-linus
parents
8a345a04
dc386c4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
sound/oss/ad1848.c
sound/oss/ad1848.c
+1
-1
sound/oss/au1550_ac97.c
sound/oss/au1550_ac97.c
+0
-1
No files found.
sound/oss/ad1848.c
View file @
6b4e9012
...
@@ -716,7 +716,7 @@ static int ad1848_mixer_ioctl(int dev, unsigned int cmd, void __user *arg)
...
@@ -716,7 +716,7 @@ static int ad1848_mixer_ioctl(int dev, unsigned int cmd, void __user *arg)
default:
default:
if
(
get_user
(
val
,
(
int
__user
*
)
arg
))
if
(
get_user
(
val
,
(
int
__user
*
)
arg
))
return
-
EFAULT
;
return
-
EFAULT
;
val
=
ad1848_mixer_set
(
devc
,
cmd
&
0xff
,
val
);
val
=
ad1848_mixer_set
(
devc
,
cmd
&
0xff
,
val
);
break
;
break
;
}
}
...
...
sound/oss/au1550_ac97.c
View file @
6b4e9012
...
@@ -50,7 +50,6 @@
...
@@ -50,7 +50,6 @@
#include <linux/poll.h>
#include <linux/poll.h>
#include <linux/bitops.h>
#include <linux/bitops.h>
#include <linux/spinlock.h>
#include <linux/spinlock.h>
#include <linux/smp_lock.h>
#include <linux/ac97_codec.h>
#include <linux/ac97_codec.h>
#include <linux/mutex.h>
#include <linux/mutex.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