Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
1d9a91db
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
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看板
提交
1d9a91db
编写于
11月 21, 2011
作者:
M
Mark Brown
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'DB_RANGE-size-fixes' of
git://git.alsa-project.org/alsa-kprivate
into for-3.2
上级
ef0cd470
028aa634
变更
7
显示空白变更内容
内联
并排
Showing
7 changed file
with
10 addition
and
10 deletion
+10
-10
sound/soc/codecs/adau1373.c
sound/soc/codecs/adau1373.c
+1
-1
sound/soc/codecs/rt5631.c
sound/soc/codecs/rt5631.c
+1
-1
sound/soc/codecs/sgtl5000.c
sound/soc/codecs/sgtl5000.c
+1
-1
sound/soc/codecs/wm8962.c
sound/soc/codecs/wm8962.c
+2
-2
sound/soc/codecs/wm8993.c
sound/soc/codecs/wm8993.c
+1
-1
sound/soc/codecs/wm9090.c
sound/soc/codecs/wm9090.c
+3
-3
sound/soc/codecs/wm_hubs.c
sound/soc/codecs/wm_hubs.c
+1
-1
未找到文件。
sound/soc/codecs/adau1373.c
浏览文件 @
1d9a91db
...
@@ -245,7 +245,7 @@ static const char *adau1373_bass_hpf_cutoff_text[] = {
...
@@ -245,7 +245,7 @@ static const char *adau1373_bass_hpf_cutoff_text[] = {
};
};
static
const
unsigned
int
adau1373_bass_tlv
[]
=
{
static
const
unsigned
int
adau1373_bass_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
4
),
TLV_DB_RANGE_HEAD
(
3
),
0
,
2
,
TLV_DB_SCALE_ITEM
(
-
600
,
600
,
1
),
0
,
2
,
TLV_DB_SCALE_ITEM
(
-
600
,
600
,
1
),
3
,
4
,
TLV_DB_SCALE_ITEM
(
950
,
250
,
0
),
3
,
4
,
TLV_DB_SCALE_ITEM
(
950
,
250
,
0
),
5
,
7
,
TLV_DB_SCALE_ITEM
(
1400
,
150
,
0
),
5
,
7
,
TLV_DB_SCALE_ITEM
(
1400
,
150
,
0
),
...
...
sound/soc/codecs/rt5631.c
浏览文件 @
1d9a91db
...
@@ -177,7 +177,7 @@ static const DECLARE_TLV_DB_SCALE(dac_vol_tlv, -95625, 375, 0);
...
@@ -177,7 +177,7 @@ static const DECLARE_TLV_DB_SCALE(dac_vol_tlv, -95625, 375, 0);
static
const
DECLARE_TLV_DB_SCALE
(
in_vol_tlv
,
-
3450
,
150
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
in_vol_tlv
,
-
3450
,
150
,
0
);
/* {0, +20, +24, +30, +35, +40, +44, +50, +52}dB */
/* {0, +20, +24, +30, +35, +40, +44, +50, +52}dB */
static
unsigned
int
mic_bst_tlv
[]
=
{
static
unsigned
int
mic_bst_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
6
),
TLV_DB_RANGE_HEAD
(
7
),
0
,
0
,
TLV_DB_SCALE_ITEM
(
0
,
0
,
0
),
0
,
0
,
TLV_DB_SCALE_ITEM
(
0
,
0
,
0
),
1
,
1
,
TLV_DB_SCALE_ITEM
(
2000
,
0
,
0
),
1
,
1
,
TLV_DB_SCALE_ITEM
(
2000
,
0
,
0
),
2
,
2
,
TLV_DB_SCALE_ITEM
(
2400
,
0
,
0
),
2
,
2
,
TLV_DB_SCALE_ITEM
(
2400
,
0
,
0
),
...
...
sound/soc/codecs/sgtl5000.c
浏览文件 @
1d9a91db
...
@@ -365,7 +365,7 @@ static const DECLARE_TLV_DB_SCALE(capture_6db_attenuate, -600, 600, 0);
...
@@ -365,7 +365,7 @@ static const DECLARE_TLV_DB_SCALE(capture_6db_attenuate, -600, 600, 0);
/* tlv for mic gain, 0db 20db 30db 40db */
/* tlv for mic gain, 0db 20db 30db 40db */
static
const
unsigned
int
mic_gain_tlv
[]
=
{
static
const
unsigned
int
mic_gain_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
4
),
TLV_DB_RANGE_HEAD
(
2
),
0
,
0
,
TLV_DB_SCALE_ITEM
(
0
,
0
,
0
),
0
,
0
,
TLV_DB_SCALE_ITEM
(
0
,
0
,
0
),
1
,
3
,
TLV_DB_SCALE_ITEM
(
2000
,
1000
,
0
),
1
,
3
,
TLV_DB_SCALE_ITEM
(
2000
,
1000
,
0
),
};
};
...
...
sound/soc/codecs/wm8962.c
浏览文件 @
1d9a91db
...
@@ -1973,7 +1973,7 @@ static int wm8962_reset(struct snd_soc_codec *codec)
...
@@ -1973,7 +1973,7 @@ static int wm8962_reset(struct snd_soc_codec *codec)
static
const
DECLARE_TLV_DB_SCALE
(
inpga_tlv
,
-
2325
,
75
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
inpga_tlv
,
-
2325
,
75
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
mixin_tlv
,
-
1500
,
300
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
mixin_tlv
,
-
1500
,
300
,
0
);
static
const
unsigned
int
mixinpga_tlv
[]
=
{
static
const
unsigned
int
mixinpga_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
7
),
TLV_DB_RANGE_HEAD
(
5
),
0
,
1
,
TLV_DB_SCALE_ITEM
(
0
,
600
,
0
),
0
,
1
,
TLV_DB_SCALE_ITEM
(
0
,
600
,
0
),
2
,
2
,
TLV_DB_SCALE_ITEM
(
1300
,
1300
,
0
),
2
,
2
,
TLV_DB_SCALE_ITEM
(
1300
,
1300
,
0
),
3
,
4
,
TLV_DB_SCALE_ITEM
(
1800
,
200
,
0
),
3
,
4
,
TLV_DB_SCALE_ITEM
(
1800
,
200
,
0
),
...
@@ -1988,7 +1988,7 @@ static const DECLARE_TLV_DB_SCALE(bypass_tlv, -1500, 300, 0);
...
@@ -1988,7 +1988,7 @@ static const DECLARE_TLV_DB_SCALE(bypass_tlv, -1500, 300, 0);
static
const
DECLARE_TLV_DB_SCALE
(
out_tlv
,
-
12100
,
100
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
out_tlv
,
-
12100
,
100
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
hp_tlv
,
-
700
,
100
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
hp_tlv
,
-
700
,
100
,
0
);
static
const
unsigned
int
classd_tlv
[]
=
{
static
const
unsigned
int
classd_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
7
),
TLV_DB_RANGE_HEAD
(
2
),
0
,
6
,
TLV_DB_SCALE_ITEM
(
0
,
150
,
0
),
0
,
6
,
TLV_DB_SCALE_ITEM
(
0
,
150
,
0
),
7
,
7
,
TLV_DB_SCALE_ITEM
(
1200
,
0
,
0
),
7
,
7
,
TLV_DB_SCALE_ITEM
(
1200
,
0
,
0
),
};
};
...
...
sound/soc/codecs/wm8993.c
浏览文件 @
1d9a91db
...
@@ -512,7 +512,7 @@ static const DECLARE_TLV_DB_SCALE(drc_comp_threash, -4500, 75, 0);
...
@@ -512,7 +512,7 @@ static const DECLARE_TLV_DB_SCALE(drc_comp_threash, -4500, 75, 0);
static
const
DECLARE_TLV_DB_SCALE
(
drc_comp_amp
,
-
2250
,
75
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
drc_comp_amp
,
-
2250
,
75
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
drc_min_tlv
,
-
1800
,
600
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
drc_min_tlv
,
-
1800
,
600
,
0
);
static
const
unsigned
int
drc_max_tlv
[]
=
{
static
const
unsigned
int
drc_max_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
4
),
TLV_DB_RANGE_HEAD
(
2
),
0
,
2
,
TLV_DB_SCALE_ITEM
(
1200
,
600
,
0
),
0
,
2
,
TLV_DB_SCALE_ITEM
(
1200
,
600
,
0
),
3
,
3
,
TLV_DB_SCALE_ITEM
(
3600
,
0
,
0
),
3
,
3
,
TLV_DB_SCALE_ITEM
(
3600
,
0
,
0
),
};
};
...
...
sound/soc/codecs/wm9090.c
浏览文件 @
1d9a91db
...
@@ -177,19 +177,19 @@ static void wait_for_dc_servo(struct snd_soc_codec *codec)
...
@@ -177,19 +177,19 @@ static void wait_for_dc_servo(struct snd_soc_codec *codec)
}
}
static
const
unsigned
int
in_tlv
[]
=
{
static
const
unsigned
int
in_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
6
),
TLV_DB_RANGE_HEAD
(
3
),
0
,
0
,
TLV_DB_SCALE_ITEM
(
-
600
,
0
,
0
),
0
,
0
,
TLV_DB_SCALE_ITEM
(
-
600
,
0
,
0
),
1
,
3
,
TLV_DB_SCALE_ITEM
(
-
350
,
350
,
0
),
1
,
3
,
TLV_DB_SCALE_ITEM
(
-
350
,
350
,
0
),
4
,
6
,
TLV_DB_SCALE_ITEM
(
600
,
600
,
0
),
4
,
6
,
TLV_DB_SCALE_ITEM
(
600
,
600
,
0
),
};
};
static
const
unsigned
int
mix_tlv
[]
=
{
static
const
unsigned
int
mix_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
4
),
TLV_DB_RANGE_HEAD
(
2
),
0
,
2
,
TLV_DB_SCALE_ITEM
(
-
1200
,
300
,
0
),
0
,
2
,
TLV_DB_SCALE_ITEM
(
-
1200
,
300
,
0
),
3
,
3
,
TLV_DB_SCALE_ITEM
(
0
,
0
,
0
),
3
,
3
,
TLV_DB_SCALE_ITEM
(
0
,
0
,
0
),
};
};
static
const
DECLARE_TLV_DB_SCALE
(
out_tlv
,
-
5700
,
100
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
out_tlv
,
-
5700
,
100
,
0
);
static
const
unsigned
int
spkboost_tlv
[]
=
{
static
const
unsigned
int
spkboost_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
7
),
TLV_DB_RANGE_HEAD
(
2
),
0
,
6
,
TLV_DB_SCALE_ITEM
(
0
,
150
,
0
),
0
,
6
,
TLV_DB_SCALE_ITEM
(
0
,
150
,
0
),
7
,
7
,
TLV_DB_SCALE_ITEM
(
1200
,
0
,
0
),
7
,
7
,
TLV_DB_SCALE_ITEM
(
1200
,
0
,
0
),
};
};
...
...
sound/soc/codecs/wm_hubs.c
浏览文件 @
1d9a91db
...
@@ -40,7 +40,7 @@ static const DECLARE_TLV_DB_SCALE(outmix_tlv, -2100, 300, 0);
...
@@ -40,7 +40,7 @@ static const DECLARE_TLV_DB_SCALE(outmix_tlv, -2100, 300, 0);
static
const
DECLARE_TLV_DB_SCALE
(
spkmixout_tlv
,
-
1800
,
600
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
spkmixout_tlv
,
-
1800
,
600
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
outpga_tlv
,
-
5700
,
100
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
outpga_tlv
,
-
5700
,
100
,
0
);
static
const
unsigned
int
spkboost_tlv
[]
=
{
static
const
unsigned
int
spkboost_tlv
[]
=
{
TLV_DB_RANGE_HEAD
(
7
),
TLV_DB_RANGE_HEAD
(
2
),
0
,
6
,
TLV_DB_SCALE_ITEM
(
0
,
150
,
0
),
0
,
6
,
TLV_DB_SCALE_ITEM
(
0
,
150
,
0
),
7
,
7
,
TLV_DB_SCALE_ITEM
(
1200
,
0
,
0
),
7
,
7
,
TLV_DB_SCALE_ITEM
(
1200
,
0
,
0
),
};
};
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录