Commit 11be6a26 authored by Takashi Iwai's avatar Takashi Iwai

Merge branch 'fix/asoc' into for-linus

parents 4dfb8a45 43c63188
...@@ -17,13 +17,9 @@ ...@@ -17,13 +17,9 @@
/* /*
* R6 (0x06) - Mic Bias Control 0 * R6 (0x06) - Mic Bias Control 0
*/ */
#define WM8903_MICDET_HYST_ENA 0x0080 /* MICDET_HYST_ENA */ #define WM8903_MICDET_THR_MASK 0x0030 /* MICDET_THR - [5:4] */
#define WM8903_MICDET_HYST_ENA_MASK 0x0080 /* MICDET_HYST_ENA */ #define WM8903_MICDET_THR_SHIFT 4 /* MICDET_THR - [5:4] */
#define WM8903_MICDET_HYST_ENA_SHIFT 7 /* MICDET_HYST_ENA */ #define WM8903_MICDET_THR_WIDTH 2 /* MICDET_THR - [5:4] */
#define WM8903_MICDET_HYST_ENA_WIDTH 1 /* MICDET_HYST_ENA */
#define WM8903_MICDET_THR_MASK 0x0070 /* MICDET_THR - [6:4] */
#define WM8903_MICDET_THR_SHIFT 4 /* MICDET_THR - [6:4] */
#define WM8903_MICDET_THR_WIDTH 3 /* MICDET_THR - [6:4] */
#define WM8903_MICSHORT_THR_MASK 0x000C /* MICSHORT_THR - [3:2] */ #define WM8903_MICSHORT_THR_MASK 0x000C /* MICSHORT_THR - [3:2] */
#define WM8903_MICSHORT_THR_SHIFT 2 /* MICSHORT_THR - [3:2] */ #define WM8903_MICSHORT_THR_SHIFT 2 /* MICSHORT_THR - [3:2] */
#define WM8903_MICSHORT_THR_WIDTH 2 /* MICSHORT_THR - [3:2] */ #define WM8903_MICSHORT_THR_WIDTH 2 /* MICSHORT_THR - [3:2] */
......
...@@ -367,7 +367,7 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec) ...@@ -367,7 +367,7 @@ static int cx20442_codec_remove(struct snd_soc_codec *codec)
return 0; return 0;
} }
static const u8 cx20442_reg = CX20442_TELOUT | CX20442_MIC; static const u8 cx20442_reg;
static struct snd_soc_codec_driver cx20442_codec_dev = { static struct snd_soc_codec_driver cx20442_codec_dev = {
.probe = cx20442_codec_probe, .probe = cx20442_codec_probe,
......
...@@ -1482,7 +1482,7 @@ int wm8903_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack, ...@@ -1482,7 +1482,7 @@ int wm8903_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack,
WM8903_MICDET_EINT | WM8903_MICSHRT_EINT, WM8903_MICDET_EINT | WM8903_MICSHRT_EINT,
irq_mask); irq_mask);
if (det && shrt) { if (det || shrt) {
/* Enable mic detection, this may not have been set through /* Enable mic detection, this may not have been set through
* platform data (eg, if the defaults are OK). */ * platform data (eg, if the defaults are OK). */
snd_soc_update_bits(codec, WM8903_WRITE_SEQUENCER_0, snd_soc_update_bits(codec, WM8903_WRITE_SEQUENCER_0,
......
...@@ -165,7 +165,7 @@ extern int wm8903_mic_detect(struct snd_soc_codec *codec, ...@@ -165,7 +165,7 @@ extern int wm8903_mic_detect(struct snd_soc_codec *codec,
#define WM8903_VMID_RES_50K 2 #define WM8903_VMID_RES_50K 2
#define WM8903_VMID_RES_250K 3 #define WM8903_VMID_RES_250K 3
#define WM8903_VMID_RES_5K 4 #define WM8903_VMID_RES_5K 6
/* /*
* R8 (0x08) - Analogue DAC 0 * R8 (0x08) - Analogue DAC 0
......
This diff is collapsed.
...@@ -674,6 +674,9 @@ SND_SOC_DAPM_OUTPUT("LINEOUT2N"), ...@@ -674,6 +674,9 @@ SND_SOC_DAPM_OUTPUT("LINEOUT2N"),
}; };
static const struct snd_soc_dapm_route analogue_routes[] = { static const struct snd_soc_dapm_route analogue_routes[] = {
{ "MICBIAS1", NULL, "CLK_SYS" },
{ "MICBIAS2", NULL, "CLK_SYS" },
{ "IN1L PGA", "IN1LP Switch", "IN1LP" }, { "IN1L PGA", "IN1LP Switch", "IN1LP" },
{ "IN1L PGA", "IN1LN Switch", "IN1LN" }, { "IN1L PGA", "IN1LN Switch", "IN1LN" },
......
...@@ -79,7 +79,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = { ...@@ -79,7 +79,7 @@ static struct snd_soc_dai_link eukrea_tlv320_dai = {
.name = "tlv320aic23", .name = "tlv320aic23",
.stream_name = "TLV320AIC23", .stream_name = "TLV320AIC23",
.codec_dai_name = "tlv320aic23-hifi", .codec_dai_name = "tlv320aic23-hifi",
.platform_name = "imx-pcm-audio.0", .platform_name = "imx-fiq-pcm-audio.0",
.codec_name = "tlv320aic23-codec.0-001a", .codec_name = "tlv320aic23-codec.0-001a",
.cpu_dai_name = "imx-ssi.0", .cpu_dai_name = "imx-ssi.0",
.ops = &eukrea_tlv320_snd_ops, .ops = &eukrea_tlv320_snd_ops,
......
...@@ -117,7 +117,7 @@ static struct snd_soc_dai_link e740_dai[] = { ...@@ -117,7 +117,7 @@ static struct snd_soc_dai_link e740_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9705-hifi", .codec_dai_name = "wm9705-hifi",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9705-codec", .codec_name = "wm9705-codec",
...@@ -126,7 +126,7 @@ static struct snd_soc_dai_link e740_dai[] = { ...@@ -126,7 +126,7 @@ static struct snd_soc_dai_link e740_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name = "wm9705-aux", .codec_dai_name = "wm9705-aux",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9705-codec", .codec_name = "wm9705-codec",
......
...@@ -99,7 +99,7 @@ static struct snd_soc_dai_link e750_dai[] = { ...@@ -99,7 +99,7 @@ static struct snd_soc_dai_link e750_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9705-hifi", .codec_dai_name = "wm9705-hifi",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9705-codec", .codec_name = "wm9705-codec",
...@@ -109,7 +109,7 @@ static struct snd_soc_dai_link e750_dai[] = { ...@@ -109,7 +109,7 @@ static struct snd_soc_dai_link e750_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name ="wm9705-aux", .codec_dai_name ="wm9705-aux",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9705-codec", .codec_name = "wm9705-codec",
......
...@@ -89,7 +89,7 @@ static struct snd_soc_dai_link e800_dai[] = { ...@@ -89,7 +89,7 @@ static struct snd_soc_dai_link e800_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9712-hifi", .codec_dai_name = "wm9712-hifi",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
...@@ -98,7 +98,7 @@ static struct snd_soc_dai_link e800_dai[] = { ...@@ -98,7 +98,7 @@ static struct snd_soc_dai_link e800_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name ="wm9712-aux", .codec_dai_name ="wm9712-aux",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
......
...@@ -37,7 +37,7 @@ static struct snd_soc_dai_link em_x270_dai[] = { ...@@ -37,7 +37,7 @@ static struct snd_soc_dai_link em_x270_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9712-hifi", .codec_dai_name = "wm9712-hifi",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
...@@ -45,7 +45,7 @@ static struct snd_soc_dai_link em_x270_dai[] = { ...@@ -45,7 +45,7 @@ static struct snd_soc_dai_link em_x270_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name ="wm9712-aux", .codec_dai_name ="wm9712-aux",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
......
...@@ -162,7 +162,7 @@ static struct snd_soc_dai_link mioa701_dai[] = { ...@@ -162,7 +162,7 @@ static struct snd_soc_dai_link mioa701_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9713-hifi", .codec_dai_name = "wm9713-hifi",
.codec_name = "wm9713-codec", .codec_name = "wm9713-codec",
.init = mioa701_wm9713_init, .init = mioa701_wm9713_init,
...@@ -172,7 +172,7 @@ static struct snd_soc_dai_link mioa701_dai[] = { ...@@ -172,7 +172,7 @@ static struct snd_soc_dai_link mioa701_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name ="wm9713-aux", .codec_dai_name ="wm9713-aux",
.codec_name = "wm9713-codec", .codec_name = "wm9713-codec",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
......
...@@ -132,7 +132,7 @@ static struct snd_soc_dai_link palm27x_dai[] = { ...@@ -132,7 +132,7 @@ static struct snd_soc_dai_link palm27x_dai[] = {
{ {
.name = "AC97 HiFi", .name = "AC97 HiFi",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9712-hifi", .codec_dai_name = "wm9712-hifi",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
...@@ -141,7 +141,7 @@ static struct snd_soc_dai_link palm27x_dai[] = { ...@@ -141,7 +141,7 @@ static struct snd_soc_dai_link palm27x_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name = "wm9712-aux", .codec_dai_name = "wm9712-aux",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
......
...@@ -219,7 +219,7 @@ static struct snd_soc_dai_link tosa_dai[] = { ...@@ -219,7 +219,7 @@ static struct snd_soc_dai_link tosa_dai[] = {
{ {
.name = "AC97", .name = "AC97",
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_dai_name = "wm9712-hifi", .codec_dai_name = "wm9712-hifi",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
...@@ -229,7 +229,7 @@ static struct snd_soc_dai_link tosa_dai[] = { ...@@ -229,7 +229,7 @@ static struct snd_soc_dai_link tosa_dai[] = {
{ {
.name = "AC97 Aux", .name = "AC97 Aux",
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_dai_name = "wm9712-aux", .codec_dai_name = "wm9712-aux",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.codec_name = "wm9712-codec", .codec_name = "wm9712-codec",
......
...@@ -166,7 +166,7 @@ static struct snd_soc_dai_link zylonite_dai[] = { ...@@ -166,7 +166,7 @@ static struct snd_soc_dai_link zylonite_dai[] = {
.stream_name = "AC97 HiFi", .stream_name = "AC97 HiFi",
.codec_name = "wm9713-codec", .codec_name = "wm9713-codec",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.cpu_dai_name = "pxa-ac97.0", .cpu_dai_name = "pxa2xx-ac97",
.codec_name = "wm9713-hifi", .codec_name = "wm9713-hifi",
.init = zylonite_wm9713_init, .init = zylonite_wm9713_init,
}, },
...@@ -175,7 +175,7 @@ static struct snd_soc_dai_link zylonite_dai[] = { ...@@ -175,7 +175,7 @@ static struct snd_soc_dai_link zylonite_dai[] = {
.stream_name = "AC97 Aux", .stream_name = "AC97 Aux",
.codec_name = "wm9713-codec", .codec_name = "wm9713-codec",
.platform_name = "pxa-pcm-audio", .platform_name = "pxa-pcm-audio",
.cpu_dai_name = "pxa-ac97.1", .cpu_dai_name = "pxa2xx-ac97-aux",
.codec_name = "wm9713-aux", .codec_name = "wm9713-aux",
}, },
{ {
......
...@@ -712,7 +712,15 @@ static int dapm_supply_check_power(struct snd_soc_dapm_widget *w) ...@@ -712,7 +712,15 @@ static int dapm_supply_check_power(struct snd_soc_dapm_widget *w)
!path->connected(path->source, path->sink)) !path->connected(path->source, path->sink))
continue; continue;
if (path->sink && path->sink->power_check && if (!path->sink)
continue;
if (path->sink->force) {
power = 1;
break;
}
if (path->sink->power_check &&
path->sink->power_check(path->sink)) { path->sink->power_check(path->sink)) {
power = 1; power = 1;
break; break;
...@@ -1627,6 +1635,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_add_routes); ...@@ -1627,6 +1635,7 @@ EXPORT_SYMBOL_GPL(snd_soc_dapm_add_routes);
int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm) int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm)
{ {
struct snd_soc_dapm_widget *w; struct snd_soc_dapm_widget *w;
unsigned int val;
list_for_each_entry(w, &dapm->card->widgets, list) list_for_each_entry(w, &dapm->card->widgets, list)
{ {
...@@ -1675,6 +1684,18 @@ int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm) ...@@ -1675,6 +1684,18 @@ int snd_soc_dapm_new_widgets(struct snd_soc_dapm_context *dapm)
case snd_soc_dapm_post: case snd_soc_dapm_post:
break; break;
} }
/* Read the initial power state from the device */
if (w->reg >= 0) {
val = snd_soc_read(w->codec, w->reg);
val &= 1 << w->shift;
if (w->invert)
val = !val;
if (val)
w->power = 1;
}
w->new = 1; w->new = 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment