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
b7838c2b
Commit
b7838c2b
authored
Nov 12, 2012
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'stanton-cs1-driver' of
git://git.alsa-project.org/alsa-kprivate
into for-next
parents
063f603c
1999c3a0
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
542 additions
and
0 deletions
+542
-0
sound/firewire/Kconfig
sound/firewire/Kconfig
+13
-0
sound/firewire/Makefile
sound/firewire/Makefile
+2
-0
sound/firewire/scs1x.c
sound/firewire/scs1x.c
+527
-0
No files found.
sound/firewire/Kconfig
View file @
b7838c2b
...
@@ -33,4 +33,17 @@ config SND_ISIGHT
...
@@ -33,4 +33,17 @@ config SND_ISIGHT
To compile this driver as a module, choose M here: the module
To compile this driver as a module, choose M here: the module
will be called snd-isight.
will be called snd-isight.
config SND_SCS1X
tristate "Stanton Control System 1 MIDI"
select SND_PCM
select SND_RAWMIDI
select SND_FIREWIRE_LIB
help
Say Y here to include support for the MIDI ports of the Stanton
SCS.1d/SCS.1m DJ controllers. (SCS.1m audio is still handled
by FFADO.)
To compile this driver as a module, choose M here: the module
will be called snd-scs1x.
endif # SND_FIREWIRE
endif # SND_FIREWIRE
sound/firewire/Makefile
View file @
b7838c2b
...
@@ -2,7 +2,9 @@ snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
...
@@ -2,7 +2,9 @@ snd-firewire-lib-objs := lib.o iso-resources.o packets-buffer.o \
fcp.o cmp.o amdtp.o
fcp.o cmp.o amdtp.o
snd-firewire-speakers-objs
:=
speakers.o
snd-firewire-speakers-objs
:=
speakers.o
snd-isight-objs
:=
isight.o
snd-isight-objs
:=
isight.o
snd-scs1x-objs
:=
scs1x.o
obj-$(CONFIG_SND_FIREWIRE_LIB)
+=
snd-firewire-lib.o
obj-$(CONFIG_SND_FIREWIRE_LIB)
+=
snd-firewire-lib.o
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS)
+=
snd-firewire-speakers.o
obj-$(CONFIG_SND_FIREWIRE_SPEAKERS)
+=
snd-firewire-speakers.o
obj-$(CONFIG_SND_ISIGHT)
+=
snd-isight.o
obj-$(CONFIG_SND_ISIGHT)
+=
snd-isight.o
obj-$(CONFIG_SND_SCS1X)
+=
snd-scs1x.o
sound/firewire/scs1x.c
0 → 100644
View file @
b7838c2b
This diff is collapsed.
Click to expand it.
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