Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
7ac03db8
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7ac03db8
编写于
8月 18, 2010
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'topic/aloop' into topic/misc
上级
6ab561c8
597603d6
变更
3
展开全部
隐藏空白更改
内联
并排
Showing
3 changed file
with
1076 addition
and
0 deletion
+1076
-0
sound/drivers/Kconfig
sound/drivers/Kconfig
+19
-0
sound/drivers/Makefile
sound/drivers/Makefile
+2
-0
sound/drivers/aloop.c
sound/drivers/aloop.c
+1055
-0
未找到文件。
sound/drivers/Kconfig
浏览文件 @
7ac03db8
...
...
@@ -74,6 +74,25 @@ config SND_DUMMY
To compile this driver as a module, choose M here: the module
will be called snd-dummy.
config SND_ALOOP
tristate "Generic loopback driver (PCM)"
select SND_PCM
help
Say 'Y' or 'M' to include support for the PCM loopback device.
This module returns played samples back to the user space using
the standard ALSA PCM device. The devices are routed 0->1 and
1->0, where first number is the playback PCM device and second
number is the capture device. Module creates two PCM devices and
configured number of substreams (see the pcm_substreams module
parameter).
The looback device allow time sychronization with an external
timing source using the time shift universal control (+-20%
of system time).
To compile this driver as a module, choose M here: the module
will be called snd-aloop.
config SND_VIRMIDI
tristate "Virtual MIDI soundcard"
depends on SND_SEQUENCER
...
...
sound/drivers/Makefile
浏览文件 @
7ac03db8
...
...
@@ -4,6 +4,7 @@
#
snd-dummy-objs
:=
dummy.o
snd-aloop-objs
:=
aloop.o
snd-mtpav-objs
:=
mtpav.o
snd-mts64-objs
:=
mts64.o
snd-portman2x4-objs
:=
portman2x4.o
...
...
@@ -13,6 +14,7 @@ snd-ml403-ac97cr-objs := ml403-ac97cr.o pcm-indirect2.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_DUMMY)
+=
snd-dummy.o
obj-$(CONFIG_SND_ALOOP)
+=
snd-aloop.o
obj-$(CONFIG_SND_VIRMIDI)
+=
snd-virmidi.o
obj-$(CONFIG_SND_SERIAL_U16550)
+=
snd-serial-u16550.o
obj-$(CONFIG_SND_MTPAV)
+=
snd-mtpav.o
...
...
sound/drivers/aloop.c
0 → 100644
浏览文件 @
7ac03db8
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录