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
4305b879
Commit
4305b879
authored
Nov 25, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] nm256 dell latitude fix.
From 2.4
parent
4ac4b1e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sound/oss/nm256_audio.c
sound/oss/nm256_audio.c
+1
-1
No files found.
sound/oss/nm256_audio.c
View file @
4305b879
...
...
@@ -895,7 +895,7 @@ nm256_resetAC97 (struct ac97_hwint *dev)
/* Reset the mixer. 'Tis magic! */
nm256_writePort8
(
card
,
2
,
0x6c0
,
1
);
nm256_writePort8
(
card
,
2
,
0x6cc
,
0x87
);
// nm256_writePort8 (card, 2, 0x6cc, 0x87); /* This crashes Dell latitudes */
nm256_writePort8
(
card
,
2
,
0x6cc
,
0x80
);
nm256_writePort8
(
card
,
2
,
0x6cc
,
0x0
);
...
...
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