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
3a02b3c9
Commit
3a02b3c9
authored
Dec 03, 2002
by
Art Haas
Committed by
Linus Torvalds
Dec 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] C99 initializer for sound/isa/cs423x/cs4236.c
parent
2b48c95d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
sound/isa/cs423x/cs4236.c
sound/isa/cs423x/cs4236.c
+8
-8
No files found.
sound/isa/cs423x/cs4236.c
View file @
3a02b3c9
...
...
@@ -161,22 +161,22 @@ static const struct isapnp_card_id *snd_cs4236_isapnp_id[SNDRV_CARDS] __devinitd
#define ISAPNP_CS4232(_va, _vb, _vc, _device, _wss, _ctrl, _mpu401) \
{ \
ISAPNP_CARD_ID(_va, _vb, _vc, _device), \
devs :
{ ISAPNP_DEVICE_ID(_va, _vb, _vc, _wss), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _ctrl), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _mpu401) } \
.devs =
{ ISAPNP_DEVICE_ID(_va, _vb, _vc, _wss), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _ctrl), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _mpu401) } \
}
#define ISAPNP_CS4232_1(_va, _vb, _vc, _device, _wss, _ctrl, _mpu401) \
{ \
ISAPNP_CARD_ID(_va, _vb, _vc, _device), \
devs :
{ ISAPNP_DEVICE_ID(_va, _vb, _vc, _wss), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _ctrl), \
ISAPNP_DEVICE_ID('P', 'N', 'P', _mpu401) } \
.devs =
{ ISAPNP_DEVICE_ID(_va, _vb, _vc, _wss), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _ctrl), \
ISAPNP_DEVICE_ID('P', 'N', 'P', _mpu401) } \
}
#define ISAPNP_CS4232_WOMPU(_va, _vb, _vc, _device, _wss, _ctrl) \
{ \
ISAPNP_CARD_ID(_va, _vb, _vc, _device), \
devs :
{ ISAPNP_DEVICE_ID(_va, _vb, _vc, _wss), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _ctrl) } \
.devs =
{ ISAPNP_DEVICE_ID(_va, _vb, _vc, _wss), \
ISAPNP_DEVICE_ID(_va, _vb, _vc, _ctrl) } \
}
...
...
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