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
99458ba3
Commit
99458ba3
authored
Apr 02, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Christoph Hellwig contact update
From 2.4
parent
8404118b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
36 deletions
+1
-36
sound/oss/ad1848.h
sound/oss/ad1848.h
+0
-5
sound/oss/cs4232.h
sound/oss/cs4232.h
+0
-6
sound/oss/gus.h
sound/oss/gus.h
+0
-6
sound/oss/mpu401.h
sound/oss/mpu401.h
+0
-6
sound/oss/opl3.h
sound/oss/opl3.h
+0
-6
sound/oss/pas2.h
sound/oss/pas2.h
+0
-6
sound/oss/pss.c
sound/oss/pss.c
+1
-1
No files found.
sound/oss/ad1848.h
View file @
99458ba3
/*
* ad1848.c
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*/
#define AD_F_CS4231 0x0001
/* Returned if a CS4232 (or compatible) detected */
#define AD_F_CS4248 0x0001
/* Returned if a CS4248 (or compatible) detected */
...
...
sound/oss/cs4232.h
View file @
99458ba3
/*
* cs4232.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
int
probe_cs4232
(
struct
address_info
*
hw_config
,
int
useisapnp
);
void
attach_cs4232
(
struct
address_info
*
hw_config
);
...
...
sound/oss/gus.h
View file @
99458ba3
/*
* gus.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
#include "ad1848.h"
...
...
sound/oss/mpu401.h
View file @
99458ba3
/*
* uart401.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
/* From uart401.c */
int
probe_uart401
(
struct
address_info
*
hw_config
,
struct
module
*
owner
);
...
...
sound/oss/opl3.h
View file @
99458ba3
/*
* opl3.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
int
opl3_detect
(
int
ioaddr
,
int
*
osp
);
int
opl3_init
(
int
ioaddr
,
int
*
osp
,
struct
module
*
owner
);
...
...
sound/oss/pas2.h
View file @
99458ba3
/*
* pas2.h
*
* Copyright: Christoph Hellwig <chhellwig@gmx.net>
*
*/
/* From pas_card.c */
int
pas_set_intr
(
int
mask
);
...
...
sound/oss/pss.c
View file @
99458ba3
...
...
@@ -48,7 +48,7 @@
* Added module parameter pss_firmware to allow the user to tell
* the driver where the fireware file is located. The default
* setting is the previous hardcoded setting "/etc/sound/pss_synth".
* 00-03-03: Christoph Hellwig <chhellwig@
gmx.net
>
* 00-03-03: Christoph Hellwig <chhellwig@
infradead.org
>
* Adapted to module_init/module_exit
* 11-10-2000: Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
* Added __init to probe_pss(), attach_pss() and probe_pss_mpu()
...
...
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