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
26bfac10
Commit
26bfac10
authored
Jun 10, 2003
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA micro update - fixed compilation of VXPocket drivers (missing symbols)
parent
5361cebd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
sound/pcmcia/vx/vx_entry.c
sound/pcmcia/vx/vx_entry.c
+0
-5
No files found.
sound/pcmcia/vx/vx_entry.c
View file @
26bfac10
...
@@ -371,10 +371,6 @@ static int vxpocket_event(event_t event, int priority, event_callback_args_t *ar
...
@@ -371,10 +371,6 @@ static int vxpocket_event(event_t event, int priority, event_callback_args_t *ar
return
0
;
return
0
;
}
}
/* we link this module statically with the card modules
* due to the pcmcia symbol problems...
*/
#if 0
/*
/*
* exported stuffs
* exported stuffs
*/
*/
...
@@ -382,4 +378,3 @@ EXPORT_SYMBOL(snd_vxpocket_ops);
...
@@ -382,4 +378,3 @@ EXPORT_SYMBOL(snd_vxpocket_ops);
EXPORT_SYMBOL
(
snd_vxpocket_attach
);
EXPORT_SYMBOL
(
snd_vxpocket_attach
);
EXPORT_SYMBOL
(
snd_vxpocket_detach
);
EXPORT_SYMBOL
(
snd_vxpocket_detach
);
EXPORT_SYMBOL
(
snd_vxpocket_detach_all
);
EXPORT_SYMBOL
(
snd_vxpocket_detach_all
);
#endif
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