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
181d4330
Commit
181d4330
authored
Jul 17, 2003
by
Alan Cox
Committed by
Linus Torvalds
Jul 17, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Makefile bits for audio resync
parent
8c30c5e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
sound/oss/Kconfig
sound/oss/Kconfig
+16
-0
sound/oss/Makefile
sound/oss/Makefile
+5
-0
No files found.
sound/oss/Kconfig
View file @
181d4330
...
...
@@ -1126,3 +1126,19 @@ config SOUND_TVMIXER
Support for audio mixer facilities on the BT848 TV frame-grabber
card.
config SOUND_ALI5455
tristate "ALi5455 audio support"
depends on SOUND_PRIME!=n && PCI
config SOUND_FORTE
tristate "ForteMedia FM801 driver"
depends on SOUND_PRIME!=n && PCI
config SOUND_RME96XX
tristate "RME Hammerfall (RME96XX) support"
depends on SOUND_PRIME!=n && PCI
config SOUND_AD1980
tristate "AD1980 front/back switch plugin"
depends on SOUND_PRIME!=n
sound/oss/Makefile
View file @
181d4330
...
...
@@ -63,7 +63,12 @@ obj-$(CONFIG_SOUND_TRIDENT) += trident.o ac97_codec.o
obj-$(CONFIG_SOUND_EMU10K1)
+=
ac97_codec.o
obj-$(CONFIG_SOUND_RME96XX)
+=
rme96xx.o
obj-$(CONFIG_SOUND_BT878)
+=
btaudio.o
obj-$(CONFIG_SOUND_ALI5455)
+=
ali5455.o ac97_codec.o
obj-$(CONFIG_SOUND_IT8172)
+=
ite8172.o ac97_codec.o
obj-$(CONFIG_SOUND_FORTE)
+=
forte.o
obj-$(CONFIG_SOUND_AD1980)
+=
ac97_plugin_ad1980.o
obj-$(CONFIG_SOUND_WM97XX)
+=
ac97_plugin_wm97xx.o
ifeq
($(CONFIG_MIDI_EMU10K1),y)
obj-$(CONFIG_SOUND_EMU10K1)
+=
sound.o
...
...
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