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
nexedi
linux
Commits
13439a50
Commit
13439a50
authored
Oct 08, 2002
by
Alan Cox
Committed by
Linus Torvalds
Oct 08, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] trivial sound static/cast fixes
parent
ff710b16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
sound/oss/maestro3.c
sound/oss/maestro3.c
+2
-2
sound/oss/opl3sa2.c
sound/oss/opl3sa2.c
+1
-1
No files found.
sound/oss/maestro3.c
View file @
13439a50
...
@@ -192,8 +192,8 @@ struct m3_list {
...
@@ -192,8 +192,8 @@ struct m3_list {
int
max
;
int
max
;
};
};
int
external_amp
=
1
;
static
int
external_amp
=
1
;
int
gpio_pin
=
-
1
;
static
int
gpio_pin
=
-
1
;
struct
m3_state
{
struct
m3_state
{
unsigned
int
magic
;
unsigned
int
magic
;
...
...
sound/oss/opl3sa2.c
View file @
13439a50
...
@@ -978,7 +978,7 @@ static int opl3sa2_resume(struct pm_dev *pdev)
...
@@ -978,7 +978,7 @@ static int opl3sa2_resume(struct pm_dev *pdev)
static
int
opl3sa2_pm_callback
(
struct
pm_dev
*
pdev
,
pm_request_t
rqst
,
void
*
data
)
static
int
opl3sa2_pm_callback
(
struct
pm_dev
*
pdev
,
pm_request_t
rqst
,
void
*
data
)
{
{
unsigned
char
mode
=
(
unsigned
char
)
data
;
unsigned
long
mode
=
(
unsigned
long
)
data
;
switch
(
rqst
)
{
switch
(
rqst
)
{
case
PM_SUSPEND
:
case
PM_SUSPEND
:
...
...
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