Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
dcc3c4c0
Commit
dcc3c4c0
authored
Jan 28, 2011
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/asoc' into for-linus
parents
ded9f523
a3adfa00
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
28 additions
and
29 deletions
+28
-29
sound/soc/atmel/snd-soc-afeb9260.c
sound/soc/atmel/snd-soc-afeb9260.c
+1
-1
sound/soc/blackfin/bf5xx-ssm2602.c
sound/soc/blackfin/bf5xx-ssm2602.c
+1
-1
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8994.c
+1
-1
sound/soc/codecs/wm8995.c
sound/soc/codecs/wm8995.c
+1
-1
sound/soc/codecs/wm_hubs.c
sound/soc/codecs/wm_hubs.c
+7
-8
sound/soc/davinci/davinci-evm.c
sound/soc/davinci/davinci-evm.c
+1
-1
sound/soc/pxa/corgi.c
sound/soc/pxa/corgi.c
+2
-2
sound/soc/pxa/poodle.c
sound/soc/pxa/poodle.c
+1
-1
sound/soc/pxa/spitz.c
sound/soc/pxa/spitz.c
+2
-2
sound/soc/samsung/neo1973_gta02_wm8753.c
sound/soc/samsung/neo1973_gta02_wm8753.c
+3
-3
sound/soc/samsung/neo1973_wm8753.c
sound/soc/samsung/neo1973_wm8753.c
+3
-3
sound/soc/samsung/s3c24xx_simtec_hermes.c
sound/soc/samsung/s3c24xx_simtec_hermes.c
+2
-2
sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
+2
-2
sound/soc/samsung/s3c24xx_uda134x.c
sound/soc/samsung/s3c24xx_uda134x.c
+1
-1
No files found.
sound/soc/atmel/snd-soc-afeb9260.c
View file @
dcc3c4c0
...
...
@@ -129,7 +129,7 @@ static struct snd_soc_dai_link afeb9260_dai = {
.
cpu_dai_name
=
"atmel-ssc-dai.0"
,
.
codec_dai_name
=
"tlv320aic23-hifi"
,
.
platform_name
=
"atmel_pcm-audio"
,
.
codec_name
=
"tlv320aic23-codec.0-0
x
1a"
,
.
codec_name
=
"tlv320aic23-codec.0-0
0
1a"
,
.
init
=
afeb9260_tlv320aic23_init
,
.
ops
=
&
afeb9260_ops
,
};
...
...
sound/soc/blackfin/bf5xx-ssm2602.c
View file @
dcc3c4c0
...
...
@@ -119,7 +119,7 @@ static struct snd_soc_dai_link bf5xx_ssm2602_dai = {
.
cpu_dai_name
=
"bf5xx-i2s"
,
.
codec_dai_name
=
"ssm2602-hifi"
,
.
platform_name
=
"bf5xx-pcm-audio"
,
.
codec_name
=
"ssm2602-codec.0-0
x
1b"
,
.
codec_name
=
"ssm2602-codec.0-0
0
1b"
,
.
ops
=
&
bf5xx_ssm2602_ops
,
};
...
...
sound/soc/codecs/wm8994.c
View file @
dcc3c4c0
...
...
@@ -2386,7 +2386,7 @@ static int wm8994_set_tristate(struct snd_soc_dai *codec_dai, int tristate)
else
val
=
0
;
return
snd_soc_update_bits
(
codec
,
reg
,
mask
,
reg
);
return
snd_soc_update_bits
(
codec
,
reg
,
mask
,
val
);
}
#define WM8994_RATES SNDRV_PCM_RATE_8000_96000
...
...
sound/soc/codecs/wm8995.c
View file @
dcc3c4c0
...
...
@@ -1223,7 +1223,7 @@ static int wm8995_set_tristate(struct snd_soc_dai *codec_dai, int tristate)
else
val
=
0
;
return
snd_soc_update_bits
(
codec
,
reg
,
mask
,
reg
);
return
snd_soc_update_bits
(
codec
,
reg
,
mask
,
val
);
}
/* The size in bits of the FLL divide multiplied by 10
...
...
sound/soc/codecs/wm_hubs.c
View file @
dcc3c4c0
...
...
@@ -91,6 +91,7 @@ static void wait_for_dc_servo(struct snd_soc_codec *codec, unsigned int op)
static
void
calibrate_dc_servo
(
struct
snd_soc_codec
*
codec
)
{
struct
wm_hubs_data
*
hubs
=
snd_soc_codec_get_drvdata
(
codec
);
s8
offset
;
u16
reg
,
reg_l
,
reg_r
,
dcs_cfg
;
/* If we're using a digital only path and have a previously
...
...
@@ -149,16 +150,14 @@ static void calibrate_dc_servo(struct snd_soc_codec *codec)
hubs
->
dcs_codes
);
/* HPOUT1L */
if
(
reg_l
+
hubs
->
dcs_codes
>
0
&&
reg_l
+
hubs
->
dcs_codes
<
0xff
)
reg_l
+=
hubs
->
dcs_codes
;
dcs_cfg
=
reg_l
<<
WM8993_DCS_DAC_WR_VAL_1_SHIFT
;
offset
=
reg_l
;
offset
+=
hubs
->
dcs_codes
;
dcs_cfg
=
(
u8
)
offset
<<
WM8993_DCS_DAC_WR_VAL_1_SHIFT
;
/* HPOUT1R */
if
(
reg_r
+
hubs
->
dcs_codes
>
0
&&
reg_r
+
hubs
->
dcs_codes
<
0xff
)
reg_r
+=
hubs
->
dcs_codes
;
dcs_cfg
|=
reg_r
;
offset
=
reg_r
;
offset
+=
hubs
->
dcs_codes
;
dcs_cfg
|=
(
u8
)
offset
;
dev_dbg
(
codec
->
dev
,
"DCS result: %x
\n
"
,
dcs_cfg
);
...
...
sound/soc/davinci/davinci-evm.c
View file @
dcc3c4c0
...
...
@@ -223,7 +223,7 @@ static struct snd_soc_dai_link da8xx_evm_dai = {
.
stream_name
=
"AIC3X"
,
.
cpu_dai_name
=
"davinci-mcasp.0"
,
.
codec_dai_name
=
"tlv320aic3x-hifi"
,
.
codec_name
=
"tlv320aic3x-codec.
0-001a
"
,
.
codec_name
=
"tlv320aic3x-codec.
1-0018
"
,
.
platform_name
=
"davinci-pcm-audio"
,
.
init
=
evm_aic3x_init
,
.
ops
=
&
evm_ops
,
...
...
sound/soc/pxa/corgi.c
View file @
dcc3c4c0
...
...
@@ -307,10 +307,10 @@ static int corgi_wm8731_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
corgi_dai
=
{
.
name
=
"WM8731"
,
.
stream_name
=
"WM8731"
,
.
cpu_dai_name
=
"pxa
-is2-dai
"
,
.
cpu_dai_name
=
"pxa
2xx-i2s
"
,
.
codec_dai_name
=
"wm8731-hifi"
,
.
platform_name
=
"pxa-pcm-audio"
,
.
codec_name
=
"wm8731-codec-0.001
a
"
,
.
codec_name
=
"wm8731-codec-0.001
b
"
,
.
init
=
corgi_wm8731_init
,
.
ops
=
&
corgi_ops
,
};
...
...
sound/soc/pxa/poodle.c
View file @
dcc3c4c0
...
...
@@ -276,7 +276,7 @@ static struct snd_soc_dai_link poodle_dai = {
.
cpu_dai_name
=
"pxa2xx-i2s"
,
.
codec_dai_name
=
"wm8731-hifi"
,
.
platform_name
=
"pxa-pcm-audio"
,
.
codec_name
=
"wm8731-codec.0-001
a
"
,
.
codec_name
=
"wm8731-codec.0-001
b
"
,
.
init
=
poodle_wm8731_init
,
.
ops
=
&
poodle_ops
,
};
...
...
sound/soc/pxa/spitz.c
View file @
dcc3c4c0
...
...
@@ -315,10 +315,10 @@ static int spitz_wm8750_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
spitz_dai
=
{
.
name
=
"wm8750"
,
.
stream_name
=
"WM8750"
,
.
cpu_dai_name
=
"pxa
-is2
"
,
.
cpu_dai_name
=
"pxa
2xx-i2s
"
,
.
codec_dai_name
=
"wm8750-hifi"
,
.
platform_name
=
"pxa-pcm-audio"
,
.
codec_name
=
"wm8750-codec.0-001
a
"
,
.
codec_name
=
"wm8750-codec.0-001
b
"
,
.
init
=
spitz_wm8750_init
,
.
ops
=
&
spitz_ops
,
};
...
...
sound/soc/samsung/neo1973_gta02_wm8753.c
View file @
dcc3c4c0
...
...
@@ -397,11 +397,11 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = {
{
/* Hifi Playback - for similatious use with voice below */
.
name
=
"WM8753"
,
.
stream_name
=
"WM8753 HiFi"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"wm8753-hifi"
,
.
init
=
neo1973_gta02_wm8753_init
,
.
platform_name
=
"samsung-audio"
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
ops
=
&
neo1973_gta02_hifi_ops
,
},
{
/* Voice via BT */
...
...
@@ -410,7 +410,7 @@ static struct snd_soc_dai_link neo1973_gta02_dai[] = {
.
cpu_dai_name
=
"bluetooth-dai"
,
.
codec_dai_name
=
"wm8753-voice"
,
.
ops
=
&
neo1973_gta02_voice_ops
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
platform_name
=
"samsung-audio"
,
},
};
...
...
sound/soc/samsung/neo1973_wm8753.c
View file @
dcc3c4c0
...
...
@@ -559,9 +559,9 @@ static struct snd_soc_dai_link neo1973_dai[] = {
.
name
=
"WM8753"
,
.
stream_name
=
"WM8753 HiFi"
,
.
platform_name
=
"samsung-audio"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"wm8753-hifi"
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
init
=
neo1973_wm8753_init
,
.
ops
=
&
neo1973_hifi_ops
,
},
...
...
@@ -571,7 +571,7 @@ static struct snd_soc_dai_link neo1973_dai[] = {
.
platform_name
=
"samsung-audio"
,
.
cpu_dai_name
=
"bluetooth-dai"
,
.
codec_dai_name
=
"wm8753-voice"
,
.
codec_name
=
"wm8753-codec.0-0
x
1a"
,
.
codec_name
=
"wm8753-codec.0-0
0
1a"
,
.
ops
=
&
neo1973_voice_ops
,
},
};
...
...
sound/soc/samsung/s3c24xx_simtec_hermes.c
View file @
dcc3c4c0
...
...
@@ -94,8 +94,8 @@ static int simtec_hermes_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
simtec_dai_aic33
=
{
.
name
=
"tlv320aic33"
,
.
stream_name
=
"TLV320AIC33"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
x
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
0
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"tlv320aic3x-hifi"
,
.
platform_name
=
"samsung-audio"
,
.
init
=
simtec_hermes_init
,
...
...
sound/soc/samsung/s3c24xx_simtec_tlv320aic23.c
View file @
dcc3c4c0
...
...
@@ -85,8 +85,8 @@ static int simtec_tlv320aic23_init(struct snd_soc_pcm_runtime *rtd)
static
struct
snd_soc_dai_link
simtec_dai_aic23
=
{
.
name
=
"tlv320aic23"
,
.
stream_name
=
"TLV320AIC23"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
x
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
codec_name
=
"tlv320aic3x-codec.0-0
0
1a"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
codec_dai_name
=
"tlv320aic3x-hifi"
,
.
platform_name
=
"samsung-audio"
,
.
init
=
simtec_tlv320aic23_init
,
...
...
sound/soc/samsung/s3c24xx_uda134x.c
View file @
dcc3c4c0
...
...
@@ -228,7 +228,7 @@ static struct snd_soc_dai_link s3c24xx_uda134x_dai_link = {
.
stream_name
=
"UDA134X"
,
.
codec_name
=
"uda134x-hifi"
,
.
codec_dai_name
=
"uda134x-hifi"
,
.
cpu_dai_name
=
"s3c24xx-i
2
s"
,
.
cpu_dai_name
=
"s3c24xx-i
i
s"
,
.
ops
=
&
s3c24xx_uda134x_ops
,
.
platform_name
=
"samsung-audio"
,
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment