Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
44351aa0
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看板
提交
44351aa0
编写于
1月 11, 2008
作者:
M
Mauro Carvalho Chehab
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
V4L/DVB (12832): tm6000: allow compilation of tm6000-alsa module
Signed-off-by:
N
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
上级
7ca30c52
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
18 addition
and
4 deletion
+18
-4
drivers/staging/tm6000/Kconfig
drivers/staging/tm6000/Kconfig
+15
-3
drivers/staging/tm6000/Makefile
drivers/staging/tm6000/Makefile
+1
-0
drivers/staging/tm6000/tm6000-core.c
drivers/staging/tm6000/tm6000-core.c
+2
-1
未找到文件。
drivers/staging/tm6000/Kconfig
浏览文件 @
44351aa0
config VIDEO_TM6000
tristate "TV Master TM5600/6000 driver"
tristate "TV Master TM5600/6000/6010 driver"
depends on EXPERIMENTAL
select VIDEO_V4L2
select VIDEO_TUNER
select TUNER_XC2028
select VIDEOBUF_VMALLOC
help
Support for TM5600/TM6000 USB Device
Support for TM5600/TM6000
/TM6010
USB Device
Since these cards have no MPEG decoder onboard, they transmit
only compressed MPEG data over the usb bus, so you need
...
...
@@ -13,9 +14,20 @@ config VIDEO_TM6000
Say Y if you own such a device and want to use it.
config VIDEO_TM6000_ALSA
tristate "TV Master TM5600/6000/6010 audio support"
depends on VIDEO_TM6000 && SND && EXPERIMENTAL
select SND_PCM
---help---
This is a video4linux driver for direct (DMA) audio for
TM5600/TM6000/TM6010 USB Devices.
To compile this driver as a module, choose M here: the
module will be called tm6000-alsa.
config VIDEO_TM6000_DVB
bool "DVB Support for tm6000 based TV cards"
depends on VIDEO_TM6000 && DVB_CORE
depends on VIDEO_TM6000 && DVB_CORE
&& EXPERIMENTAL
select DVB_ZL10353
---help---
This adds support for DVB cards based on the tm5600/tm6000 chip.
drivers/staging/tm6000/Makefile
浏览文件 @
44351aa0
...
...
@@ -10,5 +10,6 @@ tm6000-objs += tm6000-dvb.o \
endif
obj-$(CONFIG_VIDEO_TM6000)
+=
tm6000.o
obj-$(CONFIG_VIDEO_TM6000_ALSA)
+=
tm6000-alsa.o
EXTRA_CFLAGS
=
-Idrivers
/media/video
drivers/staging/tm6000/tm6000-core.c
浏览文件 @
44351aa0
...
...
@@ -480,7 +480,7 @@ int tm6000_init (struct tm6000_core *dev)
return
0
;
}
int
tm6000_set_audio_bitrate
(
struct
tm6000_core
*
dev
,
int
bitrate
)
int
tm6000_set_audio_bitrate
(
struct
tm6000_core
*
dev
,
int
bitrate
)
{
int
val
;
...
...
@@ -504,3 +504,4 @@ printk("Original value=%d\n",val);
return
val
;
}
EXPORT_SYMBOL_GPL
(
tm6000_set_audio_bitrate
);
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录