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
220b2b12
Commit
220b2b12
authored
Feb 05, 2004
by
Jaroslav Kysela
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA CVS update - Takashi Iwai <tiwai@suse.de>
FM801 driver - fixed the build without tea575x-tuner support.
parent
77cd12df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
sound/pci/fm801.c
sound/pci/fm801.c
+1
-3
No files found.
sound/pci/fm801.c
View file @
220b2b12
...
...
@@ -32,8 +32,6 @@
#include <sound/opl3.h>
#define SNDRV_GET_ID
#include <sound/initval.h>
#ifdef CONFIG_SND_FM801_TEA575X
#endif
#include <asm/io.h>
...
...
@@ -1241,7 +1239,7 @@ static int snd_fm801_free(fm801_t *chip)
outw
(
cmdw
,
FM801_REG
(
chip
,
IRQ_MASK
));
__end_hw:
#ifdef
CONFIG_SND_FM801_TEA575X
#ifdef
TEA575X_RADIO
snd_tea575x_exit
(
&
chip
->
tea
);
#endif
if
(
chip
->
res_port
)
{
...
...
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