Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
976412fb
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
163
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看板
提交
976412fb
编写于
10年前
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ALSA: Include linux/uaccess.h and linux/bitopts.h instead of asm/*
Signed-off-by:
N
Takashi Iwai
<
tiwai@suse.de
>
上级
6cbbfe1c
无相关合并请求
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
8 addition
and
8 deletion
+8
-8
sound/core/memory.c
sound/core/memory.c
+1
-1
sound/drivers/pcsp/pcsp.c
sound/drivers/pcsp/pcsp.c
+1
-1
sound/isa/sb/emu8000.c
sound/isa/sb/emu8000.c
+1
-1
sound/isa/sb/emu8000_patch.c
sound/isa/sb/emu8000_patch.c
+1
-1
sound/pci/asihpi/hpioctl.c
sound/pci/asihpi/hpioctl.c
+1
-1
sound/synth/emux/emux_hwdep.c
sound/synth/emux/emux_hwdep.c
+1
-1
sound/synth/emux/emux_oss.c
sound/synth/emux/emux_oss.c
+1
-1
sound/synth/emux/soundfont.c
sound/synth/emux/soundfont.c
+1
-1
未找到文件。
sound/core/memory.c
浏览文件 @
976412fb
...
...
@@ -22,7 +22,7 @@
#include <linux/export.h>
#include <linux/io.h>
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include <sound/core.h>
/**
...
...
This diff is collapsed.
Click to expand it.
sound/drivers/pcsp/pcsp.c
浏览文件 @
976412fb
...
...
@@ -13,7 +13,7 @@
#include <sound/pcm.h>
#include <linux/input.h>
#include <linux/delay.h>
#include <
asm
/bitops.h>
#include <
linux
/bitops.h>
#include "pcsp_input.h"
#include "pcsp.h"
...
...
This diff is collapsed.
Click to expand it.
sound/isa/sb/emu8000.c
浏览文件 @
976412fb
...
...
@@ -30,7 +30,7 @@
#include <sound/core.h>
#include <sound/emu8000.h>
#include <sound/emu8000_reg.h>
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include <linux/init.h>
#include <sound/control.h>
#include <sound/initval.h>
...
...
This diff is collapsed.
Click to expand it.
sound/isa/sb/emu8000_patch.c
浏览文件 @
976412fb
...
...
@@ -20,7 +20,7 @@
*/
#include "emu8000_local.h"
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include <linux/moduleparam.h>
static
int
emu8000_reset_addr
;
...
...
This diff is collapsed.
Click to expand it.
sound/pci/asihpi/hpioctl.c
浏览文件 @
976412fb
...
...
@@ -28,7 +28,7 @@
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/moduleparam.h>
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include <linux/pci.h>
#include <linux/stringify.h>
#include <linux/module.h>
...
...
This diff is collapsed.
Click to expand it.
sound/synth/emux/emux_hwdep.c
浏览文件 @
976412fb
...
...
@@ -21,7 +21,7 @@
#include <sound/core.h>
#include <sound/hwdep.h>
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include "emux_voice.h"
...
...
This diff is collapsed.
Click to expand it.
sound/synth/emux/emux_oss.c
浏览文件 @
976412fb
...
...
@@ -26,7 +26,7 @@
#ifdef CONFIG_SND_SEQUENCER_OSS
#include <linux/export.h>
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include <sound/core.h>
#include "emux_voice.h"
#include <sound/asoundef.h>
...
...
This diff is collapsed.
Click to expand it.
sound/synth/emux/soundfont.c
浏览文件 @
976412fb
...
...
@@ -25,7 +25,7 @@
* of doing things so that the old sfxload utility can be used.
* Everything may change when there is an alsa way of doing things.
*/
#include <
asm
/uaccess.h>
#include <
linux
/uaccess.h>
#include <linux/slab.h>
#include <linux/export.h>
#include <sound/core.h>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部