Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
a968782e
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
161
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a968782e
编写于
2月 09, 2013
作者:
C
Clemens Ladisch
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ALSA: usb-audio: add MIDI port names for some Roland devices
Signed-off-by:
N
Clemens Ladisch
<
clemens@ladisch.de
>
上级
aafe77cc
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
33 addition
and
0 deletion
+33
-0
sound/usb/midi.c
sound/usb/midi.c
+33
-0
未找到文件。
sound/usb/midi.c
浏览文件 @
a968782e
...
...
@@ -1575,8 +1575,41 @@ static struct port_info {
EXTERNAL_PORT
(
0x0582
,
0x004d
,
0
,
"%s MIDI"
),
EXTERNAL_PORT
(
0x0582
,
0x004d
,
1
,
"%s 1"
),
EXTERNAL_PORT
(
0x0582
,
0x004d
,
2
,
"%s 2"
),
/* BOSS GT-PRO */
CONTROL_PORT
(
0x0582
,
0x0089
,
0
,
"%s Control"
),
/* Edirol UM-3EX */
CONTROL_PORT
(
0x0582
,
0x009a
,
3
,
"%s Control"
),
/* Roland VG-99 */
CONTROL_PORT
(
0x0582
,
0x00b2
,
0
,
"%s Control"
),
EXTERNAL_PORT
(
0x0582
,
0x00b2
,
1
,
"%s MIDI"
),
/* Cakewalk Sonar V-Studio 100 */
EXTERNAL_PORT
(
0x0582
,
0x00eb
,
0
,
"%s MIDI"
),
CONTROL_PORT
(
0x0582
,
0x00eb
,
1
,
"%s Control"
),
/* Roland VB-99 */
CONTROL_PORT
(
0x0582
,
0x0102
,
0
,
"%s Control"
),
EXTERNAL_PORT
(
0x0582
,
0x0102
,
1
,
"%s MIDI"
),
/* Roland A-PRO */
EXTERNAL_PORT
(
0x0582
,
0x010f
,
0
,
"%s MIDI"
),
CONTROL_PORT
(
0x0582
,
0x010f
,
1
,
"%s 1"
),
CONTROL_PORT
(
0x0582
,
0x010f
,
2
,
"%s 2"
),
/* Roland SD-50 */
ROLAND_SYNTH_PORT
(
0x0582
,
0x0114
,
0
,
"%s Synth"
,
128
),
EXTERNAL_PORT
(
0x0582
,
0x0114
,
1
,
"%s MIDI"
),
CONTROL_PORT
(
0x0582
,
0x0114
,
2
,
"%s Control"
),
/* Roland OCTA-CAPTURE */
EXTERNAL_PORT
(
0x0582
,
0x0120
,
0
,
"%s MIDI"
),
CONTROL_PORT
(
0x0582
,
0x0120
,
1
,
"%s Control"
),
EXTERNAL_PORT
(
0x0582
,
0x0121
,
0
,
"%s MIDI"
),
CONTROL_PORT
(
0x0582
,
0x0121
,
1
,
"%s Control"
),
/* Roland SPD-SX */
CONTROL_PORT
(
0x0582
,
0x0145
,
0
,
"%s Control"
),
EXTERNAL_PORT
(
0x0582
,
0x0145
,
1
,
"%s MIDI"
),
/* Roland A-Series */
CONTROL_PORT
(
0x0582
,
0x0156
,
0
,
"%s Keyboard"
),
EXTERNAL_PORT
(
0x0582
,
0x0156
,
1
,
"%s MIDI"
),
/* Roland INTEGRA-7 */
ROLAND_SYNTH_PORT
(
0x0582
,
0x015b
,
0
,
"%s Synth"
,
128
),
CONTROL_PORT
(
0x0582
,
0x015b
,
1
,
"%s Control"
),
/* M-Audio MidiSport 8x8 */
CONTROL_PORT
(
0x0763
,
0x1031
,
8
,
"%s Control"
),
CONTROL_PORT
(
0x0763
,
0x1033
,
8
,
"%s Control"
),
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录