All of lore.kernel.org
 help / color / mirror / Atom feed
* writing an alsa driver
@ 2015-05-21 14:52 Michele Curti
  2015-05-23 16:32 ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-21 14:52 UTC (permalink / raw)
  To: alsa-devel

Hi all,
I'm going to *try* to "write" a driver for the sound card on my new laptop,
an asus x205ta.

To be fair I have almost no experience but I'm hoping that all the code is
already present and it only needs some adaptations.

The cpu is a intel bay trail z3735f, the sound card is a realtek rt5648 that
has the same product Id of the rt5645 (0x6308).

I see in kernel sources:
 - the codec driver
	sound/soc/codecs/rt5645.c
 - a baytrail board that uses the rt5640
	sound/soc/intel/boards/byt-rt5640.c
 - a braswell board that uses the rt5645
	sound/soc/intel/boards/cht_bsw_rt5645.c

What do you think?  Is it feasible, given a good amount of free-time? :p

Thanks,
Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-21 14:52 writing an alsa driver Michele Curti
@ 2015-05-23 16:32 ` Michele Curti
  2015-05-27  6:45   ` Takashi Iwai
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-23 16:32 UTC (permalink / raw)
  To: alsa-devel

On Thu, May 21, 2015 at 04:52:32PM +0200, Michele Curti wrote:
> Hi all,
> I'm going to *try* to "write" a driver for the sound card on my new laptop,
> an asus x205ta.
> 
> To be fair I have almost no experience but I'm hoping that all the code is
> already present and it only needs some adaptations.
> 
> The cpu is a intel bay trail z3735f, the sound card is a realtek rt5648 that
> has the same product Id of the rt5645 (0x6308).
> 
> I see in kernel sources:
>  - the codec driver
> 	sound/soc/codecs/rt5645.c
>  - a baytrail board that uses the rt5640
> 	sound/soc/intel/boards/byt-rt5640.c
>  - a braswell board that uses the rt5645
> 	sound/soc/intel/boards/cht_bsw_rt5645.c
> 
> What do you think?  Is it feasible, given a good amount of free-time? :p
> 
> Thanks,
> Michele


So I started.. :)
At the end of the email there is the patch.


What I did:
  - copied the board file byt-rt5640.c to byt-rt5645.c
  - find&replace 5640->5645 in byt-rt5645.c
  - added acpi device id to detect the sound card
  - added kernel config SND_SOC_INTEL_BYT_RT5645_MACH to select the driver


Nothing works.

But at least the right modules are loaded it seems..  Here the output of 
"lsmod | grep snd":
snd_soc_sst_baytrail_pcm    24576  0 
snd_soc_sst_ipc        16384  1 snd_soc_sst_baytrail_pcm
snd_soc_sst_dsp        36864  2 snd_soc_sst_baytrail_pcm,snd_soc_sst_ipc
snd_soc_sst_byt_rt5645_mach    16384  0 
snd_soc_rt5645         94208  0 
regmap_i2c             16384  1 snd_soc_rt5645
snd_soc_rl6231         16384  1 snd_soc_rt5645
snd_soc_core          159744  3 snd_soc_rt5645,snd_soc_sst_baytrail_pcm,snd_soc_sst_byt_rt5645_mach
snd_compress           20480  1 snd_soc_core
dw_dmac_core           28672  2 dw_dmac,snd_soc_sst_dsp
snd_pcm                90112  3 snd_soc_rt5645,snd_soc_core,snd_soc_sst_baytrail_pcm
snd_timer              28672  1 snd_pcm
snd                    57344  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
soundcore              16384  1 snd
snd_soc_sst_acpi       16384  0 


And dmesg tells me: 
[  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
[  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
[  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
[  +0.088989] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.062539] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.021995] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.001828] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.016646] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[  +0.002541] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.004755] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[  +0.003586] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.002844] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.001705] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.011199] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[  +0.018094] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.067913] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[  +0.004378] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.000145] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.000980] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[  +0.000949] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.020845] (NULL device *): ipc: error DSP boot timeout
[  +0.213465] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.036706] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +0.008144] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[  +1.811435] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[  +0.014526] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[  +0.092535] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[  +0.000011] brcmfmac: brcmf_add_if: ignore IF event


For now I'm at a standstill and I don't understand a lot of things...
I will read the code.. :)

Regards,
Michele

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/codecs/rt5645.c           |   2 +
 sound/soc/intel/Kconfig             |   9 ++
 sound/soc/intel/boards/Makefile     |   2 +
 sound/soc/intel/boards/byt-rt5645.c | 222 ++++++++++++++++++++++++++++++++++++
 sound/soc/intel/common/sst-acpi.c   |   1 +
 5 files changed, 236 insertions(+)
 create mode 100644 sound/soc/intel/boards/byt-rt5645.c

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index be4d741..3692569 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -2652,6 +2652,7 @@ static const struct regmap_config rt5645_regmap = {
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
 	{ "rt5645", 0 },
+	{ "rt5648", 0 },
 	{ "rt5650", 0 },
 	{ }
 };
@@ -2660,6 +2661,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
 #ifdef CONFIG_ACPI
 static struct acpi_device_id rt5645_acpi_match[] = {
 	{ "10EC5645", 0 },
+	{ "10EC5648", 0 },
 	{ "10EC5650", 0 },
 	{},
 };
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index ee03dbd..ad324c0 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -65,6 +65,15 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
 	  This adds audio driver for Intel Baytrail platform based boards
 	  with the RT5640 audio codec.
 
+config SND_SOC_INTEL_BYT_RT5645_MACH
+	tristate "ASoC Audio driver for Intel Baytrail with RT5645 codec"
+	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
+	select SND_SOC_INTEL_BAYTRAIL
+	select SND_SOC_RT5645
+	help
+	  This adds audio driver for Intel Baytrail platform based boards
+	  with the RT5645 audio codec.
+
 config SND_SOC_INTEL_BYT_MAX98090_MACH
 	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
 	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index f8237f0..bcb082a 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -1,5 +1,6 @@
 snd-soc-sst-haswell-objs := haswell.o
 snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
+snd-soc-sst-byt-rt5645-mach-objs := byt-rt5645.o
 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
 snd-soc-sst-broadwell-objs := broadwell.o
 snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
@@ -8,6 +9,7 @@ snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o
 
 obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-sst-haswell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
+obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5645_MACH) += snd-soc-sst-byt-rt5645-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
diff --git a/sound/soc/intel/boards/byt-rt5645.c b/sound/soc/intel/boards/byt-rt5645.c
new file mode 100644
index 0000000..5bdb56e
--- /dev/null
+++ b/sound/soc/intel/boards/byt-rt5645.c
@@ -0,0 +1,222 @@
+/*
+ * Intel Baytrail SST RT5645 machine driver
+ * Copyright (c) 2014, Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ */
+
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/acpi.h>
+#include <linux/device.h>
+#include <linux/dmi.h>
+#include <linux/slab.h>
+#include <sound/pcm.h>
+#include <sound/pcm_params.h>
+#include <sound/soc.h>
+#include <sound/jack.h>
+#include "../../codecs/rt5645.h"
+
+#include "../common/sst-dsp.h"
+
+static const struct snd_soc_dapm_widget byt_rt5645_widgets[] = {
+	SND_SOC_DAPM_HP("Headphone", NULL),
+	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Internal Mic", NULL),
+	SND_SOC_DAPM_SPK("Speaker", NULL),
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_audio_map[] = {
+	{"Headset Mic", NULL, "MICBIAS1"},
+	{"IN2P", NULL, "Headset Mic"},
+	{"Headphone", NULL, "HPOL"},
+	{"Headphone", NULL, "HPOR"},
+	{"Speaker", NULL, "SPOLP"},
+	{"Speaker", NULL, "SPOLN"},
+	{"Speaker", NULL, "SPORP"},
+	{"Speaker", NULL, "SPORN"},
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_intmic_dmic1_map[] = {
+	{"DMIC1", NULL, "Internal Mic"},
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_intmic_dmic2_map[] = {
+	{"DMIC2", NULL, "Internal Mic"},
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_intmic_in1_map[] = {
+	{"Internal Mic", NULL, "MICBIAS1"},
+	{"IN1P", NULL, "Internal Mic"},
+};
+
+enum {
+	BYT_RT5645_DMIC1_MAP,
+	BYT_RT5645_DMIC2_MAP,
+	BYT_RT5645_IN1_MAP,
+};
+
+#define BYT_RT5645_MAP(quirk)	((quirk) & 0xff)
+#define BYT_RT5645_DMIC_EN	BIT(16)
+
+static unsigned long byt_rt5645_quirk = BYT_RT5645_DMIC1_MAP |
+					BYT_RT5645_DMIC_EN;
+
+static const struct snd_kcontrol_new byt_rt5645_controls[] = {
+	SOC_DAPM_PIN_SWITCH("Headphone"),
+	SOC_DAPM_PIN_SWITCH("Headset Mic"),
+	SOC_DAPM_PIN_SWITCH("Internal Mic"),
+	SOC_DAPM_PIN_SWITCH("Speaker"),
+};
+
+static int byt_rt5645_hw_params(struct snd_pcm_substream *substream,
+				struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->codec_dai;
+	int ret;
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
+				     params_rate(params) * 256,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec clock %d\n", ret);
+		return ret;
+	}
+	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
+				  params_rate(params) * 64,
+				  params_rate(params) * 256);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec pll: %d\n", ret);
+		return ret;
+	}
+	return 0;
+}
+
+static int byt_rt5645_quirk_cb(const struct dmi_system_id *id)
+{
+	byt_rt5645_quirk = (unsigned long)id->driver_data;
+	return 1;
+}
+
+static const struct dmi_system_id byt_rt5645_quirk_table[] = {
+	{
+		.callback = byt_rt5645_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "X205TA"),
+		},
+		.driver_data = (unsigned long *)BYT_RT5645_IN1_MAP,
+	},
+	{
+		.callback = byt_rt5645_quirk_cb,
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "DellInc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Venue 8 Pro 5830"),
+		},
+		.driver_data = (unsigned long *)(BYT_RT5645_DMIC2_MAP |
+						 BYT_RT5645_DMIC_EN),
+	},
+	{}
+};
+
+static int byt_rt5645_init(struct snd_soc_pcm_runtime *runtime)
+{
+	int ret;
+	struct snd_soc_card *card = runtime->card;
+	const struct snd_soc_dapm_route *custom_map;
+	int num_routes;
+
+	card->dapm.idle_bias_off = true;
+
+	ret = snd_soc_add_card_controls(card, byt_rt5645_controls,
+					ARRAY_SIZE(byt_rt5645_controls));
+	if (ret) {
+		dev_err(card->dev, "unable to add card controls\n");
+		return ret;
+	}
+
+	dmi_check_system(byt_rt5645_quirk_table);
+	switch (BYT_RT5645_MAP(byt_rt5645_quirk)) {
+	case BYT_RT5645_IN1_MAP:
+		custom_map = byt_rt5645_intmic_in1_map;
+		num_routes = ARRAY_SIZE(byt_rt5645_intmic_in1_map);
+		break;
+	case BYT_RT5645_DMIC2_MAP:
+		custom_map = byt_rt5645_intmic_dmic2_map;
+		num_routes = ARRAY_SIZE(byt_rt5645_intmic_dmic2_map);
+		break;
+	default:
+		custom_map = byt_rt5645_intmic_dmic1_map;
+		num_routes = ARRAY_SIZE(byt_rt5645_intmic_dmic1_map);
+	}
+
+	ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes);
+	if (ret)
+		return ret;
+
+	snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone");
+	snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker");
+
+	return ret;
+}
+
+static struct snd_soc_ops byt_rt5645_ops = {
+	.hw_params = byt_rt5645_hw_params,
+};
+
+static struct snd_soc_dai_link byt_rt5645_dais[] = {
+	{
+		.name = "Baytrail Audio",
+		.stream_name = "Audio",
+		.cpu_dai_name = "baytrail-pcm-audio",
+		.codec_dai_name = "rt5645-aif1",
+		.codec_name = "i2c-10EC56458:00",
+		.platform_name = "baytrail-pcm-audio",
+		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
+			   SND_SOC_DAIFMT_CBS_CFS,
+		.init = byt_rt5645_init,
+		.ops = &byt_rt5645_ops,
+	},
+};
+
+static struct snd_soc_card byt_rt5645_card = {
+	.name = "byt-rt5645",
+	.dai_link = byt_rt5645_dais,
+	.num_links = ARRAY_SIZE(byt_rt5645_dais),
+	.dapm_widgets = byt_rt5645_widgets,
+	.num_dapm_widgets = ARRAY_SIZE(byt_rt5645_widgets),
+	.dapm_routes = byt_rt5645_audio_map,
+	.num_dapm_routes = ARRAY_SIZE(byt_rt5645_audio_map),
+	.fully_routed = true,
+};
+
+static int byt_rt5645_probe(struct platform_device *pdev)
+{
+	struct snd_soc_card *card = &byt_rt5645_card;
+
+	card->dev = &pdev->dev;
+	return devm_snd_soc_register_card(&pdev->dev, card);
+}
+
+static struct platform_driver byt_rt5645_audio = {
+	.probe = byt_rt5645_probe,
+	.driver = {
+		.name = "byt-rt5645",
+		.pm = &snd_soc_pm_ops,
+	},
+};
+module_platform_driver(byt_rt5645_audio)
+
+MODULE_DESCRIPTION("ASoC Intel(R) Baytrail Machine driver");
+MODULE_AUTHOR("Omair Md Abdullah, Jarkko Nikula");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:byt-rt5645");
diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index 42f293f..bb28e84 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -248,6 +248,7 @@ static struct sst_acpi_desc sst_acpi_broadwell_desc = {
 
 static struct sst_acpi_mach baytrail_machines[] = {
 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
+	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{}
 };
-- 
2.4.1

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-23 16:32 ` Michele Curti
@ 2015-05-27  6:45   ` Takashi Iwai
  2015-05-27  8:54     ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Takashi Iwai @ 2015-05-27  6:45 UTC (permalink / raw)
  To: Michele Curti; +Cc: alsa-devel

At Sat, 23 May 2015 18:32:51 +0200,
Michele Curti wrote:
> 
> On Thu, May 21, 2015 at 04:52:32PM +0200, Michele Curti wrote:
> > Hi all,
> > I'm going to *try* to "write" a driver for the sound card on my new laptop,
> > an asus x205ta.
> > 
> > To be fair I have almost no experience but I'm hoping that all the code is
> > already present and it only needs some adaptations.
> > 
> > The cpu is a intel bay trail z3735f, the sound card is a realtek rt5648 that
> > has the same product Id of the rt5645 (0x6308).
> > 
> > I see in kernel sources:
> >  - the codec driver
> > 	sound/soc/codecs/rt5645.c
> >  - a baytrail board that uses the rt5640
> > 	sound/soc/intel/boards/byt-rt5640.c
> >  - a braswell board that uses the rt5645
> > 	sound/soc/intel/boards/cht_bsw_rt5645.c
> > 
> > What do you think?  Is it feasible, given a good amount of free-time? :p
> > 
> > Thanks,
> > Michele
> 
> 
> So I started.. :)
> At the end of the email there is the patch.
> 
> 
> What I did:
>   - copied the board file byt-rt5640.c to byt-rt5645.c
>   - find&replace 5640->5645 in byt-rt5645.c
>   - added acpi device id to detect the sound card
>   - added kernel config SND_SOC_INTEL_BYT_RT5645_MACH to select the driver
> 
> 
> Nothing works.
> 
> But at least the right modules are loaded it seems..  Here the output of 
> "lsmod | grep snd":
> snd_soc_sst_baytrail_pcm    24576  0 
> snd_soc_sst_ipc        16384  1 snd_soc_sst_baytrail_pcm
> snd_soc_sst_dsp        36864  2 snd_soc_sst_baytrail_pcm,snd_soc_sst_ipc
> snd_soc_sst_byt_rt5645_mach    16384  0 
> snd_soc_rt5645         94208  0 
> regmap_i2c             16384  1 snd_soc_rt5645
> snd_soc_rl6231         16384  1 snd_soc_rt5645
> snd_soc_core          159744  3 snd_soc_rt5645,snd_soc_sst_baytrail_pcm,snd_soc_sst_byt_rt5645_mach
> snd_compress           20480  1 snd_soc_core
> dw_dmac_core           28672  2 dw_dmac,snd_soc_sst_dsp
> snd_pcm                90112  3 snd_soc_rt5645,snd_soc_core,snd_soc_sst_baytrail_pcm
> snd_timer              28672  1 snd_pcm
> snd                    57344  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
> soundcore              16384  1 snd
> snd_soc_sst_acpi       16384  0 
> 
> 
> And dmesg tells me: 
> [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> [  +0.088989] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.062539] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.021995] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.001828] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.016646] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
> [  +0.002541] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.004755] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
> [  +0.003586] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.002844] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.001705] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.011199] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
> [  +0.018094] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.067913] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
> [  +0.004378] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.000145] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.000980] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
> [  +0.000949] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.020845] (NULL device *): ipc: error DSP boot timeout
> [  +0.213465] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.036706] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +0.008144] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> [  +1.811435] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
> [  +0.014526] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
> [  +0.092535] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
> [  +0.000011] brcmfmac: brcmf_add_if: ignore IF event
> 
> 
> For now I'm at a standstill and I don't understand a lot of things...
> I will read the code.. :)
> 
> Regards,
> Michele
> 
> Signed-off-by: Michele Curti <michele.curti@gmail.com>

Keyon, could you take a look?


Takashi


> ---
>  sound/soc/codecs/rt5645.c           |   2 +
>  sound/soc/intel/Kconfig             |   9 ++
>  sound/soc/intel/boards/Makefile     |   2 +
>  sound/soc/intel/boards/byt-rt5645.c | 222 ++++++++++++++++++++++++++++++++++++
>  sound/soc/intel/common/sst-acpi.c   |   1 +
>  5 files changed, 236 insertions(+)
>  create mode 100644 sound/soc/intel/boards/byt-rt5645.c
> 
> diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
> index be4d741..3692569 100644
> --- a/sound/soc/codecs/rt5645.c
> +++ b/sound/soc/codecs/rt5645.c
> @@ -2652,6 +2652,7 @@ static const struct regmap_config rt5645_regmap = {
>  
>  static const struct i2c_device_id rt5645_i2c_id[] = {
>  	{ "rt5645", 0 },
> +	{ "rt5648", 0 },
>  	{ "rt5650", 0 },
>  	{ }
>  };
> @@ -2660,6 +2661,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
>  #ifdef CONFIG_ACPI
>  static struct acpi_device_id rt5645_acpi_match[] = {
>  	{ "10EC5645", 0 },
> +	{ "10EC5648", 0 },
>  	{ "10EC5650", 0 },
>  	{},
>  };
> diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
> index ee03dbd..ad324c0 100644
> --- a/sound/soc/intel/Kconfig
> +++ b/sound/soc/intel/Kconfig
> @@ -65,6 +65,15 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
>  	  This adds audio driver for Intel Baytrail platform based boards
>  	  with the RT5640 audio codec.
>  
> +config SND_SOC_INTEL_BYT_RT5645_MACH
> +	tristate "ASoC Audio driver for Intel Baytrail with RT5645 codec"
> +	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
> +	select SND_SOC_INTEL_BAYTRAIL
> +	select SND_SOC_RT5645
> +	help
> +	  This adds audio driver for Intel Baytrail platform based boards
> +	  with the RT5645 audio codec.
> +
>  config SND_SOC_INTEL_BYT_MAX98090_MACH
>  	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
>  	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
> diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
> index f8237f0..bcb082a 100644
> --- a/sound/soc/intel/boards/Makefile
> +++ b/sound/soc/intel/boards/Makefile
> @@ -1,5 +1,6 @@
>  snd-soc-sst-haswell-objs := haswell.o
>  snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
> +snd-soc-sst-byt-rt5645-mach-objs := byt-rt5645.o
>  snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
>  snd-soc-sst-broadwell-objs := broadwell.o
>  snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
> @@ -8,6 +9,7 @@ snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o
>  
>  obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-sst-haswell.o
>  obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
> +obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5645_MACH) += snd-soc-sst-byt-rt5645-mach.o
>  obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
>  obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
>  obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
> diff --git a/sound/soc/intel/boards/byt-rt5645.c b/sound/soc/intel/boards/byt-rt5645.c
> new file mode 100644
> index 0000000..5bdb56e
> --- /dev/null
> +++ b/sound/soc/intel/boards/byt-rt5645.c
> @@ -0,0 +1,222 @@
> +/*
> + * Intel Baytrail SST RT5645 machine driver
> + * Copyright (c) 2014, Intel Corporation.
> + *
> + * This program is free software; you can redistribute it and/or modify it
> + * under the terms and conditions of the GNU General Public License,
> + * version 2, as published by the Free Software Foundation.
> + *
> + * This program is distributed in the hope it will be useful, but WITHOUT
> + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
> + * more details.
> + */
> +
> +#include <linux/init.h>
> +#include <linux/module.h>
> +#include <linux/platform_device.h>
> +#include <linux/acpi.h>
> +#include <linux/device.h>
> +#include <linux/dmi.h>
> +#include <linux/slab.h>
> +#include <sound/pcm.h>
> +#include <sound/pcm_params.h>
> +#include <sound/soc.h>
> +#include <sound/jack.h>
> +#include "../../codecs/rt5645.h"
> +
> +#include "../common/sst-dsp.h"
> +
> +static const struct snd_soc_dapm_widget byt_rt5645_widgets[] = {
> +	SND_SOC_DAPM_HP("Headphone", NULL),
> +	SND_SOC_DAPM_MIC("Headset Mic", NULL),
> +	SND_SOC_DAPM_MIC("Internal Mic", NULL),
> +	SND_SOC_DAPM_SPK("Speaker", NULL),
> +};
> +
> +static const struct snd_soc_dapm_route byt_rt5645_audio_map[] = {
> +	{"Headset Mic", NULL, "MICBIAS1"},
> +	{"IN2P", NULL, "Headset Mic"},
> +	{"Headphone", NULL, "HPOL"},
> +	{"Headphone", NULL, "HPOR"},
> +	{"Speaker", NULL, "SPOLP"},
> +	{"Speaker", NULL, "SPOLN"},
> +	{"Speaker", NULL, "SPORP"},
> +	{"Speaker", NULL, "SPORN"},
> +};
> +
> +static const struct snd_soc_dapm_route byt_rt5645_intmic_dmic1_map[] = {
> +	{"DMIC1", NULL, "Internal Mic"},
> +};
> +
> +static const struct snd_soc_dapm_route byt_rt5645_intmic_dmic2_map[] = {
> +	{"DMIC2", NULL, "Internal Mic"},
> +};
> +
> +static const struct snd_soc_dapm_route byt_rt5645_intmic_in1_map[] = {
> +	{"Internal Mic", NULL, "MICBIAS1"},
> +	{"IN1P", NULL, "Internal Mic"},
> +};
> +
> +enum {
> +	BYT_RT5645_DMIC1_MAP,
> +	BYT_RT5645_DMIC2_MAP,
> +	BYT_RT5645_IN1_MAP,
> +};
> +
> +#define BYT_RT5645_MAP(quirk)	((quirk) & 0xff)
> +#define BYT_RT5645_DMIC_EN	BIT(16)
> +
> +static unsigned long byt_rt5645_quirk = BYT_RT5645_DMIC1_MAP |
> +					BYT_RT5645_DMIC_EN;
> +
> +static const struct snd_kcontrol_new byt_rt5645_controls[] = {
> +	SOC_DAPM_PIN_SWITCH("Headphone"),
> +	SOC_DAPM_PIN_SWITCH("Headset Mic"),
> +	SOC_DAPM_PIN_SWITCH("Internal Mic"),
> +	SOC_DAPM_PIN_SWITCH("Speaker"),
> +};
> +
> +static int byt_rt5645_hw_params(struct snd_pcm_substream *substream,
> +				struct snd_pcm_hw_params *params)
> +{
> +	struct snd_soc_pcm_runtime *rtd = substream->private_data;
> +	struct snd_soc_dai *codec_dai = rtd->codec_dai;
> +	int ret;
> +
> +	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
> +				     params_rate(params) * 256,
> +				     SND_SOC_CLOCK_IN);
> +	if (ret < 0) {
> +		dev_err(codec_dai->dev, "can't set codec clock %d\n", ret);
> +		return ret;
> +	}
> +	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
> +				  params_rate(params) * 64,
> +				  params_rate(params) * 256);
> +	if (ret < 0) {
> +		dev_err(codec_dai->dev, "can't set codec pll: %d\n", ret);
> +		return ret;
> +	}
> +	return 0;
> +}
> +
> +static int byt_rt5645_quirk_cb(const struct dmi_system_id *id)
> +{
> +	byt_rt5645_quirk = (unsigned long)id->driver_data;
> +	return 1;
> +}
> +
> +static const struct dmi_system_id byt_rt5645_quirk_table[] = {
> +	{
> +		.callback = byt_rt5645_quirk_cb,
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "X205TA"),
> +		},
> +		.driver_data = (unsigned long *)BYT_RT5645_IN1_MAP,
> +	},
> +	{
> +		.callback = byt_rt5645_quirk_cb,
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "DellInc."),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "Venue 8 Pro 5830"),
> +		},
> +		.driver_data = (unsigned long *)(BYT_RT5645_DMIC2_MAP |
> +						 BYT_RT5645_DMIC_EN),
> +	},
> +	{}
> +};
> +
> +static int byt_rt5645_init(struct snd_soc_pcm_runtime *runtime)
> +{
> +	int ret;
> +	struct snd_soc_card *card = runtime->card;
> +	const struct snd_soc_dapm_route *custom_map;
> +	int num_routes;
> +
> +	card->dapm.idle_bias_off = true;
> +
> +	ret = snd_soc_add_card_controls(card, byt_rt5645_controls,
> +					ARRAY_SIZE(byt_rt5645_controls));
> +	if (ret) {
> +		dev_err(card->dev, "unable to add card controls\n");
> +		return ret;
> +	}
> +
> +	dmi_check_system(byt_rt5645_quirk_table);
> +	switch (BYT_RT5645_MAP(byt_rt5645_quirk)) {
> +	case BYT_RT5645_IN1_MAP:
> +		custom_map = byt_rt5645_intmic_in1_map;
> +		num_routes = ARRAY_SIZE(byt_rt5645_intmic_in1_map);
> +		break;
> +	case BYT_RT5645_DMIC2_MAP:
> +		custom_map = byt_rt5645_intmic_dmic2_map;
> +		num_routes = ARRAY_SIZE(byt_rt5645_intmic_dmic2_map);
> +		break;
> +	default:
> +		custom_map = byt_rt5645_intmic_dmic1_map;
> +		num_routes = ARRAY_SIZE(byt_rt5645_intmic_dmic1_map);
> +	}
> +
> +	ret = snd_soc_dapm_add_routes(&card->dapm, custom_map, num_routes);
> +	if (ret)
> +		return ret;
> +
> +	snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone");
> +	snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker");
> +
> +	return ret;
> +}
> +
> +static struct snd_soc_ops byt_rt5645_ops = {
> +	.hw_params = byt_rt5645_hw_params,
> +};
> +
> +static struct snd_soc_dai_link byt_rt5645_dais[] = {
> +	{
> +		.name = "Baytrail Audio",
> +		.stream_name = "Audio",
> +		.cpu_dai_name = "baytrail-pcm-audio",
> +		.codec_dai_name = "rt5645-aif1",
> +		.codec_name = "i2c-10EC56458:00",
> +		.platform_name = "baytrail-pcm-audio",
> +		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
> +			   SND_SOC_DAIFMT_CBS_CFS,
> +		.init = byt_rt5645_init,
> +		.ops = &byt_rt5645_ops,
> +	},
> +};
> +
> +static struct snd_soc_card byt_rt5645_card = {
> +	.name = "byt-rt5645",
> +	.dai_link = byt_rt5645_dais,
> +	.num_links = ARRAY_SIZE(byt_rt5645_dais),
> +	.dapm_widgets = byt_rt5645_widgets,
> +	.num_dapm_widgets = ARRAY_SIZE(byt_rt5645_widgets),
> +	.dapm_routes = byt_rt5645_audio_map,
> +	.num_dapm_routes = ARRAY_SIZE(byt_rt5645_audio_map),
> +	.fully_routed = true,
> +};
> +
> +static int byt_rt5645_probe(struct platform_device *pdev)
> +{
> +	struct snd_soc_card *card = &byt_rt5645_card;
> +
> +	card->dev = &pdev->dev;
> +	return devm_snd_soc_register_card(&pdev->dev, card);
> +}
> +
> +static struct platform_driver byt_rt5645_audio = {
> +	.probe = byt_rt5645_probe,
> +	.driver = {
> +		.name = "byt-rt5645",
> +		.pm = &snd_soc_pm_ops,
> +	},
> +};
> +module_platform_driver(byt_rt5645_audio)
> +
> +MODULE_DESCRIPTION("ASoC Intel(R) Baytrail Machine driver");
> +MODULE_AUTHOR("Omair Md Abdullah, Jarkko Nikula");
> +MODULE_LICENSE("GPL v2");
> +MODULE_ALIAS("platform:byt-rt5645");
> diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
> index 42f293f..bb28e84 100644
> --- a/sound/soc/intel/common/sst-acpi.c
> +++ b/sound/soc/intel/common/sst-acpi.c
> @@ -248,6 +248,7 @@ static struct sst_acpi_desc sst_acpi_broadwell_desc = {
>  
>  static struct sst_acpi_mach baytrail_machines[] = {
>  	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> +	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
>  	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
>  	{}
>  };
> -- 
> 2.4.1
> 
> 
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
> 

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-27  6:45   ` Takashi Iwai
@ 2015-05-27  8:54     ` Michele Curti
  2015-05-27 18:41       ` Liam Girdwood
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-27  8:54 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Wed, May 27, 2015 at 08:45:43AM +0200, Takashi Iwai wrote:
> At Sat, 23 May 2015 18:32:51 +0200,
> Michele Curti wrote:
> > 
> > On Thu, May 21, 2015 at 04:52:32PM +0200, Michele Curti wrote:
> > > Hi all,
> > > I'm going to *try* to "write" a driver for the sound card on my new laptop,
> > > an asus x205ta.
> > > 
> > > To be fair I have almost no experience but I'm hoping that all the code is
> > > already present and it only needs some adaptations.
> > > 
> > > The cpu is a intel bay trail z3735f, the sound card is a realtek rt5648 that
> > > has the same product Id of the rt5645 (0x6308).
> > > 
> > > I see in kernel sources:
> > >  - the codec driver
> > > 	sound/soc/codecs/rt5645.c
> > >  - a baytrail board that uses the rt5640
> > > 	sound/soc/intel/boards/byt-rt5640.c
> > >  - a braswell board that uses the rt5645
> > > 	sound/soc/intel/boards/cht_bsw_rt5645.c
> > > 
> > > What do you think?  Is it feasible, given a good amount of free-time? :p
> > > 
> > > Thanks,
> > > Michele
> > 
> > 
> > So I started.. :)
> > At the end of the email there is the patch.
> > 
> > 
> > What I did:
> >   - copied the board file byt-rt5640.c to byt-rt5645.c
> >   - find&replace 5640->5645 in byt-rt5645.c
> >   - added acpi device id to detect the sound card
> >   - added kernel config SND_SOC_INTEL_BYT_RT5645_MACH to select the driver
> > 
> > 
> > Nothing works.
> > 
> > But at least the right modules are loaded it seems..  Here the output of 
> > "lsmod | grep snd":
> > snd_soc_sst_baytrail_pcm    24576  0 
> > snd_soc_sst_ipc        16384  1 snd_soc_sst_baytrail_pcm
> > snd_soc_sst_dsp        36864  2 snd_soc_sst_baytrail_pcm,snd_soc_sst_ipc
> > snd_soc_sst_byt_rt5645_mach    16384  0 
> > snd_soc_rt5645         94208  0 
> > regmap_i2c             16384  1 snd_soc_rt5645
> > snd_soc_rl6231         16384  1 snd_soc_rt5645
> > snd_soc_core          159744  3 snd_soc_rt5645,snd_soc_sst_baytrail_pcm,snd_soc_sst_byt_rt5645_mach
> > snd_compress           20480  1 snd_soc_core
> > dw_dmac_core           28672  2 dw_dmac,snd_soc_sst_dsp
> > snd_pcm                90112  3 snd_soc_rt5645,snd_soc_core,snd_soc_sst_baytrail_pcm
> > snd_timer              28672  1 snd_pcm
> > snd                    57344  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
> > soundcore              16384  1 snd
> > snd_soc_sst_acpi       16384  0 
> > 
> > 
> > And dmesg tells me: 
> > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> > [  +0.088989] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.062539] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.021995] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.001828] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.016646] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
> > [  +0.002541] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.004755] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
> > [  +0.003586] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.002844] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.001705] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.011199] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
> > [  +0.018094] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.067913] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
> > [  +0.004378] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.000145] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.000980] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
> > [  +0.000949] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.020845] (NULL device *): ipc: error DSP boot timeout
> > [  +0.213465] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.036706] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +0.008144] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > [  +1.811435] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
> > [  +0.014526] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
> > [  +0.092535] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
> > [  +0.000011] brcmfmac: brcmf_add_if: ignore IF event
> > 
> > 
> > For now I'm at a standstill and I don't understand a lot of things...
> > I will read the code.. :)
> > 
> > Regards,
> > Michele
> > 
> > Signed-off-by: Michele Curti <michele.curti@gmail.com>
> 
> Keyon, could you take a look?
> 
> 
> Takashi

Thank you!  In that patch I did a typo:

> > index 0000000..5bdb56e
> > --- /dev/null
> > +++ b/sound/soc/intel/boards/byt-rt5645.c
> > @@ -0,0 +1,222 @@
> > +/*
[snip]
> > +
> > +static struct snd_soc_dai_link byt_rt5645_dais[] = {
> > +	{
> > +		.name = "Baytrail Audio",
> > +		.stream_name = "Audio",
> > +		.cpu_dai_name = "baytrail-pcm-audio",
> > +		.codec_dai_name = "rt5645-aif1",
> > +		.codec_name = "i2c-10EC56458:00",

here.  This must be "i2c-10EC5648:00", but errors remain the same...

The error
> > [  +0.020845] (NULL device *): ipc: error DSP boot timeout
made me think that I chose the wrong platform/machine because:
- it is stange that device is NULL
- it is strange that dsp doesn't work after loading the firmware.

So instead of adapting the boards/byt-rt5640.c I tried to adapt
boards/bytcr_rt5640.c that uses
  .cpu_dai_name = "ssp2-port",
  .platform_name = "sst-mfld-platform",

I got a "dummy sound card" but no hardware sound card..

I remember that the errors
> > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
remain.  Now I don't have access to the laptop, so I cannot post the new 
errors that showed up, but if you want me to make some experiments, I'll 
do :)

Thanks,
Michele

PS: for the dumb things that I write, forgive me :p

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-27  8:54     ` Michele Curti
@ 2015-05-27 18:41       ` Liam Girdwood
  2015-05-27 20:13         ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-05-27 18:41 UTC (permalink / raw)
  To: Michele Curti, Bard Liao; +Cc: Takashi Iwai, alsa-devel

+ Bard for the codec issues.

On Wed, 2015-05-27 at 10:54 +0200, Michele Curti wrote:
> On Wed, May 27, 2015 at 08:45:43AM +0200, Takashi Iwai wrote:
> > At Sat, 23 May 2015 18:32:51 +0200,
> > Michele Curti wrote:
> > > 
> > > On Thu, May 21, 2015 at 04:52:32PM +0200, Michele Curti wrote:
> > > > Hi all,
> > > > I'm going to *try* to "write" a driver for the sound card on my new laptop,
> > > > an asus x205ta.
> > > > 
> > > > To be fair I have almost no experience but I'm hoping that all the code is
> > > > already present and it only needs some adaptations.
> > > > 

I'd expect most of the code to be present, but it's likely some
integration is required for differences to HW/BIOS compared to the
driver development platform.

> > > > The cpu is a intel bay trail z3735f, the sound card is a realtek rt5648 that
> > > > has the same product Id of the rt5645 (0x6308).
> > > > 
> > > > I see in kernel sources:
> > > >  - the codec driver
> > > > 	sound/soc/codecs/rt5645.c
> > > >  - a baytrail board that uses the rt5640
> > > > 	sound/soc/intel/boards/byt-rt5640.c
> > > >  - a braswell board that uses the rt5645
> > > > 	sound/soc/intel/boards/cht_bsw_rt5645.c
> > > > 
> > > > What do you think?  Is it feasible, given a good amount of free-time? :p
> > > > 
> > > > Thanks,
> > > > Michele
> > > 
> > > 
> > > So I started.. :)
> > > At the end of the email there is the patch.
> > > 
> > > 
> > > What I did:
> > >   - copied the board file byt-rt5640.c to byt-rt5645.c
> > >   - find&replace 5640->5645 in byt-rt5645.c
> > >   - added acpi device id to detect the sound card
> > >   - added kernel config SND_SOC_INTEL_BYT_RT5645_MACH to select the driver
> > > 
> > > 
> > > Nothing works.
> > > 
> > > But at least the right modules are loaded it seems..  Here the output of 
> > > "lsmod | grep snd":
> > > snd_soc_sst_baytrail_pcm    24576  0 
> > > snd_soc_sst_ipc        16384  1 snd_soc_sst_baytrail_pcm
> > > snd_soc_sst_dsp        36864  2 snd_soc_sst_baytrail_pcm,snd_soc_sst_ipc
> > > snd_soc_sst_byt_rt5645_mach    16384  0 
> > > snd_soc_rt5645         94208  0 
> > > regmap_i2c             16384  1 snd_soc_rt5645
> > > snd_soc_rl6231         16384  1 snd_soc_rt5645
> > > snd_soc_core          159744  3 snd_soc_rt5645,snd_soc_sst_baytrail_pcm,snd_soc_sst_byt_rt5645_mach
> > > snd_compress           20480  1 snd_soc_core
> > > dw_dmac_core           28672  2 dw_dmac,snd_soc_sst_dsp
> > > snd_pcm                90112  3 snd_soc_rt5645,snd_soc_core,snd_soc_sst_baytrail_pcm
> > > snd_timer              28672  1 snd_pcm
> > > snd                    57344  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
> > > soundcore              16384  1 snd
> > > snd_soc_sst_acpi       16384  0 
> > > 

OK, this means the audio DSP and codec devices are present in the BIOS.

> > > 
> > > And dmesg tells me: 
> > > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio

Looks like the codec has no platform data and is failing to get a valid
IRQ number. Do you know what IRQ the code is actually requesting as it
could be bogus ?

> > > [  +0.088989] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.062539] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.021995] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.001828] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.016646] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
> > > [  +0.002541] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.004755] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
> > > [  +0.003586] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.002844] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.001705] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.011199] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
> > > [  +0.018094] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.067913] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
> > > [  +0.004378] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.000145] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.000980] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
> > > [  +0.000949] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.020845] (NULL device *): ipc: error DSP boot timeout

Ok, this means the ADSP FW has been loaded but has failed to boot for
some reason. Can you switch on driver dev_dbg() output.

> > > [  +0.213465] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.036706] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +0.008144] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > [  +1.811435] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
> > > [  +0.014526] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
> > > [  +0.092535] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
> > > [  +0.000011] brcmfmac: brcmf_add_if: ignore IF event
> > > 
> > > 
> > > For now I'm at a standstill and I don't understand a lot of things...
> > > I will read the code.. :)
> > > 
> > > Regards,
> > > Michele
> > > 
> > > Signed-off-by: Michele Curti <michele.curti@gmail.com>
> > 
> > Keyon, could you take a look?
> > 
> > 
> > Takashi
> 
> Thank you!  In that patch I did a typo:
> 
> > > index 0000000..5bdb56e
> > > --- /dev/null
> > > +++ b/sound/soc/intel/boards/byt-rt5645.c
> > > @@ -0,0 +1,222 @@
> > > +/*
> [snip]
> > > +
> > > +static struct snd_soc_dai_link byt_rt5645_dais[] = {
> > > +	{
> > > +		.name = "Baytrail Audio",
> > > +		.stream_name = "Audio",
> > > +		.cpu_dai_name = "baytrail-pcm-audio",
> > > +		.codec_dai_name = "rt5645-aif1",
> > > +		.codec_name = "i2c-10EC56458:00",
> 
> here.  This must be "i2c-10EC5648:00", but errors remain the same...
> 
> The error
> > > [  +0.020845] (NULL device *): ipc: error DSP boot timeout
> made me think that I chose the wrong platform/machine because:
> - it is stange that device is NULL
> - it is strange that dsp doesn't work after loading the firmware.
> 

The NULL device is just a bug in the code. The device should be set
prior to any driver messages. 

> So instead of adapting the boards/byt-rt5640.c I tried to adapt
> boards/bytcr_rt5640.c that uses
>   .cpu_dai_name = "ssp2-port",
>   .platform_name = "sst-mfld-platform",
> 
> I got a "dummy sound card" but no hardware sound card..

There are 2 BYT DSP driver upstream, they are for different HW
configurations. Can you stick with boards/byt-rt5640.c for the moment
until we can debug further.

> 
> I remember that the errors
> > > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> remain.  Now I don't have access to the laptop, so I cannot post the new 
> errors that showed up, but if you want me to make some experiments, I'll 
> do :)
> 

Ok, lets get the dev_dbg() output enabled for sst-baytrail*.c and we can
take it from there.

Thanks

Liam

> Thanks,
> Michele
> 
> PS: for the dumb things that I write, forgive me :p
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-27 18:41       ` Liam Girdwood
@ 2015-05-27 20:13         ` Michele Curti
  2015-05-28 11:31           ` Liam Girdwood
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-27 20:13 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel

On Wed, May 27, 2015 at 07:41:56PM +0100, Liam Girdwood wrote:
> 
> > > > 
> > > > And dmesg tells me: 
> > > > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > > > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> 
> Looks like the codec has no platform data and is failing to get a valid
> IRQ number. Do you know what IRQ the code is actually requesting as it
> could be bogus ?

The IRQ was indeed -1, using the latest linux-next the IRQ is now 146, so I'll
keep using linux-next for my tests.  The gpio requested is 0.

[    1.419012] rt5645 i2c-10EC5648:00: Requesting IRQ 146
[    1.419134] rt5645 i2c-10EC5648:00: Requesting gpio 0
[    1.419141] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
[    1.419156] gpiod_direction_input: invalid GPIO
[    1.419161] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio

> > So instead of adapting the boards/byt-rt5640.c I tried to adapt
> > boards/bytcr_rt5640.c that uses
> >   .cpu_dai_name = "ssp2-port",
> >   .platform_name = "sst-mfld-platform",
> > 
> > I got a "dummy sound card" but no hardware sound card..
> 
> There are 2 BYT DSP driver upstream, they are for different HW
> configurations. Can you stick with boards/byt-rt5640.c for the moment
> until we can debug further.
> 
> > 
> > I remember that the errors
> > > > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > > > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> > remain.  Now I don't have access to the laptop, so I cannot post the new 
> > errors that showed up, but if you want me to make some experiments, I'll 
> > do :)
> > 
> 
> Ok, lets get the dev_dbg() output enabled for sst-baytrail*.c and we can
> take it from there.

Sure, these new lines appeared:

[    1.515886] baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
[    1.519619] baytrail-pcm-audio baytrail-pcm-audio: header sign=$SST\xffffffb4^M^D size=0x40db4 modules=0x1 fmt=0x100 size=32

Full dmesg output:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.0-rc5-next-20150527-asus+ (zio@asus) (gcc version 5.1.0 (GCC) ) #12 SMP PREEMPT Wed May 27 21:45:00 CEST 2015
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007bf13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bf14000-0x000000007bf43fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bf44000-0x000000007bf77fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007bf78000-0x000000007c040fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c041000-0x000000007c928fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c929000-0x000000007c984fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007c985000-0x000000007cbfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x7bf77000  ACPI 2.0=0x7bf77014  SMBIOS=0x7c928190 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X205TA/X205TA, BIOS X205TA.205 10/06/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7cc00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 07CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[    0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[    0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ba00000-0x7bbfffff]
[    0.000000]  [mem 0x7ba00000-0x7bbfffff] page 2M
[    0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7b9fffff]
[    0.000000]  [mem 0x60000000-0x7b9fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7bc00000-0x7bf13fff]
[    0.000000]  [mem 0x7bc00000-0x7bdfffff] page 2M
[    0.000000]  [mem 0x7be00000-0x7bf13fff] page 4k
[    0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c985000-0x7cbfffff]
[    0.000000]  [mem 0x7c985000-0x7c9fffff] page 4k
[    0.000000]  [mem 0x7ca00000-0x7cbfffff] page 2M
[    0.000000] BRK [0x01b3b000, 0x01b3bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37b50000-0x37d9ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007BF77014 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007BF760F8 0000D4 (v01 _ASUS_ Notebook 00000003 MSFT 0100000D)
[    0.000000] ACPI: FACP 0x000000007BF72000 00010C (v05 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: DSDT 0x000000007BF5B000 0126F4 (v02 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: TCPA 0x000000007BF75000 000032 (v02                 00000000      00000000)
[    0.000000] ACPI: UEFI 0x000000007BFF4000 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: OEM0 0x000000007BF74000 000084 (v05 _ASUS_ BATTERY  00000003 AMI  0100000D)
[    0.000000] ACPI: DBG2 0x000000007BF73000 000072 (v00 _ASUS_ INTLDBG2 00000003 AMI  0100000D)
[    0.000000] ACPI: HPET 0x000000007BF71000 000038 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: LPIT 0x000000007BF70000 000104 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: APIC 0x000000007BF6F000 00006C (v03 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: MCFG 0x000000007BF6E000 00003C (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF5A000 000603 (v01 _ASUS_ CpuDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF58000 001BE2 (v01 _ASUS_ DptfTab  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF57000 000058 (v01 _ASUS_ LowPwrM  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF56000 0000FF (v01 _ASUS_ SoCDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: FPDT 0x000000007BF55000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007BF54000 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF53000 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF52000 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF51000 000427 (v01 Intel_ Tpm2Tabl 00001000 INTL 20061109)
[    0.000000] ACPI: TPM2 0x000000007BF50000 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x000000007BF4F000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007BF4E000 00014C (v00 _ASUS_ Notebook 00000005 INTL 20120624)
[    0.000000] ACPI: MSDM 0x000000007BF42F90 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076c00000-ffff880078bfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007cbfffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000007bf13fff]
[    0.000000]   node   0: [mem 0x000000007c985000-0x000000007cbfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007cbfffff]
[    0.000000] On node 0 totalpages: 507691
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7920 pages used for memmap
[    0.000000]   DMA32 zone: 503695 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88007ba00000 s98840 r8192 d32232 u524288
[    0.000000] pcpu-alloc: s98840 r8192 d32232 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 499685
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1936940K/2030764K available (6031K kernel code, 947K rwdata, 1860K rodata, 1180K init, 1132K bss, 93824K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:4352 nr_irqs:1024 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x10
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1331200 KHz
[    0.000000] lapic_timer_frequency = 277333
[    0.000000] tsc: Detected 1331.200 MHz processor
[    0.000058] Calibrating delay loop (skipped), value calculated using timer frequency.. 2663.33 BogoMIPS (lpj=4437333)
[    0.000066] pid_max: default: 32768 minimum: 301
[    0.000088] ACPI: Core revision 20150515
[    0.057400] ACPI: All ACPI Tables successfully acquired
[    0.059395] Security Framework initialized
[    0.059403] Yama: becoming mindful.
[    0.059437] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.059444] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.059869] Initializing cgroup subsys blkio
[    0.059879] Initializing cgroup subsys memory
[    0.059899] Initializing cgroup subsys devices
[    0.059907] Initializing cgroup subsys freezer
[    0.059915] Initializing cgroup subsys net_cls
[    0.059949] CPU: Physical Processor ID: 0
[    0.059954] CPU: Processor Core ID: 0
[    0.059961] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.059965] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.064870] mce: CPU supports 6 MCE banks
[    0.064883] CPU0: Thermal monitoring enabled (TM1)
[    0.064890] process: using mwait in idle threads
[    0.064898] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.064902] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.065130] Freeing SMP alternatives memory: 20K (ffffffff81a15000 - ffffffff81a1a000)
[    0.066745] Ignoring BGRT: invalid status 0 (expected 1)
[    0.071289] ftrace: allocating 22974 entries in 90 pages
[    0.089998] TSC deadline timer enabled
[    0.090008] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[    0.090056] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.090078] ... version:                3
[    0.090081] ... bit width:              40
[    0.090084] ... generic registers:      2
[    0.090088] ... value mask:             000000ffffffffff
[    0.090091] ... max period:             000000ffffffffff
[    0.090094] ... fixed-purpose events:   3
[    0.090098] ... event mask:             0000000700000003
[    0.103551] x86: Booting SMP configuration:
[    0.103561] .... node  #0, CPUs:      #1
[    0.111767] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.115127]  #2 #3
[    0.134740] x86: Booted up 1 node, 4 CPUs
[    0.134748] smpboot: Total of 4 processors activated (10653.33 BogoMIPS)
[    0.135883] devtmpfs: initialized
[    0.145429] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.145436] PM: Registering ACPI NVS region [mem 0x7bf78000-0x7c040fff] (823296 bytes)
[    0.145670] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.145878] pinctrl core: initialized pinctrl subsystem
[    0.145942] RTC time: 19:45:47, date: 05/27/15
[    0.146292] NET: Registered protocol family 16
[    0.161436] cpuidle: using governor ladder
[    0.178126] cpuidle: using governor menu
[    0.178199] ACPI: bus type PCI registered
[    0.178205] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.178388] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.178395] PCI: not using MMCONFIG
[    0.178400] PCI: Using configuration type 1 for base access
[    0.189014] ACPI: Added _OSI(Module Device)
[    0.189021] ACPI: Added _OSI(Processor Device)
[    0.189025] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.189029] ACPI: Added _OSI(Processor Aggregator Device)
[    0.221347] ACPI: Dynamic OEM Table Load:
[    0.221375] ACPI: SSDT 0xFFFF880076BE9800 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.223644] ACPI: Dynamic OEM Table Load:
[    0.223668] ACPI: SSDT 0xFFFF880076BEA000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.226530] ACPI: Dynamic OEM Table Load:
[    0.226552] ACPI: SSDT 0xFFFF880076BF2A00 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.228749] ACPI: Dynamic OEM Table Load:
[    0.228771] ACPI: SSDT 0xFFFF88007B453000 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.233025] ACPI: Interpreter enabled
[    0.233046] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150515/hwxface-580)
[    0.233060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150515/hwxface-580)
[    0.233073] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150515/hwxface-580)
[    0.233096] ACPI: (supports S0 S5)
[    0.233101] ACPI: Using IOAPIC for interrupt routing
[    0.233163] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.243802] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.243810] PCI: not using MMCONFIG
[    0.243847] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.248476] ACPI: Power Resource [USBC] (on)
[    0.255908] ACPI: Power Resource [PLPE] (on)
[    0.267169] ACPI: Power Resource [CLK0] (on)
[    0.267296] ACPI: Power Resource [CLK1] (on)
[    0.267968] ACPI: Power Resource [P28T] (off)
[    0.268090] ACPI: Power Resource [P18T] (off)
[    0.273573] ACPI: Power Resource [P28X] (off)
[    0.273702] ACPI: Power Resource [P18X] (off)
[    0.273830] ACPI: Power Resource [P28P] (off)
[    0.273957] ACPI: Power Resource [P18P] (off)
[    0.274095] ACPI: Power Resource [P1XT] (off)
[    0.275581] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.283629] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.283645] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.283776] \_SB_.PCI0:_OSC invalid UUID
[    0.283781] _OSC request data:1 1e 0 
[    0.283793] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.284188] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.284704] PCI host bridge to bus 0000:00
[    0.284714] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.284721] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.284727] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.284733] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.284739] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.284745] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.284751] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.284757] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.284764] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
[    0.284770] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000 window]
[    0.284776] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
[    0.284782] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.284799] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.285060] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.285090] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.285108] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.285125] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.285376] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.285413] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.285481] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.285709] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.285750] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[    0.285766] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[    0.285850] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.286073] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.286347] pci_bus 0000:00: on NUMA node 0
[    0.287160] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287346] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287531] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287716] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287905] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.288098] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.288283] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.288482] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.301673] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.301681] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.301687] vgaarb: loaded
[    0.301691] vgaarb: bridge control possible 0000:00:02.0
[    0.301874] SCSI subsystem initialized
[    0.301898] ACPI: bus type USB registered
[    0.301961] usbcore: registered new interface driver usbfs
[    0.301994] usbcore: registered new interface driver hub
[    0.302065] usbcore: registered new device driver usb
[    0.318337] PCI: Using ACPI for IRQ routing
[    0.318346] PCI: pci_cache_line_size set to 64 bytes
[    0.318375] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.318381] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.318386] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.318391] e820: reserve RAM buffer [mem 0x7bf14000-0x7bffffff]
[    0.318395] e820: reserve RAM buffer [mem 0x7cc00000-0x7fffffff]
[    0.318723] NetLabel: Initializing
[    0.318728] NetLabel:  domain hash size = 128
[    0.318732] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.318760] NetLabel:  unlabeled traffic allowed by default
[    0.318867] Switched to clocksource refined-jiffies
[    0.334447] pnp: PnP ACPI init
[    0.334603] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.335107] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.335116] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.335123] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.335129] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.335136] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.335147] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.335421] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.337003] system 00:03: [io  0x0240-0x0259] has been reserved
[    0.337015] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.350055] pnp: PnP ACPI: found 4 devices
[    0.355915] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.355924] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.355930] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.355937] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.355943] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.355949] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.355955] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.355962] pci_bus 0000:00: resource 11 [mem 0x90c00000-0x90ffffff window]
[    0.355968] pci_bus 0000:00: resource 12 [mem 0x7cf00001-0x7ef00000 window]
[    0.355974] pci_bus 0000:00: resource 13 [mem 0x80000000-0x908ffffe window]
[    0.355980] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.356056] NET: Registered protocol family 2
[    0.356358] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.356434] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.356552] TCP: Hash tables configured (established 16384 bind 16384)
[    0.356608] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.356635] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.356744] NET: Registered protocol family 1
[    0.356783] pci 0000:00:02.0: Video device with shadowed ROM
[    0.357165] PCI: CLS 0 bytes, default 64
[    0.357293] Unpacking initramfs...
[    0.453874] Freeing initrd memory: 2368K (ffff880037b50000 - ffff880037da0000)
[    0.454168] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x829
[    0.454185] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x829
[    0.454215] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x829
[    0.454234] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x829
[    0.454350] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.454424] Scanning for low memory corruption every 60 seconds
[    0.455140] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.455178] Initialise system trusted keyring
[    0.455919] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.460427] zpool: loaded
[    0.460435] zbud: loaded
[    0.460863] VFS: Disk quotas dquot_6.6.0
[    0.460969] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.462110] Key type big_key registered
[    0.462513] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.462611] io scheduler noop registered
[    0.462619] io scheduler deadline registered
[    0.462714] io scheduler cfq registered (default)
[    0.462866] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.462916] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.463000] efifb: probing for efifb
[    0.463050] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000800000, using 4160k, total 4160k
[    0.463055] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    0.463058] efifb: scrolling: redraw
[    0.463064] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.473496] Console: switching to colour frame buffer device 170x48
[    0.483635] fb0: EFI VGA frame buffer device
[    0.483664] intel_idle: MWAIT substates: 0x33000020
[    0.483669] intel_idle: v0.4 model 0x37
[    0.483673] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.484191] GHES: HEST is not enabled!
[    0.484356] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.504648] 00:02: ttyS0 at I/O 0x3f8 (irq = 203, base_baud = 115200) is a 16550A
[    0.505555] hpet: number irqs doesn't agree with number of timers
[    0.505616] Linux agpgart interface v0.103
[    0.506592] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.506610] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.507020] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    0.507032] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.507550] hub 1-0:1.0: USB hub found
[    0.507577] hub 1-0:1.0: 6 ports detected
[    0.508818] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.508832] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.509254] hub 2-0:1.0: USB hub found
[    0.509278] hub 2-0:1.0: 1 port detected
[    0.509681] usbcore: registered new interface driver usb-storage
[    0.509716] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20150515/evxface-654)
[    0.509929] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.509976] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[    0.510002] i2c /dev entries driver
[    0.510438] Intel P-state driver initializing.
[    0.510870] sdhci: Secure Digital Host Controller Interface driver
[    0.510883] sdhci: Copyright(c) Pierre Ossman
[    0.512127] sdhci-acpi 80860F14:00: No vmmc regulator found
[    0.512145] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    0.515518] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    0.517019] sdhci-acpi INT33BB:00: No vmmc regulator found
[    0.517037] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    0.520382] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    0.521601] sdhci-acpi PNP0FFF:00: No vmmc regulator found
[    0.521610] sdhci-acpi PNP0FFF:00: No vqmmc regulator found
[    0.524787] mmc2: SDHCI controller on ACPI [PNP0FFF:00] using ADMA
[    0.524882] ledtrig-cpu: registered to indicate activity on CPUs
[    0.525914] NET: Registered protocol family 10
[    0.526609] NET: Registered protocol family 17
[    0.527783] Loading compiled-in X.509 certificates
[    0.527825] registered taskstats version 1
[    0.528337]   Magic number: 15:275:800
[    0.528519] rtc_cmos 00:00: setting system clock to 2015-05-27 19:45:48 UTC (1432755948)
[    0.529747] Freeing unused kernel memory: 1180K (ffffffff818ee000 - ffffffff81a15000)
[    0.529760] Write protecting the kernel read-only data: 8192k
[    0.530169] Freeing unused kernel memory: 100K (ffff8800015e7000 - ffff880001600000)
[    0.530317] Freeing unused kernel memory: 188K (ffff8800017d1000 - ffff880001800000)
[    0.546232] random: systemd-tmpfile urandom read with 3 bits of entropy available
[    0.650930] mmc0: MAN_BKOPS_EN bit is not set
[    0.660949] mmc0: new HS200 MMC card at address 0001
[    0.661208] mmcblk0: mmc0:0001 HBG4e\x05 29.1 GiB 
[    0.661312] mmcblk0boot0: mmc0:0001 HBG4e\x05 partition 1 4.00 MiB
[    0.661404] mmcblk0boot1: mmc0:0001 HBG4e\x05 partition 2 4.00 MiB
[    0.661495] mmcblk0rpmb: mmc0:0001 HBG4e\x05 partition 3 4.00 MiB
[    0.663975]  mmcblk0: p1 p2
[    0.758300] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.759806] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.761314] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.764022] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.823789] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    0.823876] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    0.834535] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    0.880619] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    0.936213] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    0.936593] systemd[1]: Detected architecture 'x86-64'.
[    0.938700] systemd[1]: Set hostname to <asus>.
[    0.997699] systemd[1]: Unit type .busname is not supported on this system.
[    1.047901] systemd[1]: Unit type .swap is not supported on this system.
[    1.051443] systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
[    1.052455] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.052488] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    1.052752] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.052785] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    1.052836] systemd[1]: Reached target Swap.
[    1.052861] systemd[1]: Starting Swap.
[    1.052897] systemd[1]: Reached target Encrypted Volumes.
[    1.052922] systemd[1]: Starting Encrypted Volumes.
[    1.052958] systemd[1]: Reached target Remote File Systems.
[    1.052983] systemd[1]: Starting Remote File Systems.
[    1.053468] systemd[1]: Created slice Root Slice.
[    1.053496] systemd[1]: Starting Root Slice.
[    1.053587] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.053613] systemd[1]: Starting LVM2 metadata daemon socket.
[    1.053723] systemd[1]: Listening on Journal Socket.
[    1.053756] systemd[1]: Starting Journal Socket.
[    1.053849] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.053876] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    1.054055] systemd[1]: Listening on networkd rtnetlink socket.
[    1.054081] systemd[1]: Starting networkd rtnetlink socket.
[    1.054157] systemd[1]: Listening on udev Control Socket.
[    1.054183] systemd[1]: Starting udev Control Socket.
[    1.054259] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.054285] systemd[1]: Starting Journal Socket (/dev/log).
[    1.063434] systemd[1]: Listening on Journal Audit Socket.
[    1.063551] systemd[1]: Listening on Delayed Shutdown Socket.
[    1.063580] systemd[1]: Starting Delayed Shutdown Socket.
[    1.063913] systemd[1]: Created slice System Slice.
[    1.063949] systemd[1]: Starting System Slice.
[    1.064711] systemd[1]: Started Load Kernel Modules.
[    1.065071] systemd[1]: Created slice system-wpa_supplicant.slice.
[    1.065099] systemd[1]: Starting system-wpa_supplicant.slice.
[    1.066188] systemd[1]: Starting Journal Service...
[    1.066261] systemd[1]: Started File System Check on Root Device.
[    1.067486] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.068727] systemd[1]: Mounting Huge Pages File System...
[    1.068800] systemd[1]: Mounted FUSE Control File System.
[    1.070109] systemd[1]: Mounting POSIX Message Queue File System...
[    1.075913] systemd[1]: Mounting Temporary Directory...
[    1.077398] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.078879] systemd[1]: Mounting Configuration File System...
[    1.079977] systemd[1]: Started Set Up Additional Binary Formats.
[    1.081334] systemd[1]: Starting Apply Kernel Variables...
[    1.082794] systemd[1]: Starting Setup Virtual Console...
[    1.082982] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.083016] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    1.083121] systemd[1]: Listening on udev Kernel Socket.
[    1.083148] systemd[1]: Starting udev Kernel Socket.
[    1.084510] systemd[1]: Starting udev Coldplug all Devices...
[    1.085964] systemd[1]: Mounting Debug File System...
[    1.086377] systemd[1]: Created slice system-getty.slice.
[    1.086411] systemd[1]: Starting system-getty.slice.
[    1.086709] systemd[1]: Created slice User and Session Slice.
[    1.086745] systemd[1]: Starting User and Session Slice.
[    1.086790] systemd[1]: Reached target Slices.
[    1.086816] systemd[1]: Starting Slices.
[    1.086961] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.086988] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    1.087035] systemd[1]: Reached target Paths.
[    1.087071] systemd[1]: Starting Paths.
[    1.089515] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.093659] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered,commit=60
[    1.095730] systemd[1]: Mounted Configuration File System.
[    1.095850] systemd[1]: Mounted POSIX Message Queue File System.
[    1.095926] systemd[1]: Mounted Debug File System.
[    1.096000] systemd[1]: Mounted Huge Pages File System.
[    1.096073] systemd[1]: Mounted Temporary Directory.
[    1.102781] systemd-journald[122]: Failed to set file attributes: Inappropriate ioctl for device
[    1.105752] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.107177] systemd[1]: Started Apply Kernel Variables.
[    1.134954] systemd[1]: Started udev Coldplug all Devices.
[    1.135972] systemd[1]: Started Journal Service.
[    1.175094] systemd-journald[122]: Received request to flush runtime journal from PID 1
[    1.240284] 80860F0A:00: ttyS1 at MMIO 0x90941000 (irq = 191, base_baud = 2764800) is a 16550A
[    1.240825] 80860F0A:01: ttyS2 at MMIO 0x90947000 (irq = 193, base_baud = 2764800) is a 16550A
[    1.246965] hidraw: raw HID events driver (C) Jiri Kosina
[    1.275359] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    1.276041] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    1.289084] ACPI: AC Adapter [ADP1] (off-line)
[    1.289617] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.290132] ACPI: Lid Switch [LID]
[    1.290288] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.290297] ACPI: Power Button [PWRB]
[    1.290415] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.290423] ACPI: Sleep Button [SLPB]
[    1.300506] [Firmware Bug]: No valid trip found
[    1.313691] wmi: Mapper loaded
[    1.334865] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    1.334875] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    1.357266] [drm] Initialized drm 1.1.0 20060810
[    1.414702] [drm] Memory usable by graphics device = 2048M
[    1.414713] checking generic (80000000 410000) vs hw (80000000 10000000)
[    1.414717] fb: switching to inteldrmfb from EFI VGA
[    1.414764] Console: switching to colour dummy device 80x25
[    1.415001] [drm] Replacing VGA console driver
[    1.415624] cfg80211: Calling CRDA to update world regulatory domain
[    1.418683] ACPI: Battery Slot [BATC] (battery present)
[    1.419012] rt5645 i2c-10EC5648:00: Requesting IRQ 146
[    1.419134] rt5645 i2c-10EC5648:00: Requesting gpio 0
[    1.419141] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
[    1.419156] gpiod_direction_input: invalid GPIO
[    1.419161] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
[    1.426917] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.426924] [drm] Driver supports precise vblank timestamp query.
[    1.441445] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    1.482674] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    1.499177] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[    1.499220] Switched to clocksource tsc
[    1.508338] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.515886] baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
[    1.519619] baytrail-pcm-audio baytrail-pcm-audio: header sign=$SST\xffffffb4
\x04 size=0x40db4 modules=0x1 fmt=0x100 size=32
[    1.526275] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.529122] SSE version of gcm_enc/dec engaged.
[    1.530339] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.531892] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.532802] Bluetooth: Core ver 2.20
[    1.532836] NET: Registered protocol family 31
[    1.532841] Bluetooth: HCI device and connection manager initialized
[    1.532850] Bluetooth: HCI socket layer initialized
[    1.532856] Bluetooth: L2CAP socket layer initialized
[    1.532870] Bluetooth: SCO socket layer initialized
[    1.533454] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.534229] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.536497] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.559748] asus_wmi: ASUS WMI generic driver loaded
[    1.570437] asus_wmi: Initialization: 0x1
[    1.570544] asus_wmi: BIOS WMI version: 7.9
[    1.570630] asus_wmi: SFUN value: 0x37
[    1.573418] iTCO_vendor_support: vendor-support=0
[    1.573421] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input4
[    1.575579] asus_wmi: Number of fans: 1
[    1.577758] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.577862] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    1.578156] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.578231] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.589329] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    1.595373] fbcon: inteldrmfb (fb0) is primary device
[    1.595888] asus_wmi: Backlight controlled by ACPI video driver
[    1.597220] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.597943] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.598895] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    1.599235] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.599239] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    1.599336] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.607711] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.609333] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    1.609640] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
[    1.619160] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.624110] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    1.626307] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.626520] usbcore: registered new interface driver brcmfmac
[    1.640675] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    1.640752] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.641545] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.643140] intel_rapl: Found RAPL domain package
[    1.643145] intel_rapl: Found RAPL domain core
[    1.654055] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.710397] random: nonblocking pool is initialized
[    1.710444] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    1.719259] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    1.719519] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input7
[    1.720122] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    1.720312] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.727315] mousedev: PS/2 mouse device common for all mice
[    1.749656] (NULL device *): ipc: error DSP boot timeout
[    1.775944] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    1.951699] hub 1-2:1.0: USB hub found
[    1.951996] hub 1-2:1.0: 4 ports detected
[    1.953022] usb: failed to peer 1-2-port1 and usb2-port1 by location (1-2-port1:none) (usb2-port1:usb1-port1)
[    1.953035] usb 1-2-port1: failed to peer to usb2-port1 (-16)
[    1.953036] usb: port power management may be unreliable
[    1.953276] usb: failed to peer 1-2-port2 and usb2-port1 by location (1-2-port2:none) (usb2-port1:usb1-port1)
[    1.953279] usb 1-2-port2: failed to peer to usb2-port1 (-16)
[    1.953501] usb: failed to peer 1-2-port3 and usb2-port1 by location (1-2-port3:none) (usb2-port1:usb1-port1)
[    1.953513] usb 1-2-port3: failed to peer to usb2-port1 (-16)
[    1.953731] usb: failed to peer 1-2-port4 and usb2-port1 by location (1-2-port4:none) (usb2-port1:usb1-port1)
[    1.953743] usb 1-2-port4: failed to peer to usb2-port1 (-16)
[    1.955514] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.969571] media: Linux media interface: v0.10
[    1.979049] Linux video capture interface: v2.00
[    1.991877] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    1.991966] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.000462] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input8
[    2.000642] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.000725] usbcore: registered new interface driver uvcvideo
[    2.000726] USB Video Class driver (1.1.1)
[    2.722322] Console: switching to colour frame buffer device 170x48
[    2.734139] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.734141] i915 0000:00:02.0: registered panic notifier
[    3.815318] brcmfmac: brcmf_proto_bcdc_query_dcmd: brcmf_proto_bcdc_msg failed w/status -110
[    3.815328] brcmfmac: brcmf_c_preinit_dcmds: Retreiving cur_etheraddr failed, -52
[    3.815332] brcmfmac: brcmf_bus_start: failed: -52
[    3.815341] brcmfmac: brcmf_sdio_firmware_callback: dongle is not responding
[    3.815830] mmc1:0001:1: pending IRQ with no handler
[    4.566694] cfg80211: Calling CRDA to update world regulatory domain
[    7.715740] cfg80211: Calling CRDA to update world regulatory domain
[   10.863260] cfg80211: Calling CRDA to update world regulatory domain
[   14.017185] cfg80211: Calling CRDA to update world regulatory domain
[   17.163251] cfg80211: Calling CRDA to update world regulatory domain
[   20.308619] cfg80211: Calling CRDA to update world regulatory domain
[   23.454905] cfg80211: Calling CRDA to update world regulatory domain
[   26.600074] cfg80211: Calling CRDA to update world regulatory domain
[   29.749141] cfg80211: Calling CRDA to update world regulatory domain
[   32.898187] cfg80211: Calling CRDA to update world regulatory domain
[   36.047250] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA


Thanks,
Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-27 20:13         ` Michele Curti
@ 2015-05-28 11:31           ` Liam Girdwood
  2015-05-28 12:53             ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-05-28 11:31 UTC (permalink / raw)
  To: Michele Curti; +Cc: Takashi Iwai, Bard Liao, alsa-devel

On Wed, 2015-05-27 at 22:13 +0200, Michele Curti wrote:
> On Wed, May 27, 2015 at 07:41:56PM +0100, Liam Girdwood wrote:
> > 
> > > > > 
> > > > > And dmesg tells me: 
> > > > > [  +1.386847] rt5645 i2c-10EC5648:00: Failed to reguest IRQ: -22
> > > > > [  +0.000102] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > > > [  +0.000094] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> > 
> > Looks like the codec has no platform data and is failing to get a valid
> > IRQ number. Do you know what IRQ the code is actually requesting as it
> > could be bogus ?
> 
> The IRQ was indeed -1, using the latest linux-next the IRQ is now 146, so I'll
> keep using linux-next for my tests.  The gpio requested is 0.
> 

GPIO is 0 because there is no platform data coming form the codec ACPI
data. This may have to be defined as a quirk in the codec driver. Bard
any suggestion here for the HP detect GPIOs ? 

> > 
> > Ok, lets get the dev_dbg() output enabled for sst-baytrail*.c and we can
> > take it from there.
> 
> Sure, these new lines appeared:
> 
> [    1.515886] baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
> [    1.519619] baytrail-pcm-audio baytrail-pcm-audio: header sign=$SST\xffffffb4^M^D size=0x40db4 modules=0x1 fmt=0x100 size=32
> 

That means FW file format is good.


> [    2.000642] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered

We are seeing a lot of these. Can you confirm whether this driver has
probed ? If not can you see it's ACPI ID listed
under /sys/bus/acpi/devices. 

If it's not probing, it may also have a different ACPI ID compared to
the reference driver. You may have to add an entry to sst-acpi.c i.e.

static struct sst_acpi_mach baytrail_machines[] = {
	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
	{}
};

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-28 11:31           ` Liam Girdwood
@ 2015-05-28 12:53             ` Michele Curti
  2015-05-28 13:21               ` Liam Girdwood
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-28 12:53 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel

On Thu, May 28, 2015 at 12:31:08PM +0100, Liam Girdwood wrote:
> 
> > [    2.000642] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> 
> We are seeing a lot of these. Can you confirm whether this driver has
> probed ? If not can you see it's ACPI ID listed
> under /sys/bus/acpi/devices. 
> 
> If it's not probing, it may also have a different ACPI ID compared to
> the reference driver. You may have to add an entry to sst-acpi.c i.e.
> 
> static struct sst_acpi_mach baytrail_machines[] = {
> 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> 	{}
> };
> 
> Liam
>

Yes I already added an element in this list, I wrote:

static struct sst_acpi_mach baytrail_machines[] = {
	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
	{}
};

because in the i2c bus i saw:
[zio@asus linux-next]$ ls /sys/bus/acpi/devices/ | grep 10EC
10EC5648:00



About the probe, if I understood what you mean, the driver fails to probe
because of the DSP boot timeout.

The probe function is called, I added some debug: 

static int sst_byt_pcm_dev_probe(struct platform_device *pdev)
{
	struct sst_pdata *sst_pdata = dev_get_platdata(&pdev->dev);
	int ret;

	ret = sst_byt_dsp_init(&pdev->dev, sst_pdata);
	if (ret < 0) {
		pr_info("sst_byt_pcm_dev_probe failed dsp init\n");
		return -ENODEV;
	}

	ret = snd_soc_register_platform(&pdev->dev, &byt_soc_platform);
	if (ret < 0) {
		pr_info("sst_byt_pcm_dev_probe failed register platform\n");
		goto err_plat;
	}

	ret = snd_soc_register_component(&pdev->dev, &byt_dai_component,
					 byt_dais, ARRAY_SIZE(byt_dais));
	if (ret < 0) {
		pr_info("sst_byt_pcm_dev_probe failed register component\n");
		goto err_comp;
	}

	return 0;

err_comp:
	snd_soc_unregister_platform(&pdev->dev);
err_plat:
	sst_byt_dsp_free(&pdev->dev, sst_pdata);
	return ret;
}

and in dmesg I got:

[zio@asus ~]$ dmesg | grep probe
[    1.794754] sst_byt_pcm_dev_probe failed dsp init

Thanks,
Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-28 12:53             ` Michele Curti
@ 2015-05-28 13:21               ` Liam Girdwood
  2015-05-28 19:17                 ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-05-28 13:21 UTC (permalink / raw)
  To: Michele Curti; +Cc: Takashi Iwai, Bard Liao, alsa-devel

On Thu, 2015-05-28 at 14:53 +0200, Michele Curti wrote:
> On Thu, May 28, 2015 at 12:31:08PM +0100, Liam Girdwood wrote:
> > 
> > > [    2.000642] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > 
> > We are seeing a lot of these. Can you confirm whether this driver has
> > probed ? If not can you see it's ACPI ID listed
> > under /sys/bus/acpi/devices. 
> > 
> > If it's not probing, it may also have a different ACPI ID compared to
> > the reference driver. You may have to add an entry to sst-acpi.c i.e.
> > 
> > static struct sst_acpi_mach baytrail_machines[] = {
> > 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> > 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> > 	{}
> > };
> > 
> > Liam
> >
> 
> Yes I already added an element in this list, I wrote:
> 
> static struct sst_acpi_mach baytrail_machines[] = {
> 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> 	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
> 	{}
> };
> 
> because in the i2c bus i saw:
> [zio@asus linux-next]$ ls /sys/bus/acpi/devices/ | grep 10EC
> 10EC5648:00

> 
> 
> About the probe, if I understood what you mean, the driver fails to probe
> because of the DSP boot timeout.
> 
> The probe function is called, I added some debug: 
> 
> static int sst_byt_pcm_dev_probe(struct platform_device *pdev)
> {
> 	struct sst_pdata *sst_pdata = dev_get_platdata(&pdev->dev);
> 	int ret;
> 
> 	ret = sst_byt_dsp_init(&pdev->dev, sst_pdata);
> 	if (ret < 0) {
> 		pr_info("sst_byt_pcm_dev_probe failed dsp init\n");
> 		return -ENODEV;
> 	}
> 
> 	ret = snd_soc_register_platform(&pdev->dev, &byt_soc_platform);
> 	if (ret < 0) {
> 		pr_info("sst_byt_pcm_dev_probe failed register platform\n");
> 		goto err_plat;
> 	}
> 
> 	ret = snd_soc_register_component(&pdev->dev, &byt_dai_component,
> 					 byt_dais, ARRAY_SIZE(byt_dais));
> 	if (ret < 0) {
> 		pr_info("sst_byt_pcm_dev_probe failed register component\n");
> 		goto err_comp;
> 	}
> 
> 	return 0;
> 
> err_comp:
> 	snd_soc_unregister_platform(&pdev->dev);
> err_plat:
> 	sst_byt_dsp_free(&pdev->dev, sst_pdata);
> 	return ret;
> }
> 
> and in dmesg I got:
> 
> [zio@asus ~]$ dmesg | grep probe
> [    1.794754] sst_byt_pcm_dev_probe failed dsp init
> 

Ok, so the DSP FW has been loaded but the FW is failing to boot. The FW
is just copied with memcpy() from the host to the DSP memory. Some
things to check :-

1) Does the DSP have a valid IRQ number and handler. The IRQ is used to
signal FW boot has completed.

2) Can you verify the FW data copied with memcpy by reading it back from
DSP memory. The DSP device may be in D3 here...

3) can you send the output of sst_byt_dump_shim() when boot fails.

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-28 13:21               ` Liam Girdwood
@ 2015-05-28 19:17                 ` Michele Curti
  2015-05-29  9:42                   ` Liam Girdwood
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-28 19:17 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel

On Thu, May 28, 2015 at 02:21:34PM +0100, Liam Girdwood wrote:
> On Thu, 2015-05-28 at 14:53 +0200, Michele Curti wrote:
> > and in dmesg I got:
> > 
> > [zio@asus ~]$ dmesg | grep probe
> > [    1.794754] sst_byt_pcm_dev_probe failed dsp init
> > 
> 
> Ok, so the DSP FW has been loaded but the FW is failing to boot. The FW
> is just copied with memcpy() from the host to the DSP memory. Some
> things to check :-
> 
> 1) Does the DSP have a valid IRQ number and handler. The IRQ is used to
> signal FW boot has completed.

Ok, now my ignorance is setting in..  Tried to understand how to determine
if the IRQ is valid but without success..  This is going to take a while, 
I'll be back :p

For now I tried to modify the code in this way:

        if (err == 0) {
                err = -EIO;
-               dev_err(byt->dev, "ipc: error DSP boot timeout\n");
-               goto boot_err;
+               dev_err(byt->dev, "ipc: error DSP boot timeout, continue anyway\n");
+               //goto boot_err;
        }

to let the probe continue, the system become quite unusable but I get the 
logs.

May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
May 28 20:34:00 asus kernel: irq used for dsp = 6

---> The IRQ number used is 6

May 28 20:34:00 asus kernel: [101B blob data]
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting IRQ 146
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting gpio 0
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
May 28 20:34:00 asus kernel: gpiod_direction_input: invalid GPIO
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
May 28 20:34:00 asus kernel: Linux video capture interface: v2.00
May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain package
May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain core
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: Bluetooth: Core ver 2.20
May 28 20:34:00 asus kernel: NET: Registered protocol family 31
May 28 20:34:00 asus kernel: Bluetooth: HCI device and connection manager initialized
May 28 20:34:00 asus kernel: Bluetooth: HCI socket layer initialized
May 28 20:34:00 asus kernel: Bluetooth: L2CAP socket layer initialized
May 28 20:34:00 asus kernel: Bluetooth: SCO socket layer initialized
May 28 20:34:00 asus kernel: Bluetooth: Generic Bluetooth SDIO driver ver 0.1
May 28 20:34:00 asus kernel: asus_wmi: ASUS WMI generic driver loaded
May 28 20:34:00 asus kernel: i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
May 28 20:34:00 asus kernel: asus_wmi: Initialization: 0x1
May 28 20:34:00 asus kernel: asus_wmi: BIOS WMI version: 7.9
May 28 20:34:00 asus kernel: asus_wmi: SFUN value: 0x37
May 28 20:34:00 asus kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
May 28 20:34:00 asus kernel: i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
May 28 20:34:00 asus kernel: input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
May 28 20:34:00 asus kernel: uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: asus_wmi: Number of fans: 1
May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
May 28 20:34:00 asus kernel: input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input7
May 28 20:34:00 asus kernel: asus_wmi: Backlight controlled by ACPI video driver
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
May 28 20:34:00 asus kernel: usbcore: registered new interface driver uvcvideo
May 28 20:34:00 asus kernel: USB Video Class driver (1.1.1)
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
May 28 20:34:00 asus kernel: brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: usbcore: registered new interface driver brcmfmac
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: random: nonblocking pool is initialized
May 28 20:34:00 asus kernel: i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
May 28 20:34:00 asus kernel: input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input8
May 28 20:34:00 asus kernel: hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
May 28 20:34:00 asus kernel: mousedev: PS/2 mouse device common for all mice
May 28 20:34:00 asus kernel: (NULL device *): ipc: error DSP boot timeout, continue anyway
May 28 20:34:00 asus kernel: (NULL device *): FW version: 04.05.13.a0
May 28 20:34:00 asus kernel: (NULL device *): Build type: a0
May 28 20:34:00 asus kernel: (NULL device *): Build date: Apr  2 2014 14:14:39
May 28 20:34:00 asus kernel: sst_byt_pcm_probe probe ok

--> the probe "succeed"

May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: rt5645-aif1 <-> baytrail-pcm-audio mapping ok
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPOLP
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPOLP -> direct -> Speaker
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPOLN
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPOLN -> direct -> Speaker
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPORP
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPORP -> direct -> Speaker
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPORN
May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPORN -> direct -> Speaker
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC1 Swap Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC2 Swap Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC3 Swap Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 L Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 R Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 L Mux has no paths
May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 R Mux has no paths
May 28 20:34:00 asus kernel: Console: switching to colour frame buffer device 170x48
May 28 20:34:00 asus kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
May 28 20:34:00 asus kernel: i915 0000:00:02.0: registered panic notifier
May 28 20:34:02 asus kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
May 28 20:34:02 asus kernel: brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
May 28 20:34:02 asus kernel: brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
May 28 20:34:02 asus kernel: brcmfmac: brcmf_add_if: ignore IF event
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open

--> and then every second i got the following errors

May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_params, pcm_data ffff880076b6f780
May 28 20:34:02 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
May 28 20:34:02 asus kernel: (NULL device *): ipc: error stream commit failed
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: failed stream commit -110
May 28 20:34:02 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_params, pcm_data ffff880076b6f780
May 28 20:34:03 asus kernel: cfg80211: Calling CRDA to update world regulatory domain
May 28 20:34:03 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
May 28 20:34:03 asus kernel: (NULL device *): ipc: error stream commit failed
May 28 20:34:03 asus kernel:  Baytrail Audio: PCM: failed stream commit -110
May 28 20:34:03 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
May 28 20:34:03 asus kernel:  Baytrail Audio: PCM: hw_free
May 28 20:34:03 asus kernel:  Baytrail Audio: PCM: hw_params, pcm_data ffff880076b6f780


> 
> 2) Can you verify the FW data copied with memcpy by reading it back from
> DSP memory. The DSP device may be in D3 here...
> 
> 3) can you send the output of sst_byt_dump_shim() when boot fails.
> 
> Liam
> 

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-28 19:17                 ` Michele Curti
@ 2015-05-29  9:42                   ` Liam Girdwood
  2015-05-29 13:17                     ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-05-29  9:42 UTC (permalink / raw)
  To: Michele Curti; +Cc: Takashi Iwai, Bard Liao, alsa-devel

On Thu, 2015-05-28 at 21:17 +0200, Michele Curti wrote:

> to let the probe continue, the system become quite unusable but I get the 
> logs.
> 
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
> May 28 20:34:00 asus kernel: irq used for dsp = 6
> 
> ---> The IRQ number used is 6
> 
> May 28 20:34:00 asus kernel: [101B blob data]
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting IRQ 146
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting gpio 0
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> May 28 20:34:00 asus kernel: gpiod_direction_input: invalid GPIO
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
> May 28 20:34:00 asus kernel: Linux video capture interface: v2.00
> May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain package
> May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain core
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
> May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered


This is confusing as we can see messages about the baytrail-pcm-audio
device not being registered and then valid messages from said device ?
I'm wondering if you have created 2 baytrail-pcm-audio devices ? The
ordering is also confusing since the block allocation should come before
the DSP boot....

Can you paste the diff for all the audio changes you have made and also
the output of lsmod when this happens.

> May 28 20:34:00 asus kernel: Bluetooth: Core ver 2.20
> May 28 20:34:00 asus kernel: NET: Registered protocol family 31
> May 28 20:34:00 asus kernel: Bluetooth: HCI device and connection manager initialized
> May 28 20:34:00 asus kernel: Bluetooth: HCI socket layer initialized
> May 28 20:34:00 asus kernel: Bluetooth: L2CAP socket layer initialized
> May 28 20:34:00 asus kernel: Bluetooth: SCO socket layer initialized
> May 28 20:34:00 asus kernel: Bluetooth: Generic Bluetooth SDIO driver ver 0.1
> May 28 20:34:00 asus kernel: asus_wmi: ASUS WMI generic driver loaded
> May 28 20:34:00 asus kernel: i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
> May 28 20:34:00 asus kernel: asus_wmi: Initialization: 0x1
> May 28 20:34:00 asus kernel: asus_wmi: BIOS WMI version: 7.9
> May 28 20:34:00 asus kernel: asus_wmi: SFUN value: 0x37
> May 28 20:34:00 asus kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
> May 28 20:34:00 asus kernel: i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
> May 28 20:34:00 asus kernel: input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
> May 28 20:34:00 asus kernel: uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: asus_wmi: Number of fans: 1
> May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
> May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> May 28 20:34:00 asus kernel: input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input7
> May 28 20:34:00 asus kernel: asus_wmi: Backlight controlled by ACPI video driver
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
> May 28 20:34:00 asus kernel: usbcore: registered new interface driver uvcvideo
> May 28 20:34:00 asus kernel: USB Video Class driver (1.1.1)
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
> May 28 20:34:00 asus kernel: brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: usbcore: registered new interface driver brcmfmac
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: random: nonblocking pool is initialized
> May 28 20:34:00 asus kernel: i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
> May 28 20:34:00 asus kernel: input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input8
> May 28 20:34:00 asus kernel: hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> May 28 20:34:00 asus kernel: mousedev: PS/2 mouse device common for all mice
> May 28 20:34:00 asus kernel: (NULL device *): ipc: error DSP boot timeout, continue anyway
> May 28 20:34:00 asus kernel: (NULL device *): FW version: 04.05.13.a0
> May 28 20:34:00 asus kernel: (NULL device *): Build type: a0
> May 28 20:34:00 asus kernel: (NULL device *): Build date: Apr  2 2014 14:14:39
> May 28 20:34:00 asus kernel: sst_byt_pcm_probe probe ok
> 
> --> the probe "succeed"

This date looks valid (meaning the FW has correctly booted) and also
like we are not getting the IRQ from the DSP.

> 
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: rt5645-aif1 <-> baytrail-pcm-audio mapping ok
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPOLP
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPOLP -> direct -> Speaker
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPOLN
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPOLN -> direct -> Speaker
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPORP
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPORP -> direct -> Speaker
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: no source widget found for SPORN
> May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: Failed to add route SPORN -> direct -> Speaker
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC1 Swap Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC2 Swap Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC3 Swap Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 L Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 R Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 L Mux has no paths
> May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 R Mux has no paths
> May 28 20:34:00 asus kernel: Console: switching to colour frame buffer device 170x48
> May 28 20:34:00 asus kernel: i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
> May 28 20:34:00 asus kernel: i915 0000:00:02.0: registered panic notifier
> May 28 20:34:02 asus kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
> May 28 20:34:02 asus kernel: brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
> May 28 20:34:02 asus kernel: brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
> May 28 20:34:02 asus kernel: brcmfmac: brcmf_add_if: ignore IF event
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: close
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: open
> 
> --> and then every second i got the following errors
> 
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_params, pcm_data ffff880076b6f780
> May 28 20:34:02 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
> May 28 20:34:02 asus kernel: (NULL device *): ipc: error stream commit failed
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: failed stream commit -110
> May 28 20:34:02 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_free
> May 28 20:34:02 asus kernel:  Baytrail Audio: PCM: hw_params, pcm_data ffff880076b6f780
> May 28 20:34:03 asus kernel: cfg80211: Calling CRDA to update world regulatory domain
> May 28 20:34:03 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
> May 28 20:34:03 asus kernel: (NULL device *): ipc: error stream commit failed
> May 28 20:34:03 asus kernel:  Baytrail Audio: PCM: failed stream commit -110
> May 28 20:34:03 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
> May 28 20:34:03 asus kernel:  Baytrail Audio: PCM: hw_free
> May 28 20:34:03 asus kernel:  Baytrail Audio: PCM: hw_params, pcm_data ffff880076b6f780
> 
> 

This means we have not had a response from the DSP that it has completed
a command from the host. The IRQ is used to signal this too, so it's
possible that this is working on the FW side but the host is not getting
the IRQ.

> > 
> > 2) Can you verify the FW data copied with memcpy by reading it back from
> > DSP memory. The DSP device may be in D3 here...
> > 
> > 3) can you send the output of sst_byt_dump_shim() when boot fails.
> > 
> > Liam
> > 

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-29  9:42                   ` Liam Girdwood
@ 2015-05-29 13:17                     ` Michele Curti
  2015-06-01 11:06                       ` Liam Girdwood
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-05-29 13:17 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 5183 bytes --]

On Fri, May 29, 2015 at 10:42:01AM +0100, Liam Girdwood wrote:
> On Thu, 2015-05-28 at 21:17 +0200, Michele Curti wrote:
> 
> > to let the probe continue, the system become quite unusable but I get the 
> > logs.
> > 
> > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
> > May 28 20:34:00 asus kernel: irq used for dsp = 6
> > 
> > ---> The IRQ number used is 6
> > 
> > May 28 20:34:00 asus kernel: [101B blob data]
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
> > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting IRQ 146
> > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting gpio 0
> > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > May 28 20:34:00 asus kernel: gpiod_direction_input: invalid GPIO
> > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
> > May 28 20:34:00 asus kernel: Linux video capture interface: v2.00
> > May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain package
> > May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain core
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
> > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
> > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> 
> 
> This is confusing as we can see messages about the baytrail-pcm-audio
> device not being registered and then valid messages from said device ?
> I'm wondering if you have created 2 baytrail-pcm-audio devices ? The
> ordering is also confusing since the block allocation should come before
> the DSP boot....
> 
> Can you paste the diff for all the audio changes you have made and also
> the output of lsmod when this happens.
>

Sure, sorry for the number of attachments.. :p

I'm using linux-next next-20150528 and the (attached) kernel .config
kernel-config.txt.

Attached 3 patches:
 - 0001-add-baytrail-byt-rt5645-board.patch, which adds the board file and
   a couple of ACPI ID match
 - 0002-enable-debug.patch, which enables debug output for files in
   common/sst-*.c and baytrail/sst-*.c
 - 0003-ignore-dsp-boot-timeout.patch, used to ignore the dsp boot timeout
   and to let the baytrail-pcm-audio driver load

Applying all the three patches I got the dmesg output dmesg-ignore-dsp.txt
and the lsmod output lsmod-ignore-dsp.txt.

Applying only the first two patches, I got the output dmesg-normal.txt and
the lsmod output lsmod-normal.txt.

I attached also the content of /proc/interrupt in proc-interrupts.txt and
/proc/stat in proc-stat.txt, to maybe see the dsp interrupt..

Thanks!
Michele

[-- Attachment #2: dmesg-ignore-dsp.txt --]
[-- Type: text/plain, Size: 84061 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.0-rc5-next-20150528-asus+ (zio@asus) (gcc version 5.1.0 (GCC) ) #5 SMP PREEMPT Fri May 29 14:22:50 CEST 2015
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007bf13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bf14000-0x000000007bf43fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bf44000-0x000000007bf77fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007bf78000-0x000000007c040fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c041000-0x000000007c928fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c929000-0x000000007c984fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007c985000-0x000000007cbfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x7bf77000  ACPI 2.0=0x7bf77014  SMBIOS=0x7c928190 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X205TA/X205TA, BIOS X205TA.205 10/06/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7cc00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 07CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[    0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[    0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ba00000-0x7bbfffff]
[    0.000000]  [mem 0x7ba00000-0x7bbfffff] page 2M
[    0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7b9fffff]
[    0.000000]  [mem 0x60000000-0x7b9fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7bc00000-0x7bf13fff]
[    0.000000]  [mem 0x7bc00000-0x7bdfffff] page 2M
[    0.000000]  [mem 0x7be00000-0x7bf13fff] page 4k
[    0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c985000-0x7cbfffff]
[    0.000000]  [mem 0x7c985000-0x7c9fffff] page 4k
[    0.000000]  [mem 0x7ca00000-0x7cbfffff] page 2M
[    0.000000] BRK [0x01b3b000, 0x01b3bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37b50000-0x37d9ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007BF77014 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007BF760F8 0000D4 (v01 _ASUS_ Notebook 00000003 MSFT 0100000D)
[    0.000000] ACPI: FACP 0x000000007BF72000 00010C (v05 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: DSDT 0x000000007BF5B000 0126F4 (v02 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: TCPA 0x000000007BF75000 000032 (v02                 00000000      00000000)
[    0.000000] ACPI: UEFI 0x000000007BFF4000 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: OEM0 0x000000007BF74000 000084 (v05 _ASUS_ BATTERY  00000003 AMI  0100000D)
[    0.000000] ACPI: DBG2 0x000000007BF73000 000072 (v00 _ASUS_ INTLDBG2 00000003 AMI  0100000D)
[    0.000000] ACPI: HPET 0x000000007BF71000 000038 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: LPIT 0x000000007BF70000 000104 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: APIC 0x000000007BF6F000 00006C (v03 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: MCFG 0x000000007BF6E000 00003C (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF5A000 000603 (v01 _ASUS_ CpuDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF58000 001BE2 (v01 _ASUS_ DptfTab  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF57000 000058 (v01 _ASUS_ LowPwrM  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF56000 0000FF (v01 _ASUS_ SoCDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: FPDT 0x000000007BF55000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007BF54000 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF53000 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF52000 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF51000 000427 (v01 Intel_ Tpm2Tabl 00001000 INTL 20061109)
[    0.000000] ACPI: TPM2 0x000000007BF50000 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x000000007BF4F000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007BF4E000 00014C (v00 _ASUS_ Notebook 00000005 INTL 20120624)
[    0.000000] ACPI: MSDM 0x000000007BF42F90 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076c00000-ffff880078bfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007cbfffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000007bf13fff]
[    0.000000]   node   0: [mem 0x000000007c985000-0x000000007cbfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007cbfffff]
[    0.000000] On node 0 totalpages: 507691
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7920 pages used for memmap
[    0.000000]   DMA32 zone: 503695 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88007ba00000 s99416 r8192 d31656 u524288
[    0.000000] pcpu-alloc: s99416 r8192 d31656 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 499685
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1936940K/2030764K available (6033K kernel code, 946K rwdata, 1860K rodata, 1180K init, 1132K bss, 93824K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:4352 nr_irqs:1024 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x10
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1331200 KHz
[    0.000000] lapic_timer_frequency = 277333
[    0.000000] tsc: Detected 1331.200 MHz processor
[    0.000057] Calibrating delay loop (skipped), value calculated using timer frequency.. 2663.33 BogoMIPS (lpj=4437333)
[    0.000065] pid_max: default: 32768 minimum: 301
[    0.000087] ACPI: Core revision 20150515
[    0.055787] ACPI: All ACPI Tables successfully acquired
[    0.057817] Security Framework initialized
[    0.057825] Yama: becoming mindful.
[    0.057857] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.057865] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.058290] Initializing cgroup subsys blkio
[    0.058300] Initializing cgroup subsys memory
[    0.058320] Initializing cgroup subsys devices
[    0.058329] Initializing cgroup subsys freezer
[    0.058336] Initializing cgroup subsys net_cls
[    0.058371] CPU: Physical Processor ID: 0
[    0.058375] CPU: Processor Core ID: 0
[    0.058382] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.058386] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.063291] mce: CPU supports 6 MCE banks
[    0.063305] CPU0: Thermal monitoring enabled (TM1)
[    0.063311] process: using mwait in idle threads
[    0.063320] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.063324] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.063551] Freeing SMP alternatives memory: 20K (ffffffff81a15000 - ffffffff81a1a000)
[    0.065166] Ignoring BGRT: invalid status 0 (expected 1)
[    0.069707] ftrace: allocating 22992 entries in 90 pages
[    0.088429] TSC deadline timer enabled
[    0.088439] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[    0.088486] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.088508] ... version:                3
[    0.088512] ... bit width:              40
[    0.088515] ... generic registers:      2
[    0.088519] ... value mask:             000000ffffffffff
[    0.088522] ... max period:             000000ffffffffff
[    0.088525] ... fixed-purpose events:   3
[    0.088529] ... event mask:             0000000700000003
[    0.101982] x86: Booting SMP configuration:
[    0.101990] .... node  #0, CPUs:      #1
[    0.110197] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.113558]  #2 #3
[    0.133172] x86: Booted up 1 node, 4 CPUs
[    0.133179] smpboot: Total of 4 processors activated (10653.33 BogoMIPS)
[    0.134309] devtmpfs: initialized
[    0.143856] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.143863] PM: Registering ACPI NVS region [mem 0x7bf78000-0x7c040fff] (823296 bytes)
[    0.144094] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.144304] pinctrl core: initialized pinctrl subsystem
[    0.144368] RTC time: 12:27:34, date: 05/29/15
[    0.144723] NET: Registered protocol family 16
[    0.159868] cpuidle: using governor ladder
[    0.176555] cpuidle: using governor menu
[    0.176627] ACPI: bus type PCI registered
[    0.176633] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.176812] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.176819] PCI: not using MMCONFIG
[    0.176823] PCI: Using configuration type 1 for base access
[    0.187459] ACPI: Added _OSI(Module Device)
[    0.187466] ACPI: Added _OSI(Processor Device)
[    0.187470] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.187475] ACPI: Added _OSI(Processor Aggregator Device)
[    0.220000] ACPI: Dynamic OEM Table Load:
[    0.220028] ACPI: SSDT 0xFFFF880076BF1800 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.222298] ACPI: Dynamic OEM Table Load:
[    0.222321] ACPI: SSDT 0xFFFF880076BF2000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.225209] ACPI: Dynamic OEM Table Load:
[    0.225230] ACPI: SSDT 0xFFFF880076BFAA00 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.227441] ACPI: Dynamic OEM Table Load:
[    0.227463] ACPI: SSDT 0xFFFF88007B45B000 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.231738] ACPI: Interpreter enabled
[    0.231759] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150515/hwxface-580)
[    0.231773] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150515/hwxface-580)
[    0.231785] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150515/hwxface-580)
[    0.231809] ACPI: (supports S0 S5)
[    0.231814] ACPI: Using IOAPIC for interrupt routing
[    0.231876] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.242497] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.242505] PCI: not using MMCONFIG
[    0.242544] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.247168] ACPI: Power Resource [USBC] (on)
[    0.254597] ACPI: Power Resource [PLPE] (on)
[    0.265843] ACPI: Power Resource [CLK0] (on)
[    0.265970] ACPI: Power Resource [CLK1] (on)
[    0.266639] ACPI: Power Resource [P28T] (off)
[    0.266771] ACPI: Power Resource [P18T] (off)
[    0.272239] ACPI: Power Resource [P28X] (off)
[    0.272368] ACPI: Power Resource [P18X] (off)
[    0.272496] ACPI: Power Resource [P28P] (off)
[    0.272621] ACPI: Power Resource [P18P] (off)
[    0.272759] ACPI: Power Resource [P1XT] (off)
[    0.274240] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.282290] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.282307] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.282439] \_SB_.PCI0:_OSC invalid UUID
[    0.282444] _OSC request data:1 1e 0 
[    0.282456] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.282855] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.283370] PCI host bridge to bus 0000:00
[    0.283381] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.283387] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.283394] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.283400] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.283406] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.283412] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.283418] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.283437] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.283444] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
[    0.283450] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000 window]
[    0.283456] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
[    0.283463] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.283480] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.283727] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.283757] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.283775] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.283792] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.284040] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.284078] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.284145] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.284375] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.284416] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[    0.284432] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[    0.284516] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.284738] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.285011] pci_bus 0000:00: on NUMA node 0
[    0.285824] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286014] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286199] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286386] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286578] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286786] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286974] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287160] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.300364] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.300372] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.300377] vgaarb: loaded
[    0.300381] vgaarb: bridge control possible 0000:00:02.0
[    0.300548] SCSI subsystem initialized
[    0.300573] ACPI: bus type USB registered
[    0.300634] usbcore: registered new interface driver usbfs
[    0.300668] usbcore: registered new interface driver hub
[    0.300738] usbcore: registered new device driver usb
[    0.316971] PCI: Using ACPI for IRQ routing
[    0.316981] PCI: pci_cache_line_size set to 64 bytes
[    0.317008] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.317015] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.317020] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.317025] e820: reserve RAM buffer [mem 0x7bf14000-0x7bffffff]
[    0.317029] e820: reserve RAM buffer [mem 0x7cc00000-0x7fffffff]
[    0.317331] NetLabel: Initializing
[    0.317337] NetLabel:  domain hash size = 128
[    0.317340] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.317369] NetLabel:  unlabeled traffic allowed by default
[    0.317460] Switched to clocksource refined-jiffies
[    0.333118] pnp: PnP ACPI init
[    0.333273] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.333791] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.333800] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.333806] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.333813] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.333820] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.333830] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.334102] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.335661] system 00:03: [io  0x0240-0x0259] has been reserved
[    0.335673] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.348549] pnp: PnP ACPI: found 4 devices
[    0.354405] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.354415] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.354421] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.354427] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.354434] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.354440] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.354446] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.354452] pci_bus 0000:00: resource 11 [mem 0x90c00000-0x90ffffff window]
[    0.354459] pci_bus 0000:00: resource 12 [mem 0x7cf00001-0x7ef00000 window]
[    0.354465] pci_bus 0000:00: resource 13 [mem 0x80000000-0x908ffffe window]
[    0.354471] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.354547] NET: Registered protocol family 2
[    0.354858] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.354933] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.355051] TCP: Hash tables configured (established 16384 bind 16384)
[    0.355108] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.355135] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.355252] NET: Registered protocol family 1
[    0.355291] pci 0000:00:02.0: Video device with shadowed ROM
[    0.355669] PCI: CLS 0 bytes, default 64
[    0.355797] Unpacking initramfs...
[    0.452320] Freeing initrd memory: 2368K (ffff880037b50000 - ffff880037da0000)
[    0.452623] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x829
[    0.452641] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x829
[    0.452661] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x829
[    0.452680] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x829
[    0.452797] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.452868] Scanning for low memory corruption every 60 seconds
[    0.453577] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.453613] Initialise system trusted keyring
[    0.454364] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.458936] zpool: loaded
[    0.458944] zbud: loaded
[    0.459383] VFS: Disk quotas dquot_6.6.0
[    0.459492] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.460644] Key type big_key registered
[    0.461038] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.461129] io scheduler noop registered
[    0.461137] io scheduler deadline registered
[    0.461233] io scheduler cfq registered (default)
[    0.461386] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.461435] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.461521] efifb: probing for efifb
[    0.461554] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000800000, using 4160k, total 4160k
[    0.461559] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    0.461562] efifb: scrolling: redraw
[    0.461568] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.472093] Console: switching to colour frame buffer device 170x48
[    0.482302] fb0: EFI VGA frame buffer device
[    0.482331] intel_idle: MWAIT substates: 0x33000020
[    0.482336] intel_idle: v0.4 model 0x37
[    0.482340] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.482868] GHES: HEST is not enabled!
[    0.483021] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.503320] 00:02: ttyS0 at I/O 0x3f8 (irq = 203, base_baud = 115200) is a 16550A
[    0.504233] hpet: number irqs doesn't agree with number of timers
[    0.504295] Linux agpgart interface v0.103
[    0.505283] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.505301] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.505711] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    0.505723] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.506236] hub 1-0:1.0: USB hub found
[    0.506263] hub 1-0:1.0: 6 ports detected
[    0.507486] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.507498] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.507916] hub 2-0:1.0: USB hub found
[    0.507943] hub 2-0:1.0: 1 port detected
[    0.508349] usbcore: registered new interface driver usb-storage
[    0.508385] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20150515/evxface-654)
[    0.508596] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.508637] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[    0.508663] i2c /dev entries driver
[    0.509107] Intel P-state driver initializing.
[    0.509542] sdhci: Secure Digital Host Controller Interface driver
[    0.509555] sdhci: Copyright(c) Pierre Ossman
[    0.510805] sdhci-acpi 80860F14:00: No vmmc regulator found
[    0.510823] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    0.514196] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    0.515695] sdhci-acpi INT33BB:00: No vmmc regulator found
[    0.515712] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    0.519052] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    0.520270] sdhci-acpi PNP0FFF:00: No vmmc regulator found
[    0.520278] sdhci-acpi PNP0FFF:00: No vqmmc regulator found
[    0.523479] mmc2: SDHCI controller on ACPI [PNP0FFF:00] using ADMA
[    0.523567] ledtrig-cpu: registered to indicate activity on CPUs
[    0.524653] NET: Registered protocol family 10
[    0.525302] NET: Registered protocol family 17
[    0.526501] Loading compiled-in X.509 certificates
[    0.526540] registered taskstats version 1
[    0.527024]   Magic number: 15:371:482
[    0.527213] rtc_cmos 00:00: setting system clock to 2015-05-29 12:27:35 UTC (1432902455)
[    0.528448] Freeing unused kernel memory: 1180K (ffffffff818ee000 - ffffffff81a15000)
[    0.528461] Write protecting the kernel read-only data: 8192k
[    0.528863] Freeing unused kernel memory: 100K (ffff8800015e7000 - ffff880001600000)
[    0.529012] Freeing unused kernel memory: 188K (ffff8800017d1000 - ffff880001800000)
[    0.546026] random: systemd-tmpfile urandom read with 3 bits of entropy available
[    0.647185] mmc0: MAN_BKOPS_EN bit is not set
[    0.657258] mmc0: new HS200 MMC card at address 0001
[    0.657528] mmcblk0: mmc0:0001 HBG4e\x05 29.1 GiB 
[    0.657661] mmcblk0boot0: mmc0:0001 HBG4e\x05 partition 1 4.00 MiB
[    0.657757] mmcblk0boot1: mmc0:0001 HBG4e\x05 partition 2 4.00 MiB
[    0.657859] mmcblk0rpmb: mmc0:0001 HBG4e\x05 partition 3 4.00 MiB
[    0.660329]  mmcblk0: p1 p2
[    0.745178] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.746699] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.748204] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.750936] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.810365] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    0.810402] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    0.851719] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    0.877621] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    0.956247] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    0.956642] systemd[1]: Detected architecture 'x86-64'.
[    0.958442] systemd[1]: Set hostname to <asus>.
[    1.017378] systemd[1]: Unit type .busname is not supported on this system.
[    1.068428] systemd[1]: Unit type .swap is not supported on this system.
[    1.071971] systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
[    1.073071] systemd[1]: Reached target Swap.
[    1.073103] systemd[1]: Starting Swap.
[    1.073599] systemd[1]: Created slice Root Slice.
[    1.073628] systemd[1]: Starting Root Slice.
[    1.073718] systemd[1]: Listening on udev Control Socket.
[    1.073745] systemd[1]: Starting udev Control Socket.
[    1.073837] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.073863] systemd[1]: Starting Journal Socket (/dev/log).
[    1.073947] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.073973] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    1.074038] systemd[1]: Listening on Delayed Shutdown Socket.
[    1.074064] systemd[1]: Starting Delayed Shutdown Socket.
[    1.074162] systemd[1]: Listening on Journal Socket.
[    1.074194] systemd[1]: Starting Journal Socket.
[    1.074270] systemd[1]: Listening on udev Kernel Socket.
[    1.074296] systemd[1]: Starting udev Kernel Socket.
[    1.074386] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.074413] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    1.074454] systemd[1]: Reached target Encrypted Volumes.
[    1.074479] systemd[1]: Starting Encrypted Volumes.
[    1.084965] systemd[1]: Listening on Journal Audit Socket.
[    1.085115] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.085144] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    1.085255] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.085281] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    1.085319] systemd[1]: Reached target Paths.
[    1.085344] systemd[1]: Starting Paths.
[    1.085540] systemd[1]: Listening on networkd rtnetlink socket.
[    1.085567] systemd[1]: Starting networkd rtnetlink socket.
[    1.085604] systemd[1]: Reached target Remote File Systems.
[    1.085628] systemd[1]: Starting Remote File Systems.
[    1.085872] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.085904] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    1.086219] systemd[1]: Created slice System Slice.
[    1.086254] systemd[1]: Starting System Slice.
[    1.086820] systemd[1]: Started Set Up Additional Binary Formats.
[    1.087555] systemd[1]: Started Load Kernel Modules.
[    1.088781] systemd[1]: Mounting Debug File System...
[    1.090377] systemd[1]: Mounting Configuration File System...
[    1.091902] systemd[1]: Starting Journal Service...
[    1.093729] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.096168] systemd[1]: Starting udev Coldplug all Devices...
[    1.096645] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.096682] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    1.098575] systemd[1]: Mounting Huge Pages File System...
[    1.098668] systemd[1]: Started File System Check on Root Device.
[    1.100711] systemd[1]: Mounting POSIX Message Queue File System...
[    1.101168] systemd[1]: Created slice system-wpa_supplicant.slice.
[    1.101203] systemd[1]: Starting system-wpa_supplicant.slice.
[    1.113604] systemd[1]: Mounting Temporary Directory...
[    1.117032] systemd[1]: Starting Apply Kernel Variables...
[    1.118759] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.119965] systemd[1]: Created slice system-getty.slice.
[    1.120005] systemd[1]: Starting system-getty.slice.
[    1.120066] systemd[1]: Mounted FUSE Control File System.
[    1.120196] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.120225] systemd[1]: Starting LVM2 metadata daemon socket.
[    1.120891] systemd-journald[124]: Failed to set file attributes: Inappropriate ioctl for device
[    1.121625] systemd[1]: Starting Setup Virtual Console...
[    1.121988] systemd[1]: Created slice User and Session Slice.
[    1.122033] systemd[1]: Starting User and Session Slice.
[    1.122089] systemd[1]: Reached target Slices.
[    1.122115] systemd[1]: Starting Slices.
[    1.125731] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered,commit=60
[    1.126775] systemd[1]: Mounted Configuration File System.
[    1.126863] systemd[1]: Mounted POSIX Message Queue File System.
[    1.126923] systemd[1]: Mounted Debug File System.
[    1.126981] systemd[1]: Mounted Huge Pages File System.
[    1.127042] systemd[1]: Mounted Temporary Directory.
[    1.129152] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.132190] systemd[1]: Started Apply Kernel Variables.
[    1.132885] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.156882] systemd[1]: Started udev Coldplug all Devices.
[    1.176447] systemd[1]: Started First Boot Wizard.
[    1.177851] systemd[1]: Starting Load/Save Random Seed...
[    1.180270] systemd[1]: Started Rebuild Hardware Database.
[    1.180363] systemd[1]: Started Rebuild Dynamic Linker Cache.
[    1.180424] systemd[1]: Started Create System Users.
[    1.181929] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.194212] systemd[1]: Started Load/Save Random Seed.
[    1.222186] systemd[1]: Started Create Static Device Nodes in /dev.
[    1.223818] systemd[1]: Starting udev Kernel Device Manager...
[    1.223911] systemd[1]: Reached target Local File Systems (Pre).
[    1.223969] systemd[1]: Starting Local File Systems (Pre).
[    1.239053] systemd[1]: Started Setup Virtual Console.
[    1.256850] systemd[1]: Started udev Kernel Device Manager.
[    1.273889] systemd[1]: Started Journal Service.
[    1.289090] 80860F0A:00: ttyS1 at MMIO 0x90941000 (irq = 191, base_baud = 2764800) is a 16550A
[    1.289288] systemd-journald[124]: Received request to flush runtime journal from PID 1
[    1.291622] 80860F0A:01: ttyS2 at MMIO 0x90947000 (irq = 193, base_baud = 2764800) is a 16550A
[    1.400196] ACPI: AC Adapter [ADP1] (off-line)
[    1.406875] hidraw: raw HID events driver (C) Jiri Kosina
[    1.488854] ACPI: Battery Slot [BATC] (battery present)
[    1.495313] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[    1.495348] Switched to clocksource tsc
[    1.505577] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    1.506339] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    1.526964] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.527029] ACPI: Lid Switch [LID]
[    1.527155] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.527163] ACPI: Power Button [PWRB]
[    1.527276] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.527283] ACPI: Sleep Button [SLPB]
[    1.527661] [Firmware Bug]: No valid trip found
[    1.528132] wmi: Mapper loaded
[    1.676966] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    1.768718] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    1.846053] SSE version of gcm_enc/dec engaged.
[    1.943886] hub 1-2:1.0: USB hub found
[    1.944178] hub 1-2:1.0: 4 ports detected
[    1.945095] usb: failed to peer 1-2-port1 and usb2-port1 by location (1-2-port1:none) (usb2-port1:usb1-port1)
[    1.945103] usb 1-2-port1: failed to peer to usb2-port1 (-16)
[    1.945106] usb: port power management may be unreliable
[    1.945243] usb: failed to peer 1-2-port2 and usb2-port1 by location (1-2-port2:none) (usb2-port1:usb1-port1)
[    1.945249] usb 1-2-port2: failed to peer to usb2-port1 (-16)
[    1.945469] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
[    1.945539] usb: failed to peer 1-2-port3 and usb2-port1 by location (1-2-port3:none) (usb2-port1:usb1-port1)
[    1.945542] usb 1-2-port3: failed to peer to usb2-port1 (-16)
[    1.945570] gpiod_direction_input: invalid GPIO
[    1.945575] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
[    1.945706] usb: failed to peer 1-2-port4 and usb2-port1 by location (1-2-port4:none) (usb2-port1:usb1-port1)
[    1.945715] usb 1-2-port4: failed to peer to usb2-port1 (-16)
[    1.960105] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    1.960114] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    1.967820] media: Linux media interface: v0.10
[    1.979974] intel_rapl: Found RAPL domain package
[    1.979984] intel_rapl: Found RAPL domain core
[    2.001175] [drm] Initialized drm 1.1.0 20060810
[    2.011575] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.014733] Linux video capture interface: v2.00
[    2.029112] cfg80211: Calling CRDA to update world regulatory domain
[    2.032140] baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
[    2.032267] baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
[    2.032576] baytrail-pcm-audio baytrail-pcm-audio: header sign=$SST\xffffffb4\r\x04 size=0x40db4 modules=0x1 fmt=0x100 size=32
[    2.032587] baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
[    2.032595] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
[    2.032630] baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
[    2.032667] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
[    2.032673] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
[    2.032679] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
[    2.032684] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
[    2.032690] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
[    2.032696] baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
[    2.032701] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
[    2.032707] baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
[    2.032713] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
[    2.032719] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
[    2.032724] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
[    2.045004] baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
[    2.050582] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    2.050634] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.053320] baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
[    2.053334] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
[    2.057664] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
[    2.057675] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
[    2.057681] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
[    2.060940] asus_wmi: ASUS WMI generic driver loaded
[    2.062251] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
[    2.062424] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.062434] usbcore: registered new interface driver uvcvideo
[    2.062436] USB Video Class driver (1.1.1)
[    2.065648] asus_wmi: Initialization: 0x1
[    2.068982] asus_wmi: BIOS WMI version: 7.9
[    2.069087] asus_wmi: SFUN value: 0x37
[    2.075104] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
[    2.098896] asus_wmi: Number of fans: 1
[    2.100126] iTCO_vendor_support: vendor-support=0
[    2.102220] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    2.104176] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.104285] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    2.104903] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.105101] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.108718] Bluetooth: Core ver 2.20
[    2.108773] NET: Registered protocol family 31
[    2.108777] Bluetooth: HCI device and connection manager initialized
[    2.108787] Bluetooth: HCI socket layer initialized
[    2.108794] Bluetooth: L2CAP socket layer initialized
[    2.108808] Bluetooth: SCO socket layer initialized
[    2.108870] asus_wmi: Backlight controlled by ACPI video driver
[    2.110096] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.110408] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.117132] [drm] Memory usable by graphics device = 2048M
[    2.117142] checking generic (80000000 410000) vs hw (80000000 10000000)
[    2.117146] fb: switching to inteldrmfb from EFI VGA
[    2.117207] Console: switching to colour dummy device 80x25
[    2.117388] [drm] Replacing VGA console driver
[    2.118497] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.120048] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.121590] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.122900] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    2.122967] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.122974] [drm] Driver supports precise vblank timestamp query.
[    2.124383] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.127331] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
[    2.142132] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    2.142210] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.187091] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.199163] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    2.199536] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.199766] usbcore: registered new interface driver brcmfmac
[    2.200628] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.203617] random: nonblocking pool is initialized
[    2.208670] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.211930] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    2.221915] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    2.222125] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input7
[    2.222622] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    2.222680] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.226775] mousedev: PS/2 mouse device common for all mice
[    2.259879] fbcon: inteldrmfb (fb0) is primary device
[    2.266415] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.269100] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    2.269582] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    2.269648] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.282308] (NULL device *): ipc: error DSP boot timeout, continue anyway
[    2.282352] (NULL device *): FW version: 04.05.13.a0
[    2.282353] (NULL device *): Build type: a0
[    2.282355] (NULL device *): Build date: Apr  2 2014 14:14:39
[    2.282365] baytrail-pcm-audio: probe success
[    2.287066] byt-rt5645 byt-rt5645: rt5645-aif1 <-> baytrail-pcm-audio mapping ok
[    2.287116] byt-rt5645 byt-rt5645: ASoC: no source widget found for SPOLP
[    2.287120] byt-rt5645 byt-rt5645: ASoC: Failed to add route SPOLP -> direct -> Speaker
[    2.287127] byt-rt5645 byt-rt5645: ASoC: no source widget found for SPOLN
[    2.287130] byt-rt5645 byt-rt5645: ASoC: Failed to add route SPOLN -> direct -> Speaker
[    2.287138] byt-rt5645 byt-rt5645: ASoC: no source widget found for SPORP
[    2.287141] byt-rt5645 byt-rt5645: ASoC: Failed to add route SPORP -> direct -> Speaker
[    2.287148] byt-rt5645 byt-rt5645: ASoC: no source widget found for SPORN
[    2.287151] byt-rt5645 byt-rt5645: ASoC: Failed to add route SPORN -> direct -> Speaker
[    2.287566] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC1 Swap Mux has no paths
[    2.287572] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC2 Swap Mux has no paths
[    2.287577] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC3 Swap Mux has no paths
[    2.287582] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC Mux has no paths
[    2.287653] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 L Mux has no paths
[    2.287661] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 R Mux has no paths
[    2.287666] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 L Mux has no paths
[    2.287671] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 R Mux has no paths
[    3.364959] Console: switching to colour frame buffer device 170x48
[    3.379111] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.379114] i915 0000:00:02.0: registered panic notifier
[    4.387212] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[    4.401801] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    4.488779] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    4.488789] brcmfmac: brcmf_add_if: ignore IF event
[    5.154523]  Baytrail Audio: PCM: open
[    5.154659]  Baytrail Audio: PCM: hw_free
[    5.154665]  Baytrail Audio: PCM: close
[    5.155068]  Baytrail Audio: PCM: open
[    5.155168]  Baytrail Audio: PCM: hw_free
[    5.155174]  Baytrail Audio: PCM: close
[    5.157412]  Baytrail Audio: PCM: open
[    5.157550]  Baytrail Audio: PCM: hw_free
[    5.157555]  Baytrail Audio: PCM: close
[    5.158048]  Baytrail Audio: PCM: open
[    5.158531]  Baytrail Audio: PCM: hw_free
[    5.158537]  Baytrail Audio: PCM: close
[    5.164027]  Baytrail Audio: PCM: open
[    5.174961] cfg80211: Calling CRDA to update world regulatory domain
[    5.222824]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    5.482176] cfg80211: Calling CRDA to update world regulatory domain
[    5.524355] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    5.524378] (NULL device *): ipc: error stream commit failed
[    5.524394]  Baytrail Audio: PCM: failed stream commit -110
[    5.524411] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    5.524433]  Baytrail Audio: PCM: hw_free
[    5.524542]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    5.825764] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    5.825788] (NULL device *): ipc: error stream commit failed
[    5.825803]  Baytrail Audio: PCM: failed stream commit -110
[    5.825821] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    5.825844]  Baytrail Audio: PCM: hw_free
[    5.825971]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    6.125682] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    6.125705] (NULL device *): ipc: error stream commit failed
[    6.125726]  Baytrail Audio: PCM: failed stream commit -110
[    6.125737] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    6.125751]  Baytrail Audio: PCM: hw_free
[    6.125868]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    6.426511] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    6.426535] (NULL device *): ipc: error stream commit failed
[    6.426550]  Baytrail Audio: PCM: failed stream commit -110
[    6.426568] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    6.426592]  Baytrail Audio: PCM: hw_free
[    6.426706]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    6.725373] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    6.725396] (NULL device *): ipc: error stream commit failed
[    6.725412]  Baytrail Audio: PCM: failed stream commit -110
[    6.725429] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    6.725451]  Baytrail Audio: PCM: hw_free
[    6.725644]  Baytrail Audio: PCM: hw_free
[    6.725663]  Baytrail Audio: PCM: close
[    6.726425]  Baytrail Audio: PCM: open
[    6.726649]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    7.025913] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    7.025936] (NULL device *): ipc: error stream commit failed
[    7.025952]  Baytrail Audio: PCM: failed stream commit -110
[    7.025969] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    7.025990]  Baytrail Audio: PCM: hw_free
[    7.026188]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    7.325431] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    7.325454] (NULL device *): ipc: error stream commit failed
[    7.325469]  Baytrail Audio: PCM: failed stream commit -110
[    7.325487] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    7.325508]  Baytrail Audio: PCM: hw_free
[    7.325706]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    7.625236] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    7.625259] (NULL device *): ipc: error stream commit failed
[    7.625275]  Baytrail Audio: PCM: failed stream commit -110
[    7.625295] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    7.625309]  Baytrail Audio: PCM: hw_free
[    7.625425]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    7.925525] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    7.925548] (NULL device *): ipc: error stream commit failed
[    7.925565]  Baytrail Audio: PCM: failed stream commit -110
[    7.925583] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    7.925597]  Baytrail Audio: PCM: hw_free
[    7.925702]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    8.225047] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    8.225070] (NULL device *): ipc: error stream commit failed
[    8.225086]  Baytrail Audio: PCM: failed stream commit -110
[    8.225103] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    8.225124]  Baytrail Audio: PCM: hw_free
[    8.225267]  Baytrail Audio: PCM: hw_free
[    8.225279]  Baytrail Audio: PCM: close
[    8.226533]  Baytrail Audio: PCM: open
[    8.227112]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    8.324941] cfg80211: Calling CRDA to update world regulatory domain
[    8.524980] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    8.525004] (NULL device *): ipc: error stream commit failed
[    8.525020]  Baytrail Audio: PCM: failed stream commit -110
[    8.525038] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    8.525059]  Baytrail Audio: PCM: hw_free
[    8.525636]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    8.824860] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    8.825222] (NULL device *): ipc: error stream commit failed
[    8.825373]  Baytrail Audio: PCM: failed stream commit -110
[    8.825522] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    8.825752]  Baytrail Audio: PCM: hw_free
[    8.826110]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    9.125040] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    9.125370] (NULL device *): ipc: error stream commit failed
[    9.125507]  Baytrail Audio: PCM: failed stream commit -110
[    9.125642] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    9.125852]  Baytrail Audio: PCM: hw_free
[    9.126147]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    9.424718] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    9.425074] (NULL device *): ipc: error stream commit failed
[    9.425230]  Baytrail Audio: PCM: failed stream commit -110
[    9.425384] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    9.425615]  Baytrail Audio: PCM: hw_free
[    9.425927]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[    9.725912] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[    9.726479] (NULL device *): ipc: error stream commit failed
[    9.726599]  Baytrail Audio: PCM: failed stream commit -110
[    9.726716] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[    9.726901]  Baytrail Audio: PCM: hw_free
[    9.727002]  Baytrail Audio: PCM: hw_free
[    9.727011]  Baytrail Audio: PCM: close
[    9.727589]  Baytrail Audio: PCM: open
[    9.728584]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   10.027992] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   10.028354] (NULL device *): ipc: error stream commit failed
[   10.028505]  Baytrail Audio: PCM: failed stream commit -110
[   10.028651] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   10.028884]  Baytrail Audio: PCM: hw_free
[   10.029277]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   10.327763] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   10.328125] (NULL device *): ipc: error stream commit failed
[   10.328275]  Baytrail Audio: PCM: failed stream commit -110
[   10.328424] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   10.328655]  Baytrail Audio: PCM: hw_free
[   10.329047]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   10.628504] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   10.628772] (NULL device *): ipc: error stream commit failed
[   10.628904]  Baytrail Audio: PCM: failed stream commit -110
[   10.629019] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   10.629196]  Baytrail Audio: PCM: hw_free
[   10.629502]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   10.929081] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   10.929427] (NULL device *): ipc: error stream commit failed
[   10.929557]  Baytrail Audio: PCM: failed stream commit -110
[   10.929683] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   10.929878]  Baytrail Audio: PCM: hw_free
[   10.930146]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   11.231330] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   11.231659] (NULL device *): ipc: error stream commit failed
[   11.231809]  Baytrail Audio: PCM: failed stream commit -110
[   11.231958] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   11.232189]  Baytrail Audio: PCM: hw_free
[   11.232338]  Baytrail Audio: PCM: hw_free
[   11.232350]  Baytrail Audio: PCM: close
[   11.233250]  Baytrail Audio: PCM: open
[   11.233459]  Baytrail Audio: PCM: hw_free
[   11.233471]  Baytrail Audio: PCM: close
[   11.233930]  Baytrail Audio: PCM: open
[   11.234119]  Baytrail Audio: PCM: hw_free
[   11.234131]  Baytrail Audio: PCM: close
[   11.234609]  Baytrail Audio: PCM: open
[   11.234878]  Baytrail Audio: PCM: hw_free
[   11.234890]  Baytrail Audio: PCM: close
[   11.235375]  Baytrail Audio: PCM: open
[   11.236441]  Baytrail Audio: PCM: hw_free
[   11.236454]  Baytrail Audio: PCM: close
[   11.237029]  Baytrail Audio: PCM: open
[   11.237234]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   11.470310] cfg80211: Calling CRDA to update world regulatory domain
[   11.537412] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   11.537757] (NULL device *): ipc: error stream commit failed
[   11.537907]  Baytrail Audio: PCM: failed stream commit -110
[   11.538056] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   11.538288]  Baytrail Audio: PCM: hw_free
[   11.538415]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   11.836281] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   11.836593] (NULL device *): ipc: error stream commit failed
[   11.836743]  Baytrail Audio: PCM: failed stream commit -110
[   11.836892] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   11.845725]  Baytrail Audio: PCM: hw_free
[   11.845847]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   12.147454] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   12.155891] (NULL device *): ipc: error stream commit failed
[   12.162071]  Baytrail Audio: PCM: failed stream commit -110
[   12.167279] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   12.171555]  Baytrail Audio: PCM: hw_free
[   12.171626]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   12.470575] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   12.476948] (NULL device *): ipc: error stream commit failed
[   12.482951]  Baytrail Audio: PCM: failed stream commit -110
[   12.487699] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   12.492006]  Baytrail Audio: PCM: hw_free
[   12.492071]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   12.791081] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   12.800208] (NULL device *): ipc: error stream commit failed
[   12.806553]  Baytrail Audio: PCM: failed stream commit -110
[   12.811721] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   12.816187]  Baytrail Audio: PCM: hw_free
[   12.816259]  Baytrail Audio: PCM: hw_free
[   12.816265]  Baytrail Audio: PCM: close
[   12.816557]  Baytrail Audio: PCM: open
[   12.816673]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   13.117038] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   13.126163] (NULL device *): ipc: error stream commit failed
[   13.132525]  Baytrail Audio: PCM: failed stream commit -110
[   13.137747] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   13.141885]  Baytrail Audio: PCM: hw_free
[   13.141963]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   13.440267] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   13.449410] (NULL device *): ipc: error stream commit failed
[   13.455737]  Baytrail Audio: PCM: failed stream commit -110
[   13.460980] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   13.465113]  Baytrail Audio: PCM: hw_free
[   13.465192]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   13.764015] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   13.773153] (NULL device *): ipc: error stream commit failed
[   13.779746]  Baytrail Audio: PCM: failed stream commit -110
[   13.784949] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   13.789121]  Baytrail Audio: PCM: hw_free
[   13.789187]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   14.090066] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   14.099236] (NULL device *): ipc: error stream commit failed
[   14.105830]  Baytrail Audio: PCM: failed stream commit -110
[   14.111016] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   14.115646]  Baytrail Audio: PCM: hw_free
[   14.115707]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   14.416641] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   14.424773] (NULL device *): ipc: error stream commit failed
[   14.432666]  Baytrail Audio: PCM: failed stream commit -110
[   14.438172] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   14.443048]  Baytrail Audio: PCM: hw_free
[   14.443138]  Baytrail Audio: PCM: hw_free
[   14.443143]  Baytrail Audio: PCM: close
[   14.443456]  Baytrail Audio: PCM: open
[   14.443716]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   14.618770] cfg80211: Calling CRDA to update world regulatory domain
[   14.743268] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   14.752172] (NULL device *): ipc: error stream commit failed
[   14.757974]  Baytrail Audio: PCM: failed stream commit -110
[   14.763106] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   14.767140]  Baytrail Audio: PCM: hw_free
[   14.767321]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   15.066477] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   15.075377] (NULL device *): ipc: error stream commit failed
[   15.081196]  Baytrail Audio: PCM: failed stream commit -110
[   15.086538] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   15.090576]  Baytrail Audio: PCM: hw_free
[   15.090756]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   15.393169] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   15.401329] (NULL device *): ipc: error stream commit failed
[   15.409253]  Baytrail Audio: PCM: failed stream commit -110
[   15.414698] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   15.419591]  Baytrail Audio: PCM: hw_free
[   15.419770]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   15.719611] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   15.728539] (NULL device *): ipc: error stream commit failed
[   15.734364]  Baytrail Audio: PCM: failed stream commit -110
[   15.739330] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   15.743329]  Baytrail Audio: PCM: hw_free
[   15.743488]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   16.042804] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   16.051735] (NULL device *): ipc: error stream commit failed
[   16.057513]  Baytrail Audio: PCM: failed stream commit -110
[   16.062642] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   16.066694]  Baytrail Audio: PCM: hw_free
[   16.066768]  Baytrail Audio: PCM: hw_free
[   16.066774]  Baytrail Audio: PCM: close
[   16.067088]  Baytrail Audio: PCM: open
[   16.067691]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   16.366502] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   16.374058] (NULL device *): ipc: error stream commit failed
[   16.381480]  Baytrail Audio: PCM: failed stream commit -110
[   16.386944] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   16.391674]  Baytrail Audio: PCM: hw_free
[   16.391896]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   16.692631] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   16.701806] (NULL device *): ipc: error stream commit failed
[   16.708175]  Baytrail Audio: PCM: failed stream commit -110
[   16.713497] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   16.717686]  Baytrail Audio: PCM: hw_free
[   16.717882]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   17.016191] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   17.025427] (NULL device *): ipc: error stream commit failed
[   17.031789]  Baytrail Audio: PCM: failed stream commit -110
[   17.037109] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   17.041305]  Baytrail Audio: PCM: hw_free
[   17.041480]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   17.345804] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   17.355026] (NULL device *): ipc: error stream commit failed
[   17.361340]  Baytrail Audio: PCM: failed stream commit -110
[   17.366663] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   17.370845]  Baytrail Audio: PCM: hw_free
[   17.371016]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   17.669286] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   17.677008] (NULL device *): ipc: error stream commit failed
[   17.682800]  Baytrail Audio: PCM: failed stream commit -110
[   17.687808] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   17.691965]  Baytrail Audio: PCM: hw_free
[   17.692048]  Baytrail Audio: PCM: hw_free
[   17.692053]  Baytrail Audio: PCM: close
[   17.694092]  Baytrail Audio: PCM: open
[   17.694212]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   17.767276] cfg80211: Calling CRDA to update world regulatory domain
[   17.992846] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   18.002064] (NULL device *): ipc: error stream commit failed
[   18.008543]  Baytrail Audio: PCM: failed stream commit -110
[   18.013873] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   18.018041]  Baytrail Audio: PCM: hw_free
[   18.018110]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   18.319389] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   18.327819] (NULL device *): ipc: error stream commit failed
[   18.334019]  Baytrail Audio: PCM: failed stream commit -110
[   18.339262] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   18.343399]  Baytrail Audio: PCM: hw_free
[   18.343470]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   18.642045] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   18.651258] (NULL device *): ipc: error stream commit failed
[   18.657542]  Baytrail Audio: PCM: failed stream commit -110
[   18.662860] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   18.662868]  Baytrail Audio: PCM: hw_free
[   18.662942]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   18.962534] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   18.970852] (NULL device *): ipc: error stream commit failed
[   18.979052]  Baytrail Audio: PCM: failed stream commit -110
[   18.984297] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   18.988434]  Baytrail Audio: PCM: hw_free
[   18.988500]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   19.293094] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   19.302185] (NULL device *): ipc: error stream commit failed
[   19.308225]  Baytrail Audio: PCM: failed stream commit -110
[   19.313493] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   19.317645]  Baytrail Audio: PCM: hw_free
[   19.317717]  Baytrail Audio: PCM: hw_free
[   19.317722]  Baytrail Audio: PCM: close
[   19.318106]  Baytrail Audio: PCM: open
[   19.318225]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   19.619450] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   19.627085] (NULL device *): ipc: error stream commit failed
[   19.634499]  Baytrail Audio: PCM: failed stream commit -110
[   19.640314] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   19.645081]  Baytrail Audio: PCM: hw_free
[   19.645157]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   19.948334] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   19.957373] (NULL device *): ipc: error stream commit failed
[   19.963495]  Baytrail Audio: PCM: failed stream commit -110
[   19.968613] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   19.972715]  Baytrail Audio: PCM: hw_free
[   19.972783]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   20.274949] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   20.283206] (NULL device *): ipc: error stream commit failed
[   20.291120]  Baytrail Audio: PCM: failed stream commit -110
[   20.297171] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   20.302020]  Baytrail Audio: PCM: hw_free
[   20.302093]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   20.601604] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   20.610479] (NULL device *): ipc: error stream commit failed
[   20.619156]  Baytrail Audio: PCM: failed stream commit -110
[   20.625565] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   20.630700]  Baytrail Audio: PCM: hw_free
[   20.630774]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   20.926881] cfg80211: Calling CRDA to update world regulatory domain
[   20.934681] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   20.942097] (NULL device *): ipc: error stream commit failed
[   20.949237]  Baytrail Audio: PCM: failed stream commit -110
[   20.954539] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   20.959148]  Baytrail Audio: PCM: hw_free
[   20.959242]  Baytrail Audio: PCM: hw_free
[   20.959247]  Baytrail Audio: PCM: close
[   20.959657]  Baytrail Audio: PCM: open
[   20.959918]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   21.257944] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   21.266823] (NULL device *): ipc: error stream commit failed
[   21.272626]  Baytrail Audio: PCM: failed stream commit -110
[   21.277717] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   21.281740]  Baytrail Audio: PCM: hw_free
[   21.281919]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   21.584885] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   21.591411] (NULL device *): ipc: error stream commit failed
[   21.597047]  Baytrail Audio: PCM: failed stream commit -110
[   21.602338] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   21.606778]  Baytrail Audio: PCM: hw_free
[   21.606957]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   21.908077] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   21.915185] (NULL device *): ipc: error stream commit failed
[   21.920814]  Baytrail Audio: PCM: failed stream commit -110
[   21.925486] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   21.929617]  Baytrail Audio: PCM: hw_free
[   21.929777]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   22.228132] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   22.236551] (NULL device *): ipc: error stream commit failed
[   22.242479]  Baytrail Audio: PCM: failed stream commit -110
[   22.247483] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   22.251814]  Baytrail Audio: PCM: hw_free
[   22.251991]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   22.552083] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   22.559901] (NULL device *): ipc: error stream commit failed
[   22.565892]  Baytrail Audio: PCM: failed stream commit -110
[   22.571589] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   22.575827]  Baytrail Audio: PCM: hw_free
[   22.575901]  Baytrail Audio: PCM: hw_free
[   22.575906]  Baytrail Audio: PCM: close
[   22.576311]  Baytrail Audio: PCM: open
[   22.576920]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   22.877430] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   22.886816] (NULL device *): ipc: error stream commit failed
[   22.893652]  Baytrail Audio: PCM: failed stream commit -110
[   22.899014] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   22.903409]  Baytrail Audio: PCM: hw_free
[   22.903603]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   23.204633] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   23.214104] (NULL device *): ipc: error stream commit failed
[   23.220208]  Baytrail Audio: PCM: failed stream commit -110
[   23.226049] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   23.231346]  Baytrail Audio: PCM: hw_free
[   23.231539]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   23.530568] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   23.539923] (NULL device *): ipc: error stream commit failed
[   23.546644]  Baytrail Audio: PCM: failed stream commit -110
[   23.552046] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   23.556609]  Baytrail Audio: PCM: hw_free
[   23.556783]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   23.857138] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   23.866577] (NULL device *): ipc: error stream commit failed
[   23.873319]  Baytrail Audio: PCM: failed stream commit -110
[   23.878792] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   23.883112]  Baytrail Audio: PCM: hw_free
[   23.883282]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f80
[   24.075910] cfg80211: Calling CRDA to update world regulatory domain
[   24.184009] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002220 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   24.192599] (NULL device *): ipc: error stream commit failed
[   24.198697]  Baytrail Audio: PCM: failed stream commit -110
[   24.203891] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   24.208226]  Baytrail Audio: PCM: hw_free
[   24.208307]  Baytrail Audio: PCM: hw_free
[   24.208313]  Baytrail Audio: PCM: close
[   24.208774]  Baytrail Audio: PCM: open
[   24.208895]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   24.506958] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   24.516380] (NULL device *): ipc: error stream commit failed
[   24.523310]  Baytrail Audio: PCM: failed stream commit -110
[   24.528801] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   24.533140]  Baytrail Audio: PCM: hw_free
[   24.533208]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   24.833521] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   24.842952] (NULL device *): ipc: error stream commit failed
[   24.849705]  Baytrail Audio: PCM: failed stream commit -110
[   24.855170] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   24.859487]  Baytrail Audio: PCM: hw_free
[   24.859555]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   25.160134] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   25.169661] (NULL device *): ipc: error stream commit failed
[   25.175830]  Baytrail Audio: PCM: failed stream commit -110
[   25.181351] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   25.185680]  Baytrail Audio: PCM: hw_free
[   25.185744]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   25.486658] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   25.496113] (NULL device *): ipc: error stream commit failed
[   25.502443]  Baytrail Audio: PCM: failed stream commit -110
[   25.507883] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   25.512156]  Baytrail Audio: PCM: hw_free
[   25.512225]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   25.813280] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   25.823159] (NULL device *): ipc: error stream commit failed
[   25.829390]  Baytrail Audio: PCM: failed stream commit -110
[   25.834860] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   25.839167]  Baytrail Audio: PCM: hw_free
[   25.839238]  Baytrail Audio: PCM: hw_free
[   25.839244]  Baytrail Audio: PCM: close
[   25.839536]  Baytrail Audio: PCM: open
[   25.839662]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20
[   26.139815] baytrail-pcm-audio baytrail-pcm-audio: ipc: --message timeout-- ipcx 0x4000000000002120 isr 0x3 ipcd 0x80000000002c2081 imrx 0x0
[   26.148407] (NULL device *): ipc: error stream commit failed
[   26.154645]  Baytrail Audio: PCM: failed stream commit -110
[   26.160087] baytrail-pcm-audio baytrail-pcm-audio: ASoC: baytrail-pcm-audio hw params failed: -110
[   26.164351]  Baytrail Audio: PCM: hw_free
[   26.164420]  Baytrail Audio: PCM: hw_params, pcm_data ffff88007b7b3f20

[-- Attachment #3: dmesg-normal.txt --]
[-- Type: text/plain, Size: 47178 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.0-rc5-next-20150528-asus+ (zio@asus) (gcc version 5.1.0 (GCC) ) #4 SMP PREEMPT Fri May 29 14:16:09 CEST 2015
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw quiet
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007bf13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bf14000-0x000000007bf43fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bf44000-0x000000007bf77fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007bf78000-0x000000007c040fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c041000-0x000000007c928fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c929000-0x000000007c984fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007c985000-0x000000007cbfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x7bf77000  ACPI 2.0=0x7bf77014  SMBIOS=0x7c928190 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X205TA/X205TA, BIOS X205TA.205 10/06/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7cc00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 07CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- UC  
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
[    0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
[    0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ba00000-0x7bbfffff]
[    0.000000]  [mem 0x7ba00000-0x7bbfffff] page 2M
[    0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7b9fffff]
[    0.000000]  [mem 0x60000000-0x7b9fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7bc00000-0x7bf13fff]
[    0.000000]  [mem 0x7bc00000-0x7bdfffff] page 2M
[    0.000000]  [mem 0x7be00000-0x7bf13fff] page 4k
[    0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c985000-0x7cbfffff]
[    0.000000]  [mem 0x7c985000-0x7c9fffff] page 4k
[    0.000000]  [mem 0x7ca00000-0x7cbfffff] page 2M
[    0.000000] BRK [0x01b3b000, 0x01b3bfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x37b50000-0x37d9ffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007BF77014 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007BF760F8 0000D4 (v01 _ASUS_ Notebook 00000003 MSFT 0100000D)
[    0.000000] ACPI: FACP 0x000000007BF72000 00010C (v05 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: DSDT 0x000000007BF5B000 0126F4 (v02 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: TCPA 0x000000007BF75000 000032 (v02                 00000000      00000000)
[    0.000000] ACPI: UEFI 0x000000007BFF4000 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: OEM0 0x000000007BF74000 000084 (v05 _ASUS_ BATTERY  00000003 AMI  0100000D)
[    0.000000] ACPI: DBG2 0x000000007BF73000 000072 (v00 _ASUS_ INTLDBG2 00000003 AMI  0100000D)
[    0.000000] ACPI: HPET 0x000000007BF71000 000038 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: LPIT 0x000000007BF70000 000104 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: APIC 0x000000007BF6F000 00006C (v03 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: MCFG 0x000000007BF6E000 00003C (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF5A000 000603 (v01 _ASUS_ CpuDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF58000 001BE2 (v01 _ASUS_ DptfTab  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF57000 000058 (v01 _ASUS_ LowPwrM  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF56000 0000FF (v01 _ASUS_ SoCDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: FPDT 0x000000007BF55000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007BF54000 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF53000 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF52000 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF51000 000427 (v01 Intel_ Tpm2Tabl 00001000 INTL 20061109)
[    0.000000] ACPI: TPM2 0x000000007BF50000 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x000000007BF4F000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007BF4E000 00014C (v00 _ASUS_ Notebook 00000005 INTL 20120624)
[    0.000000] ACPI: MSDM 0x000000007BF42F90 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076c00000-ffff880078bfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007cbfffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000007bf13fff]
[    0.000000]   node   0: [mem 0x000000007c985000-0x000000007cbfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007cbfffff]
[    0.000000] On node 0 totalpages: 507691
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7920 pages used for memmap
[    0.000000]   DMA32 zone: 503695 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 34 pages/cpu @ffff88007ba00000 s99416 r8192 d31656 u524288
[    0.000000] pcpu-alloc: s99416 r8192 d31656 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 499685
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw quiet
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1936940K/2030764K available (6033K kernel code, 946K rwdata, 1860K rodata, 1180K init, 1132K bss, 93824K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:4352 nr_irqs:1024 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x10
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1331200 KHz
[    0.000000] lapic_timer_frequency = 277333
[    0.000000] tsc: Detected 1331.200 MHz processor
[    0.000056] Calibrating delay loop (skipped), value calculated using timer frequency.. 2663.33 BogoMIPS (lpj=4437333)
[    0.000064] pid_max: default: 32768 minimum: 301
[    0.000088] ACPI: Core revision 20150515
[    0.055852] ACPI: All ACPI Tables successfully acquired
[    0.057883] Security Framework initialized
[    0.057891] Yama: becoming mindful.
[    0.057925] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.057932] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.058356] Initializing cgroup subsys blkio
[    0.058366] Initializing cgroup subsys memory
[    0.058386] Initializing cgroup subsys devices
[    0.058394] Initializing cgroup subsys freezer
[    0.058402] Initializing cgroup subsys net_cls
[    0.058436] CPU: Physical Processor ID: 0
[    0.058440] CPU: Processor Core ID: 0
[    0.058448] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.058451] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.063356] mce: CPU supports 6 MCE banks
[    0.063370] CPU0: Thermal monitoring enabled (TM1)
[    0.063376] process: using mwait in idle threads
[    0.063385] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.063389] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.063617] Freeing SMP alternatives memory: 20K (ffffffff81a15000 - ffffffff81a1a000)
[    0.065231] Ignoring BGRT: invalid status 0 (expected 1)
[    0.069771] ftrace: allocating 22992 entries in 90 pages
[    0.088493] TSC deadline timer enabled
[    0.088503] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[    0.088550] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.088573] ... version:                3
[    0.088577] ... bit width:              40
[    0.088580] ... generic registers:      2
[    0.088584] ... value mask:             000000ffffffffff
[    0.088587] ... max period:             000000ffffffffff
[    0.088590] ... fixed-purpose events:   3
[    0.088594] ... event mask:             0000000700000003
[    0.102046] x86: Booting SMP configuration:
[    0.102054] .... node  #0, CPUs:      #1
[    0.110261] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.113621]  #2 #3
[    0.133237] x86: Booted up 1 node, 4 CPUs
[    0.133244] smpboot: Total of 4 processors activated (10653.33 BogoMIPS)
[    0.134374] devtmpfs: initialized
[    0.143921] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.143928] PM: Registering ACPI NVS region [mem 0x7bf78000-0x7c040fff] (823296 bytes)
[    0.144160] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.144369] pinctrl core: initialized pinctrl subsystem
[    0.144433] RTC time: 12:17:21, date: 05/29/15
[    0.144786] NET: Registered protocol family 16
[    0.159933] cpuidle: using governor ladder
[    0.176620] cpuidle: using governor menu
[    0.176693] ACPI: bus type PCI registered
[    0.176699] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.176877] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.176884] PCI: not using MMCONFIG
[    0.176888] PCI: Using configuration type 1 for base access
[    0.187529] ACPI: Added _OSI(Module Device)
[    0.187537] ACPI: Added _OSI(Processor Device)
[    0.187541] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.187545] ACPI: Added _OSI(Processor Aggregator Device)
[    0.220061] ACPI: Dynamic OEM Table Load:
[    0.220088] ACPI: SSDT 0xFFFF880076BF1800 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.222358] ACPI: Dynamic OEM Table Load:
[    0.222381] ACPI: SSDT 0xFFFF880076BF2000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.225270] ACPI: Dynamic OEM Table Load:
[    0.225292] ACPI: SSDT 0xFFFF880076BFAA00 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.227503] ACPI: Dynamic OEM Table Load:
[    0.227524] ACPI: SSDT 0xFFFF88007B45B000 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.231806] ACPI: Interpreter enabled
[    0.231827] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150515/hwxface-580)
[    0.231842] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150515/hwxface-580)
[    0.231855] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150515/hwxface-580)
[    0.231878] ACPI: (supports S0 S5)
[    0.231883] ACPI: Using IOAPIC for interrupt routing
[    0.231944] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.242574] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.242582] PCI: not using MMCONFIG
[    0.242620] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.247247] ACPI: Power Resource [USBC] (on)
[    0.254665] ACPI: Power Resource [PLPE] (on)
[    0.265914] ACPI: Power Resource [CLK0] (on)
[    0.266040] ACPI: Power Resource [CLK1] (on)
[    0.266708] ACPI: Power Resource [P28T] (off)
[    0.266841] ACPI: Power Resource [P18T] (off)
[    0.272310] ACPI: Power Resource [P28X] (off)
[    0.272439] ACPI: Power Resource [P18X] (off)
[    0.272567] ACPI: Power Resource [P28P] (off)
[    0.272693] ACPI: Power Resource [P18P] (off)
[    0.272831] ACPI: Power Resource [P1XT] (off)
[    0.274314] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.282357] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.282373] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.282505] \_SB_.PCI0:_OSC invalid UUID
[    0.282510] _OSC request data:1 1e 0 
[    0.282522] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.282920] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.283434] PCI host bridge to bus 0000:00
[    0.283444] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.283451] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.283457] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.283463] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.283469] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.283475] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.283482] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.283501] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.283508] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
[    0.283514] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000 window]
[    0.283520] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
[    0.283526] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.283543] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.283792] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.283822] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.283840] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.283857] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.284106] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.284143] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.284211] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.284439] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.284480] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[    0.284497] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[    0.284580] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.284803] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.285078] pci_bus 0000:00: on NUMA node 0
[    0.285888] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286078] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286263] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286448] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286640] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.286847] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287035] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.287220] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.300417] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.300426] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.300432] vgaarb: loaded
[    0.300436] vgaarb: bridge control possible 0000:00:02.0
[    0.300603] SCSI subsystem initialized
[    0.300627] ACPI: bus type USB registered
[    0.300689] usbcore: registered new interface driver usbfs
[    0.300723] usbcore: registered new interface driver hub
[    0.300794] usbcore: registered new device driver usb
[    0.316845] PCI: Using ACPI for IRQ routing
[    0.316854] PCI: pci_cache_line_size set to 64 bytes
[    0.316884] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.316891] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.316896] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.316901] e820: reserve RAM buffer [mem 0x7bf14000-0x7bffffff]
[    0.316905] e820: reserve RAM buffer [mem 0x7cc00000-0x7fffffff]
[    0.317237] NetLabel: Initializing
[    0.317243] NetLabel:  domain hash size = 128
[    0.317246] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.317275] NetLabel:  unlabeled traffic allowed by default
[    0.317375] Switched to clocksource refined-jiffies
[    0.333004] pnp: PnP ACPI init
[    0.333158] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.333661] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.333670] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.333676] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.333683] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.333690] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.333700] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.333974] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.335561] system 00:03: [io  0x0240-0x0259] has been reserved
[    0.335573] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.348559] pnp: PnP ACPI: found 4 devices
[    0.354404] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.354413] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.354420] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.354426] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.354432] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.354438] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.354444] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.354451] pci_bus 0000:00: resource 11 [mem 0x90c00000-0x90ffffff window]
[    0.354457] pci_bus 0000:00: resource 12 [mem 0x7cf00001-0x7ef00000 window]
[    0.354463] pci_bus 0000:00: resource 13 [mem 0x80000000-0x908ffffe window]
[    0.354469] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.354545] NET: Registered protocol family 2
[    0.354849] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.354924] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.355043] TCP: Hash tables configured (established 16384 bind 16384)
[    0.355098] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.355126] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.355244] NET: Registered protocol family 1
[    0.355284] pci 0000:00:02.0: Video device with shadowed ROM
[    0.355665] PCI: CLS 0 bytes, default 64
[    0.355791] Unpacking initramfs...
[    0.452318] Freeing initrd memory: 2368K (ffff880037b50000 - ffff880037da0000)
[    0.452615] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x829
[    0.452643] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x829
[    0.452662] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x829
[    0.452681] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x829
[    0.452796] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.452872] Scanning for low memory corruption every 60 seconds
[    0.453579] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.453615] Initialise system trusted keyring
[    0.454382] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.458969] zpool: loaded
[    0.458977] zbud: loaded
[    0.459411] VFS: Disk quotas dquot_6.6.0
[    0.459519] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.460668] Key type big_key registered
[    0.461081] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.461175] io scheduler noop registered
[    0.461183] io scheduler deadline registered
[    0.461279] io scheduler cfq registered (default)
[    0.461425] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.461474] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.461561] efifb: probing for efifb
[    0.461594] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000800000, using 4160k, total 4160k
[    0.461599] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    0.461602] efifb: scrolling: redraw
[    0.461608] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.472127] Console: switching to colour frame buffer device 170x48
[    0.482334] fb0: EFI VGA frame buffer device
[    0.482363] intel_idle: MWAIT substates: 0x33000020
[    0.482368] intel_idle: v0.4 model 0x37
[    0.482372] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.482900] GHES: HEST is not enabled!
[    0.483054] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.503347] 00:02: ttyS0 at I/O 0x3f8 (irq = 203, base_baud = 115200) is a 16550A
[    0.504256] hpet: number irqs doesn't agree with number of timers
[    0.504321] Linux agpgart interface v0.103
[    0.505308] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.505326] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.505736] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    0.505748] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.506267] hub 1-0:1.0: USB hub found
[    0.506294] hub 1-0:1.0: 6 ports detected
[    0.507533] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.507545] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.507963] hub 2-0:1.0: USB hub found
[    0.507988] hub 2-0:1.0: 1 port detected
[    0.508395] usbcore: registered new interface driver usb-storage
[    0.508433] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20150515/evxface-654)
[    0.508645] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.508690] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[    0.508716] i2c /dev entries driver
[    0.509152] Intel P-state driver initializing.
[    0.509591] sdhci: Secure Digital Host Controller Interface driver
[    0.509603] sdhci: Copyright(c) Pierre Ossman
[    0.510863] sdhci-acpi 80860F14:00: No vmmc regulator found
[    0.510881] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    0.514244] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    0.515740] sdhci-acpi INT33BB:00: No vmmc regulator found
[    0.515759] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    0.519139] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    0.520354] sdhci-acpi PNP0FFF:00: No vmmc regulator found
[    0.520363] sdhci-acpi PNP0FFF:00: No vqmmc regulator found
[    0.523540] mmc2: SDHCI controller on ACPI [PNP0FFF:00] using ADMA
[    0.523624] ledtrig-cpu: registered to indicate activity on CPUs
[    0.524686] NET: Registered protocol family 10
[    0.525369] NET: Registered protocol family 17
[    0.526560] Loading compiled-in X.509 certificates
[    0.526603] registered taskstats version 1
[    0.527090]   Magic number: 15:165:280
[    0.527138] tty tty17: hash matches
[    0.527280] rtc_cmos 00:00: setting system clock to 2015-05-29 12:17:21 UTC (1432901841)
[    0.528502] Freeing unused kernel memory: 1180K (ffffffff818ee000 - ffffffff81a15000)
[    0.528510] Write protecting the kernel read-only data: 8192k
[    0.528922] Freeing unused kernel memory: 100K (ffff8800015e7000 - ffff880001600000)
[    0.529075] Freeing unused kernel memory: 188K (ffff8800017d1000 - ffff880001800000)
[    0.546132] random: systemd-tmpfile urandom read with 3 bits of entropy available
[    0.643798] mmc0: MAN_BKOPS_EN bit is not set
[    0.653908] mmc0: new HS200 MMC card at address 0001
[    0.654170] mmcblk0: mmc0:0001 HBG4e\x05 29.1 GiB 
[    0.654250] mmcblk0boot0: mmc0:0001 HBG4e\x05 partition 1 4.00 MiB
[    0.654334] mmcblk0boot1: mmc0:0001 HBG4e\x05 partition 2 4.00 MiB
[    0.654429] mmcblk0rpmb: mmc0:0001 HBG4e\x05 partition 3 4.00 MiB
[    0.656899]  mmcblk0: p1 p2
[    0.740566] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.742081] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.743580] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.746276] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.805199] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    0.805237] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    0.836510] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    0.882118] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    0.941661] systemd[1]: systemd 219 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    0.942035] systemd[1]: Detected architecture 'x86-64'.
[    0.943874] systemd[1]: Set hostname to <asus>.
[    1.002513] systemd[1]: Unit type .busname is not supported on this system.
[    1.055202] systemd[1]: Unit type .swap is not supported on this system.
[    1.058791] systemd[1]: Cannot add dependency job for unit org.freedesktop.resolve1.busname, ignoring: Unit org.freedesktop.resolve1.busname failed to load: No such file or directory.
[    1.059871] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.059899] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    1.060366] systemd[1]: Created slice Root Slice.
[    1.060392] systemd[1]: Starting Root Slice.
[    1.060553] systemd[1]: Listening on networkd rtnetlink socket.
[    1.060576] systemd[1]: Starting networkd rtnetlink socket.
[    1.060659] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.060684] systemd[1]: Starting Journal Socket (/dev/log).
[    1.060743] systemd[1]: Listening on Delayed Shutdown Socket.
[    1.060765] systemd[1]: Starting Delayed Shutdown Socket.
[    1.061024] systemd[1]: Created slice System Slice.
[    1.061055] systemd[1]: Starting System Slice.
[    1.061315] systemd[1]: Created slice system-getty.slice.
[    1.061339] systemd[1]: Starting system-getty.slice.
[    1.061574] systemd[1]: Created slice system-wpa_supplicant.slice.
[    1.061599] systemd[1]: Starting system-wpa_supplicant.slice.
[    1.071910] systemd[1]: Listening on Journal Audit Socket.
[    1.071974] systemd[1]: Reached target Swap.
[    1.072002] systemd[1]: Starting Swap.
[    1.072248] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.072280] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    1.072363] systemd[1]: Listening on udev Kernel Socket.
[    1.072389] systemd[1]: Starting udev Kernel Socket.
[    1.072470] systemd[1]: Listening on udev Control Socket.
[    1.072497] systemd[1]: Starting udev Control Socket.
[    1.072857] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.072884] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    1.072923] systemd[1]: Reached target Encrypted Volumes.
[    1.072949] systemd[1]: Starting Encrypted Volumes.
[    1.073067] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.073093] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    1.073186] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.073213] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    1.073255] systemd[1]: Reached target Paths.
[    1.073280] systemd[1]: Starting Paths.
[    1.073361] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.073388] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    1.073651] systemd[1]: Created slice User and Session Slice.
[    1.073677] systemd[1]: Starting User and Session Slice.
[    1.073714] systemd[1]: Reached target Remote File Systems.
[    1.073740] systemd[1]: Starting Remote File Systems.
[    1.073820] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.073847] systemd[1]: Starting LVM2 metadata daemon socket.
[    1.073950] systemd[1]: Listening on Journal Socket.
[    1.073985] systemd[1]: Starting Journal Socket.
[    1.075147] systemd[1]: Mounting POSIX Message Queue File System...
[    1.076647] systemd[1]: Starting Journal Service...
[    1.078141] systemd[1]: Started Load Kernel Modules.
[    1.078241] systemd[1]: Mounted FUSE Control File System.
[    1.082086] systemd[1]: Mounting Temporary Directory...
[    1.083659] systemd[1]: Starting Apply Kernel Variables...
[    1.083752] systemd[1]: Started File System Check on Root Device.
[    1.085505] systemd[1]: Starting udev Coldplug all Devices...
[    1.087607] systemd[1]: Started Set Up Additional Binary Formats.
[    1.089034] systemd[1]: Mounting Huge Pages File System...
[    1.090791] systemd[1]: Starting Setup Virtual Console...
[    1.093185] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.095573] systemd[1]: Mounting Configuration File System...
[    1.097569] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.101147] systemd[1]: Mounting Debug File System...
[    1.101212] systemd[1]: Reached target Slices.
[    1.101282] systemd[1]: Starting Slices.
[    1.103189] systemd[1]: Mounted POSIX Message Queue File System.
[    1.103279] systemd[1]: Mounted Debug File System.
[    1.103340] systemd[1]: Mounted Huge Pages File System.
[    1.103401] systemd[1]: Mounted Temporary Directory.
[    1.106333] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered,commit=60
[    1.111237] systemd-journald[125]: Failed to set file attributes: Inappropriate ioctl for device
[    1.111299] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.111748] systemd[1]: Mounted Configuration File System.
[    1.112417] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.133068] systemd[1]: Started Apply Kernel Variables.
[    1.139831] systemd[1]: Started udev Coldplug all Devices.
[    1.160940] systemd[1]: Started First Boot Wizard.
[    1.161028] systemd[1]: Started Rebuild Dynamic Linker Cache.
[    1.161075] systemd[1]: Started Create System Users.
[    1.162631] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.164191] systemd[1]: Starting Load/Save Random Seed...
[    1.165990] systemd[1]: Started Rebuild Hardware Database.
[    1.172627] systemd[1]: Started Load/Save Random Seed.
[    1.193389] systemd[1]: Started Create Static Device Nodes in /dev.
[    1.193585] systemd[1]: Reached target Local File Systems (Pre).
[    1.193616] systemd[1]: Starting Local File Systems (Pre).
[    1.195741] systemd[1]: Starting udev Kernel Device Manager...
[    1.200616] systemd[1]: Started Setup Virtual Console.
[    1.236364] systemd[1]: Started udev Kernel Device Manager.
[    1.259387] systemd[1]: Started Journal Service.
[    1.273025] hidraw: raw HID events driver (C) Jiri Kosina
[    1.273380] systemd-journald[125]: Received request to flush runtime journal from PID 1
[    1.347305] 80860F0A:00: ttyS1 at MMIO 0x90941000 (irq = 191, base_baud = 2764800) is a 16550A
[    1.347827] 80860F0A:01: ttyS2 at MMIO 0x90947000 (irq = 193, base_baud = 2764800) is a 16550A
[    1.348824] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    1.349553] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    1.353797] ACPI: AC Adapter [ADP1] (off-line)
[    1.438306] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.438365] ACPI: Lid Switch [LID]
[    1.438491] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.438499] ACPI: Power Button [PWRB]
[    1.438620] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.438628] ACPI: Sleep Button [SLPB]
[    1.439252] wmi: Mapper loaded
[    1.441199] [Firmware Bug]: No valid trip found
[    1.469635] ACPI: Battery Slot [BATC] (battery present)
[    1.500095] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[    1.500127] Switched to clocksource tsc
[    1.642670] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    1.705436] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    1.705445] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    1.705976] cfg80211: Calling CRDA to update world regulatory domain
[    1.715221] [drm] Initialized drm 1.1.0 20060810
[    1.719978] SSE version of gcm_enc/dec engaged.
[    1.770231] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    1.791633] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.805330] rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
[    1.805434] gpiod_direction_input: invalid GPIO
[    1.805439] rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
[    1.805744] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.833041] Bluetooth: Core ver 2.20
[    1.833080] NET: Registered protocol family 31
[    1.833085] Bluetooth: HCI device and connection manager initialized
[    1.833094] Bluetooth: HCI socket layer initialized
[    1.833100] Bluetooth: L2CAP socket layer initialized
[    1.833114] Bluetooth: SCO socket layer initialized
[    1.843474] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.848109] asus_wmi: ASUS WMI generic driver loaded
[    1.851051] asus_wmi: Initialization: 0x1
[    1.851205] asus_wmi: BIOS WMI version: 7.9
[    1.851374] asus_wmi: SFUN value: 0x37
[    1.853400] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.854576] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input4
[    1.854919] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.856448] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.857800] asus_wmi: Number of fans: 1
[    1.859184] intel_rapl: Found RAPL domain package
[    1.859192] intel_rapl: Found RAPL domain core
[    1.859241] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.861666] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.863045] baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
[    1.863550] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    1.863777] baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
[    1.864409] asus_wmi: Backlight controlled by ACPI video driver
[    1.864543] baytrail-pcm-audio baytrail-pcm-audio: header sign=$SST\xffffffb4\r\x04 size=0x40db4 modules=0x1 fmt=0x100 size=32
[    1.864554] baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
[    1.864561] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
[    1.864597] baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
[    1.864633] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
[    1.864639] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
[    1.864645] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
[    1.864651] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
[    1.864657] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
[    1.864662] baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
[    1.864668] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
[    1.864674] baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
[    1.864680] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
[    1.864686] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
[    1.864691] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
[    1.865040] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.871433] baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
[    1.873358] [drm] Memory usable by graphics device = 2048M
[    1.873368] checking generic (80000000 410000) vs hw (80000000 10000000)
[    1.873372] fb: switching to inteldrmfb from EFI VGA
[    1.873416] Console: switching to colour dummy device 80x25
[    1.873636] [drm] Replacing VGA console driver
[    1.873691] baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
[    1.873698] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
[    1.875935] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
[    1.875942] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
[    1.875947] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
[    1.877106] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    1.878189] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input5
[    1.879710] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.879717] [drm] Driver supports precise vblank timestamp query.
[    1.881107] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.897076] iTCO_vendor_support: vendor-support=0
[    1.898194] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.898299] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    1.898616] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.898770] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.914087] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    1.914161] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.919987] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.936166] fbcon: inteldrmfb (fb0) is primary device
[    1.936903] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.937296] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    1.937584] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.937594] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    1.937668] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.938182] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    1.938648] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.939179] usbcore: registered new interface driver brcmfmac
[    1.943565] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.945535] hub 1-2:1.0: USB hub found
[    1.945829] hub 1-2:1.0: 4 ports detected
[    1.946823] usb: failed to peer 1-2-port1 and usb2-port1 by location (1-2-port1:none) (usb2-port1:usb1-port1)
[    1.946827] usb 1-2-port1: failed to peer to usb2-port1 (-16)
[    1.946828] usb: port power management may be unreliable
[    1.946963] usb: failed to peer 1-2-port2 and usb2-port1 by location (1-2-port2:none) (usb2-port1:usb1-port1)
[    1.946966] usb 1-2-port2: failed to peer to usb2-port1 (-16)
[    1.947103] usb: failed to peer 1-2-port3 and usb2-port1 by location (1-2-port3:none) (usb2-port1:usb1-port1)
[    1.947106] usb 1-2-port3: failed to peer to usb2-port1 (-16)
[    1.947237] usb: failed to peer 1-2-port4 and usb2-port1 by location (1-2-port4:none) (usb2-port1:usb1-port1)
[    1.947240] usb 1-2-port4: failed to peer to usb2-port1 (-16)
[    1.948647] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.954951] media: Linux media interface: v0.10
[    1.964168] Linux video capture interface: v2.00
[    1.983523] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    1.993448] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    1.994452] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    1.994504] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    1.995237] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input7
[    1.997100] random: nonblocking pool is initialized
[    1.997204] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    1.997460] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.003923] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input8
[    2.004087] usbcore: registered new interface driver uvcvideo
[    2.004088] USB Video Class driver (1.1.1)
[    2.004993] byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
[    2.006240] mousedev: PS/2 mouse device common for all mice
[    2.080067] (NULL device *): ipc: error DSP boot timeout
[    2.080191] baytrail-pcm-audio: probe fail dsp
[    3.039777] Console: switching to colour frame buffer device 170x48
[    3.062743] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.062747] i915 0000:00:02.0: registered panic notifier
[    4.134945] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[    4.150446] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    4.236523] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    4.236531] brcmfmac: brcmf_add_if: ignore IF event
[    4.855895] cfg80211: Calling CRDA to update world regulatory domain
[    5.265764] cfg80211: Calling CRDA to update world regulatory domain
[    8.008864] cfg80211: Calling CRDA to update world regulatory domain
[   11.158436] cfg80211: Calling CRDA to update world regulatory domain
[   14.304424] cfg80211: Calling CRDA to update world regulatory domain
[   17.449358] cfg80211: Calling CRDA to update world regulatory domain
[   20.595084] cfg80211: Calling CRDA to update world regulatory domain
[   23.742243] cfg80211: Calling CRDA to update world regulatory domain
[   26.886529] cfg80211: Calling CRDA to update world regulatory domain
[   30.032246] cfg80211: Calling CRDA to update world regulatory domain

[-- Attachment #4: lsmod-ignore-dsp.txt --]
[-- Type: text/plain, Size: 4022 bytes --]

Module                  Size  Used by
joydev                 20480  0 
mousedev               20480  0 
nls_iso8859_1          16384  1 
uvcvideo               86016  0 
videobuf2_vmalloc      16384  1 uvcvideo
nls_cp437              20480  1 
i915                 1060864  2 
iTCO_wdt               16384  0 
asus_nb_wmi            24576  0 
asus_wmi               24576  1 asus_nb_wmi
iTCO_vendor_support    16384  1 iTCO_wdt
evdev                  24576  4 
led_class              16384  1 asus_wmi
videobuf2_memops       16384  1 videobuf2_vmalloc
mac_hid                16384  0 
sparse_keymap          16384  1 asus_wmi
videobuf2_core         40960  1 uvcvideo
coretemp               16384  0 
btsdio                 16384  0 
hwmon                  16384  2 coretemp,asus_wmi
v4l2_common            16384  1 videobuf2_core
snd_soc_sst_baytrail_pcm    24576  2 
intel_rapl             20480  0 
i2c_algo_bit           16384  1 i915
vfat                   20480  1 
snd_soc_sst_ipc        16384  1 snd_soc_sst_baytrail_pcm
bluetooth             442368  2 btsdio
videodev              147456  3 uvcvideo,v4l2_common,videobuf2_core
fat                    65536  1 vfat
snd_soc_sst_dsp        36864  1 snd_soc_sst_baytrail_pcm
drm_kms_helper        102400  1 i915
intel_soc_dts_thermal    16384  0 
intel_powerclamp       16384  0 
snd_soc_sst_byt_rt5645_mach    16384  0 
hid_generic            16384  0 
kvm_intel             159744  0 
media                  20480  2 uvcvideo,videodev
mei_txe                20480  0 
lpc_ich                24576  0 
mei                    77824  1 mei_txe
drm                   290816  4 i915,drm_kms_helper
mfd_core               16384  1 lpc_ich
intel_gtt              20480  1 i915
kvm                   434176  1 kvm_intel
brcmfmac              225280  0 
crct10dif_pclmul       16384  0 
crc32_pclmul           16384  0 
crc32c_intel           24576  0 
ghash_clmulni_intel    16384  0 
cfg80211              471040  1 brcmfmac
snd_soc_rt5645        106496  1 
regmap_i2c             16384  1 snd_soc_rt5645
snd_soc_rl6231         16384  1 snd_soc_rt5645
snd_soc_core          155648  3 snd_soc_rt5645,snd_soc_sst_baytrail_pcm,snd_soc_sst_byt_rt5645_mach
rfkill                 20480  4 cfg80211,bluetooth,asus_wmi
brcmutil               16384  1 brcmfmac
aesni_intel           172032  0 
snd_compress           20480  1 snd_soc_core
snd_pcm                86016  4 snd_soc_rt5645,snd_soc_core,snd_soc_sst_baytrail_pcm
aes_x86_64             20480  1 aesni_intel
glue_helper            16384  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
pcspkr                 16384  0 
tpm_crb                16384  0 
thermal                20480  0 
processor_thermal_device    16384  0 
tpm                    32768  1 tpm_crb
snd_timer              28672  1 snd_pcm
intel_soc_dts_iosf     16384  2 intel_soc_dts_thermal,processor_thermal_device
wmi                    20480  1 asus_wmi
iosf_mbi               16384  2 intel_soc_dts_iosf,intel_rapl
button                 16384  1 i915
video                  20480  2 i915,asus_wmi
snd                    57344  5 snd_soc_core,snd_timer,snd_pcm,snd_compress
dw_dmac                16384  0 
dw_dmac_core           24576  2 dw_dmac,snd_soc_sst_dsp
int3402_thermal        16384  0 
soundcore              16384  1 snd
acpi_pad               16384  0 
int3403_thermal        16384  0 
ac                     16384  0 
int340x_thermal_zone    16384  3 int3402_thermal,processor_thermal_device,int3403_thermal
int3400_thermal        16384  0 
acpi_thermal_rel       16384  1 int3400_thermal
battery                16384  0 
spi_pxa2xx_platform    24576  0 
snd_soc_sst_acpi       16384  0 
i2c_hid                20480  0 
hid                   110592  2 i2c_hid,hid_generic
8250_dw                16384  0 
processor              28672  0 
sch_fq_codel           20480  2 

[-- Attachment #5: lsmod-normal.txt --]
[-- Type: text/plain, Size: 4023 bytes --]

Module                  Size  Used by
nls_iso8859_1          16384  1 
nls_cp437              20480  1 
mousedev               20480  0 
iTCO_wdt               16384  0 
joydev                 20480  0 
iTCO_vendor_support    16384  1 iTCO_wdt
vfat                   20480  1 
fat                    65536  1 vfat
uvcvideo               86016  0 
btsdio                 16384  0 
videobuf2_vmalloc      16384  1 uvcvideo
videobuf2_memops       16384  1 videobuf2_vmalloc
asus_nb_wmi            24576  0 
mac_hid                16384  0 
bluetooth             442368  2 btsdio
coretemp               16384  0 
asus_wmi               24576  1 asus_nb_wmi
intel_rapl             20480  0 
videobuf2_core         40960  1 uvcvideo
hwmon                  16384  2 coretemp,asus_wmi
led_class              16384  1 asus_wmi
sparse_keymap          16384  1 asus_wmi
intel_soc_dts_thermal    16384  0 
v4l2_common            16384  1 videobuf2_core
intel_powerclamp       16384  0 
evdev                  24576  11 
videodev              147456  3 uvcvideo,v4l2_common,videobuf2_core
media                  20480  2 uvcvideo,videodev
kvm_intel             159744  0 
brcmfmac              225280  0 
kvm                   434176  1 kvm_intel
snd_soc_rt5645        106496  0 
cfg80211              471040  1 brcmfmac
snd_soc_sst_baytrail_pcm    24576  0 
snd_soc_sst_ipc        16384  1 snd_soc_sst_baytrail_pcm
crct10dif_pclmul       16384  0 
regmap_i2c             16384  1 snd_soc_rt5645
snd_soc_sst_dsp        36864  1 snd_soc_sst_baytrail_pcm
snd_soc_sst_byt_rt5645_mach    16384  0 
crc32_pclmul           16384  0 
snd_soc_rl6231         16384  1 snd_soc_rt5645
snd_soc_core          155648  3 snd_soc_rt5645,snd_soc_sst_baytrail_pcm,snd_soc_sst_byt_rt5645_mach
hid_generic            16384  0 
crc32c_intel           24576  0 
rfkill                 20480  4 cfg80211,bluetooth,asus_wmi
brcmutil               16384  1 brcmfmac
ghash_clmulni_intel    16384  0 
aesni_intel           172032  0 
lpc_ich                24576  0 
mfd_core               16384  1 lpc_ich
i915                 1060864  2 
i2c_algo_bit           16384  1 i915
drm_kms_helper        102400  1 i915
mei_txe                20480  0 
drm                   290816  4 i915,drm_kms_helper
mei                    77824  1 mei_txe
snd_compress           20480  1 snd_soc_core
intel_gtt              20480  1 i915
aes_x86_64             20480  1 aesni_intel
snd_pcm                86016  3 snd_soc_rt5645,snd_soc_core,snd_soc_sst_baytrail_pcm
glue_helper            16384  1 aesni_intel
lrw                    16384  1 aesni_intel
gf128mul               16384  1 lrw
ablk_helper            16384  1 aesni_intel
cryptd                 20480  3 ghash_clmulni_intel,aesni_intel,ablk_helper
pcspkr                 16384  0 
processor_thermal_device    16384  0 
dw_dmac                16384  0 
tpm_crb                16384  0 
thermal                20480  0 
tpm                    32768  1 tpm_crb
wmi                    20480  1 asus_wmi
snd_timer              28672  1 snd_pcm
intel_soc_dts_iosf     16384  2 intel_soc_dts_thermal,processor_thermal_device
dw_dmac_core           24576  2 dw_dmac,snd_soc_sst_dsp
video                  20480  2 i915,asus_wmi
button                 16384  1 i915
int3402_thermal        16384  0 
int3403_thermal        16384  0 
snd                    57344  4 snd_soc_core,snd_timer,snd_pcm,snd_compress
iosf_mbi               16384  2 intel_soc_dts_iosf,intel_rapl
int3400_thermal        16384  0 
acpi_thermal_rel       16384  1 int3400_thermal
int340x_thermal_zone    16384  3 int3402_thermal,processor_thermal_device,int3403_thermal
acpi_pad               16384  0 
soundcore              16384  1 snd
ac                     16384  0 
spi_pxa2xx_platform    24576  0 
battery                16384  0 
i2c_hid                20480  0 
8250_dw                16384  0 
snd_soc_sst_acpi       16384  0 
hid                   110592  2 i2c_hid,hid_generic
processor              28672  0 
sch_fq_codel           20480  2 

[-- Attachment #6: kernel-config.txt --]
[-- Type: text/plain, Size: 111826 bytes --]

#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 4.1.0-rc5 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_HAVE_INTEL_TXT=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION="-asus"
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_GZIP=y
# CONFIG_KERNEL_BZIP2 is not set
# CONFIG_KERNEL_LZMA is not set
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
# CONFIG_SWAP is not set
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
# CONFIG_KDBUS is not set
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_GENERIC_MSI_IRQ_DOMAIN=y
# CONFIG_IRQ_DOMAIN_DEBUG is not set
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_BSD_PROCESS_ACCT_V3=y
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y

#
# RCU Subsystem
#
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
# CONFIG_TASKS_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_NOCB_CPU is not set
# CONFIG_RCU_EXPEDITE_BOOT is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=19
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_KMEM=y
# CONFIG_CGROUP_HUGETLB is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
# CONFIG_USER_NS is not set
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_BPF_SYSCALL is not set
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_USERFAULTFD=y
CONFIG_PCI_QUIRKS=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
# CONFIG_OPROFILE is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
CONFIG_KPROBES=y
CONFIG_JUMP_LABEL=y
CONFIG_KPROBES_ON_FTRACE=y
CONFIG_UPROBES=y
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_KRETPROBES=y
CONFIG_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_COPY_THREAD_TLS=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS=y
CONFIG_MODULE_COMPRESS_GZIP=y
# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_MODULES_TREE_LOOKUP=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
# CONFIG_UNIXWARE_DISKLABEL is not set
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
CONFIG_X86_X2APIC=y
CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_INTEL_LPSS=y
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
CONFIG_IOSF_MBI=m
# CONFIG_IOSF_MBI_DEBUG is not set
CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
CONFIG_SCHED_OMIT_FRAME_POINTER=y
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_PARAVIRT_SPINLOCKS is not set
CONFIG_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=500
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_XEN_PVH=y
CONFIG_KVM_GUEST=y
# CONFIG_KVM_DEBUG_FS is not set
CONFIG_PARAVIRT_TIME_ACCOUNTING=y
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
CONFIG_MATOM=y
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=4
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_INTEL=y
# CONFIG_X86_MCE_AMD is not set
CONFIG_X86_MCE_THRESHOLD=y
# CONFIG_X86_MCE_INJECT is not set
CONFIG_X86_THERMAL_VECTOR=y
CONFIG_X86_16BIT=y
CONFIG_X86_ESPFIX64=y
CONFIG_X86_VSYSCALL_EMULATION=y
# CONFIG_I8K is not set
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_MICROCODE_INTEL_EARLY=y
CONFIG_MICROCODE_EARLY=y
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_X86_DIRECT_GBPAGES=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_MEMORY_PROBE=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_ARCH_ENABLE_HUGEPAGE_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MMU_NOTIFIER=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MEMORY_FAILURE=y
# CONFIG_HWPOISON_INJECT is not set
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
CONFIG_CLEANCACHE=y
# CONFIG_CMA is not set
CONFIG_ZPOOL=y
CONFIG_ZBUD=y
CONFIG_ZSMALLOC=y
# CONFIG_PGTABLE_MAPPING is not set
# CONFIG_ZSMALLOC_STAT is not set
CONFIG_GENERIC_EARLY_IOREMAP=y
CONFIG_ARCH_SUPPORTS_DEFERRED_STRUCT_PAGE_INIT=y
# CONFIG_DEFERRED_STRUCT_PAGE_INIT is not set
# CONFIG_X86_PMEM_LEGACY is not set
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
# CONFIG_X86_INTEL_MPX is not set
CONFIG_EFI=y
CONFIG_EFI_STUB=y
CONFIG_EFI_MIXED=y
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
CONFIG_HZ_300=y
# CONFIG_HZ_1000 is not set
CONFIG_HZ=300
CONFIG_SCHED_HRTICK=y
CONFIG_KEXEC=y
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
# CONFIG_RANDOMIZE_BASE is not set
CONFIG_PHYSICAL_ALIGN=0x1000000
CONFIG_HOTPLUG_CPU=y
# CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
# CONFIG_DEBUG_HOTPLUG_CPU0 is not set
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_HAVE_LIVEPATCH=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y

#
# Power management and ACPI options
#
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=100
CONFIG_PM_WAKELOCKS_GC=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
# CONFIG_DPM_WATCHDOG is not set
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
CONFIG_ACPI_THERMAL=m
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
CONFIG_ACPI_HOTPLUG_MEMORY=y
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
CONFIG_ACPI_BGRT=y
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_MEMORY_FAILURE=y
# CONFIG_ACPI_APEI_EINJ is not set
# CONFIG_ACPI_APEI_ERST_DEBUG is not set
# CONFIG_ACPI_EXTLOG is not set
CONFIG_PMIC_OPREGION=y
CONFIG_SFI=y

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set

#
# CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
# CONFIG_X86_PCC_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
CONFIG_INTEL_IDLE=y

#
# Memory power savings
#
# CONFIG_I7300_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_XEN=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCIEPORTBUS=y
CONFIG_HOTPLUG_PCI_PCIE=y
CONFIG_PCIEAER=y
# CONFIG_PCIE_ECRC is not set
# CONFIG_PCIEAER_INJECT is not set
CONFIG_PCIEASPM=y
# CONFIG_PCIEASPM_DEBUG is not set
CONFIG_PCIEASPM_DEFAULT=y
# CONFIG_PCIEASPM_POWERSAVE is not set
# CONFIG_PCIEASPM_PERFORMANCE is not set
CONFIG_PCIE_PME=y
CONFIG_PCI_MSI=y
CONFIG_PCI_MSI_IRQ_DOMAIN=y
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
# CONFIG_PCI_STUB is not set
# CONFIG_XEN_PCIDEV_FRONTEND is not set
CONFIG_HT_IRQ=y
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_PCI_LABEL=y

#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
CONFIG_HOTPLUG_PCI=y
CONFIG_HOTPLUG_PCI_ACPI=y
# CONFIG_HOTPLUG_PCI_ACPI_IBM is not set
CONFIG_HOTPLUG_PCI_CPCI=y
# CONFIG_HOTPLUG_PCI_CPCI_ZT5550 is not set
# CONFIG_HOTPLUG_PCI_CPCI_GENERIC is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
CONFIG_COREDUMP=y
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
# CONFIG_X86_X32 is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_PMC_ATOM=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_FIB_TRIE_STATS=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE_DEMUX is not set
# CONFIG_NET_IP_TUNNEL is not set
CONFIG_IP_MROUTE=y
# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
CONFIG_SYN_COOKIES=y
# CONFIG_NET_UDP_TUNNEL is not set
# CONFIG_NET_FOU is not set
# CONFIG_GENEVE_CORE is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET_XFRM_MODE_TUNNEL is not set
# CONFIG_INET_XFRM_MODE_BEET is not set
CONFIG_INET_LRO=y
# CONFIG_INET_DIAG is not set
CONFIG_TCP_CONG_ADVANCED=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_WESTWOOD is not set
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_HSTCP is not set
# CONFIG_TCP_CONG_HYBLA is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_SCALABLE is not set
# CONFIG_TCP_CONG_LP is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_YEAH is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_DCTCP is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
CONFIG_IPV6=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
# CONFIG_INET6_AH is not set
# CONFIG_INET6_ESP is not set
# CONFIG_INET6_IPCOMP is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_INET6_XFRM_TUNNEL is not set
# CONFIG_INET6_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
# CONFIG_INET6_XFRM_MODE_BEET is not set
# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_GRE is not set
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
# CONFIG_IPV6_MROUTE is not set
CONFIG_NETLABEL=y
CONFIG_NETWORK_SECMARK=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_NETWORK_PHY_TIMESTAMPING=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y

#
# Core Netfilter Configuration
#
# CONFIG_NETFILTER_INGRESS is not set
# CONFIG_NETFILTER_NETLINK_ACCT is not set
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
# CONFIG_NF_CONNTRACK is not set
# CONFIG_NF_TABLES is not set
# CONFIG_NETFILTER_XTABLES is not set
# CONFIG_IP_SET is not set
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV4 is not set
# CONFIG_NF_LOG_ARP is not set
# CONFIG_NF_LOG_IPV4 is not set
# CONFIG_NF_REJECT_IPV4 is not set
# CONFIG_IP_NF_IPTABLES is not set
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
# CONFIG_NF_DEFRAG_IPV6 is not set
# CONFIG_NF_REJECT_IPV6 is not set
# CONFIG_NF_LOG_IPV6 is not set
# CONFIG_IP6_NF_IPTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_L2TP is not set
# CONFIG_BRIDGE is not set
CONFIG_HAVE_NET_DSA=y
# CONFIG_NET_DSA is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_SCH_HFSC is not set
# CONFIG_NET_SCH_PRIO is not set
# CONFIG_NET_SCH_MULTIQ is not set
# CONFIG_NET_SCH_RED is not set
# CONFIG_NET_SCH_SFB is not set
# CONFIG_NET_SCH_SFQ is not set
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set
# CONFIG_NET_SCH_DRR is not set
# CONFIG_NET_SCH_MQPRIO is not set
# CONFIG_NET_SCH_CHOKE is not set
# CONFIG_NET_SCH_QFQ is not set
# CONFIG_NET_SCH_CODEL is not set
CONFIG_NET_SCH_FQ_CODEL=m
# CONFIG_NET_SCH_FQ is not set
# CONFIG_NET_SCH_HHF is not set
# CONFIG_NET_SCH_PIE is not set
# CONFIG_NET_SCH_INGRESS is not set
# CONFIG_NET_SCH_PLUG is not set

#
# Classification
#
# CONFIG_NET_CLS_BASIC is not set
# CONFIG_NET_CLS_TCINDEX is not set
# CONFIG_NET_CLS_ROUTE4 is not set
# CONFIG_NET_CLS_FW is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_CLS_CGROUP is not set
# CONFIG_NET_CLS_BPF is not set
# CONFIG_NET_CLS_FLOWER is not set
# CONFIG_NET_EMATCH is not set
CONFIG_NET_CLS_ACT=y
# CONFIG_NET_ACT_POLICE is not set
# CONFIG_NET_ACT_GACT is not set
# CONFIG_NET_ACT_MIRRED is not set
# CONFIG_NET_ACT_NAT is not set
# CONFIG_NET_ACT_PEDIT is not set
# CONFIG_NET_ACT_SIMP is not set
# CONFIG_NET_ACT_SKBEDIT is not set
# CONFIG_NET_ACT_CSUM is not set
# CONFIG_NET_ACT_VLAN is not set
# CONFIG_NET_ACT_BPF is not set
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
CONFIG_NETLINK_MMAP=y
# CONFIG_NETLINK_DIAG is not set
CONFIG_MPLS=y
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_MPLS_ROUTING is not set
# CONFIG_HSR is not set
CONFIG_NET_SWITCHDEV=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
CONFIG_CGROUP_NET_CLASSID=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_NET_DROP_MONITOR is not set
CONFIG_HAMRADIO=y

#
# Packet Radio protocols
#
# CONFIG_AX25 is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=m
CONFIG_BT_BREDR=y
# CONFIG_BT_RFCOMM is not set
# CONFIG_BT_BNEP is not set
# CONFIG_BT_HIDP is not set
CONFIG_BT_LE=y
# CONFIG_BT_SELFTEST is not set
CONFIG_BT_DEBUGFS=y

#
# Bluetooth device drivers
#
# CONFIG_BT_HCIBTUSB is not set
CONFIG_BT_HCIBTSDIO=m
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIVHCI is not set
# CONFIG_BT_MRVL is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
CONFIG_WIRELESS=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211=m
# CONFIG_NL80211_TESTMODE is not set
# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
# CONFIG_CFG80211_REG_DEBUG is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB is not set
CONFIG_CFG80211_WEXT=y
# CONFIG_LIB80211 is not set
# CONFIG_MAC80211 is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
CONFIG_RFKILL_INPUT=y
# CONFIG_RFKILL_GPIO is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
# CONFIG_DEVTMPFS_MOUNT is not set
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
CONFIG_SYS_HYPERVISOR=y
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=m
CONFIG_REGMAP_SPI=m
CONFIG_REGMAP_MMIO=y
CONFIG_DMA_SHARED_BUFFER=y
# CONFIG_FENCE_TRACE is not set

#
# Bus devices
#
CONFIG_CONNECTOR=y
CONFIG_PROC_EVENTS=y
# CONFIG_MTD is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG_MESSAGES is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_ZRAM is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
# CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_PMEM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_XEN_BLKDEV_FRONTEND is not set
# CONFIG_XEN_BLKDEV_BACKEND is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ICS932S401 is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_APDS9802ALS is not set
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_SENSORS_BH1780 is not set
# CONFIG_SENSORS_BH1770 is not set
# CONFIG_SENSORS_APDS990X is not set
# CONFIG_HMC6352 is not set
# CONFIG_DS1682 is not set
# CONFIG_TI_DAC7512 is not set
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_BMP085_I2C is not set
# CONFIG_BMP085_SPI is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_LATTICE_ECP3_CONFIG is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
# CONFIG_EEPROM_AT25 is not set
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_MAX6875 is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_EEPROM_93XX46 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
# CONFIG_ALTERA_STAPL is not set
CONFIG_INTEL_MEI=m
# CONFIG_INTEL_MEI_ME is not set
CONFIG_INTEL_MEI_TXE=m
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# SCIF Bus Driver
#
# CONFIG_SCIF_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_MQ_DEFAULT is not set
CONFIG_SCSI_PROC_FS=y

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CHR_DEV_SCH is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
CONFIG_SCSI_SCAN_ASYNC=y

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
CONFIG_MEGARAID_NEWGEN=y
# CONFIG_MEGARAID_MM is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_VMWARE_PVSCSI is not set
# CONFIG_XEN_SCSI_FRONTEND is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_ISCI is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
# CONFIG_ATA is not set
CONFIG_MD=y
# CONFIG_BLK_DEV_MD is not set
# CONFIG_BCACHE is not set
# CONFIG_BLK_DEV_DM is not set
# CONFIG_TARGET_CORE is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_MACINTOSH_DRIVERS=y
CONFIG_MAC_EMUMOUSEBTN=m
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_TUN is not set
# CONFIG_VETH is not set
# CONFIG_NLMON is not set
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#
# CONFIG_VHOST_NET is not set

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
# CONFIG_ALTERA_TSE is not set
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
CONFIG_NET_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_BROADCOM=y
# CONFIG_B44 is not set
# CONFIG_BCMGENET is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2X is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
# CONFIG_CX_ECAT is not set
# CONFIG_DNET is not set
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
# CONFIG_TULIP is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
CONFIG_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_EXAR=y
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
CONFIG_NET_VENDOR_HP=y
# CONFIG_HP100 is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGBEVF is not set
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
# CONFIG_FM10K is not set
CONFIG_NET_VENDOR_I825XX=y
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_MLX5_CORE is not set
CONFIG_NET_VENDOR_MICREL=y
# CONFIG_KS8842 is not set
# CONFIG_KS8851 is not set
# CONFIG_KS8851_MLL is not set
# CONFIG_KSZ884X_PCI is not set
CONFIG_NET_VENDOR_MICROCHIP=y
# CONFIG_ENC28J60 is not set
CONFIG_NET_VENDOR_MYRI=y
# CONFIG_MYRI10GE is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_NE2K_PCI is not set
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_PACKET_ENGINE=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
# CONFIG_NETXEN_NIC is not set
CONFIG_NET_VENDOR_QUALCOMM=y
CONFIG_NET_VENDOR_REALTEK=y
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R8169 is not set
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
CONFIG_NET_VENDOR_ROCKER=y
CONFIG_NET_VENDOR_SAMSUNG=y
# CONFIG_SXGBE_ETH is not set
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
# CONFIG_SFC is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
CONFIG_NET_VENDOR_STMICRO=y
# CONFIG_STMMAC_ETH is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_ALE is not set
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
# CONFIG_WIZNET_W5100 is not set
# CONFIG_WIZNET_W5300 is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_PHYLIB is not set
# CONFIG_MICREL_KS8995MA is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
# CONFIG_USB_NET_DRIVERS is not set
CONFIG_WLAN=y
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_PRISM54 is not set
# CONFIG_USB_ZD1201 is not set
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_ATH_CARDS is not set
CONFIG_BRCMUTIL=m
CONFIG_BRCMFMAC=m
CONFIG_BRCMFMAC_PROTO_BCDC=y
CONFIG_BRCMFMAC_PROTO_MSGBUF=y
CONFIG_BRCMFMAC_SDIO=y
CONFIG_BRCMFMAC_USB=y
CONFIG_BRCMFMAC_PCIE=y
# CONFIG_BRCM_TRACING is not set
# CONFIG_BRCMDBG is not set
# CONFIG_HOSTAP is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_HERMES is not set
CONFIG_WL_TI=y
# CONFIG_MWIFIEX is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
# CONFIG_XEN_NETDEV_FRONTEND is not set
# CONFIG_XEN_NETDEV_BACKEND is not set
# CONFIG_VMXNET3 is not set
CONFIG_ISDN=y
# CONFIG_ISDN_I4L is not set
# CONFIG_ISDN_CAPI is not set
# CONFIG_ISDN_DRV_GIGASET is not set
# CONFIG_HYSDN is not set
# CONFIG_MISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
CONFIG_INPUT_SPARSEKMAP=m
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=m
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
CONFIG_INPUT_JOYDEV=m
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
# CONFIG_KEYBOARD_ATKBD is not set
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_MATRIX is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_GPIO is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
# CONFIG_JOYSTICK_ANALOG is not set
# CONFIG_JOYSTICK_A3D is not set
# CONFIG_JOYSTICK_ADI is not set
# CONFIG_JOYSTICK_COBRA is not set
# CONFIG_JOYSTICK_GF2K is not set
# CONFIG_JOYSTICK_GRIP is not set
# CONFIG_JOYSTICK_GRIP_MP is not set
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
# CONFIG_JOYSTICK_SIDEWINDER is not set
# CONFIG_JOYSTICK_TMDC is not set
# CONFIG_JOYSTICK_IFORCE is not set
# CONFIG_JOYSTICK_WARRIOR is not set
# CONFIG_JOYSTICK_MAGELLAN is not set
# CONFIG_JOYSTICK_SPACEORB is not set
# CONFIG_JOYSTICK_SPACEBALL is not set
# CONFIG_JOYSTICK_STINGER is not set
# CONFIG_JOYSTICK_TWIDJOY is not set
# CONFIG_JOYSTICK_ZHENHUA is not set
# CONFIG_JOYSTICK_AS5011 is not set
# CONFIG_JOYSTICK_JOYDUMP is not set
# CONFIG_JOYSTICK_XPAD is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_GTCO is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_SERIAL_WACOM4 is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_ADS7846 is not set
# CONFIG_TOUCHSCREEN_AD7877 is not set
# CONFIG_TOUCHSCREEN_AD7879 is not set
# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
# CONFIG_TOUCHSCREEN_BU21013 is not set
# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
# CONFIG_TOUCHSCREEN_EETI is not set
# CONFIG_TOUCHSCREEN_FUJITSU is not set
# CONFIG_TOUCHSCREEN_GOODIX is not set
# CONFIG_TOUCHSCREEN_ILI210X is not set
# CONFIG_TOUCHSCREEN_GUNZE is not set
# CONFIG_TOUCHSCREEN_ELAN is not set
# CONFIG_TOUCHSCREEN_ELO is not set
# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
# CONFIG_TOUCHSCREEN_MAX11801 is not set
# CONFIG_TOUCHSCREEN_MCS5000 is not set
# CONFIG_TOUCHSCREEN_MMS114 is not set
# CONFIG_TOUCHSCREEN_MTOUCH is not set
# CONFIG_TOUCHSCREEN_INEXIO is not set
# CONFIG_TOUCHSCREEN_MK712 is not set
# CONFIG_TOUCHSCREEN_PENMOUNT is not set
# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
# CONFIG_TOUCHSCREEN_PIXCIR is not set
# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
# CONFIG_TOUCHSCREEN_TSC2005 is not set
# CONFIG_TOUCHSCREEN_TSC2007 is not set
# CONFIG_TOUCHSCREEN_ST1232 is not set
# CONFIG_TOUCHSCREEN_SUR40 is not set
# CONFIG_TOUCHSCREEN_SX8654 is not set
# CONFIG_TOUCHSCREEN_TPS6507X is not set
# CONFIG_TOUCHSCREEN_ZFORCE is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_BMA150 is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_MMA8450 is not set
# CONFIG_INPUT_MPU3050 is not set
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_GP2A is not set
# CONFIG_INPUT_GPIO_BEEPER is not set
# CONFIG_INPUT_GPIO_TILT_POLLED is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_KXTJ9 is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_PCF8574 is not set
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_IMS_PCU is not set
# CONFIG_INPUT_CMA3000 is not set
# CONFIG_INPUT_XEN_KBDDEV_FRONTEND is not set
# CONFIG_INPUT_DRV260X_HAPTICS is not set
# CONFIG_INPUT_DRV2665_HAPTICS is not set
# CONFIG_INPUT_DRV2667_HAPTICS is not set

#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
# CONFIG_ROCKETPORT is not set
# CONFIG_CYCLADES is not set
# CONFIG_MOXA_INTELLIO is not set
# CONFIG_MOXA_SMARTIO is not set
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
# CONFIG_ISI is not set
# CONFIG_N_HDLC is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVMEM=y
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=32
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
CONFIG_SERIAL_8250_DW=m
# CONFIG_SERIAL_8250_FINTEK is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_MAX3100 is not set
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_IFX6X60 is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
CONFIG_HVC_DRIVER=y
CONFIG_HVC_IRQ=y
CONFIG_HVC_XEN=y
CONFIG_HVC_XEN_FRONTEND=y
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
# CONFIG_HANGCHECK_TIMER is not set
CONFIG_TCG_TPM=m
# CONFIG_TCG_TIS is not set
# CONFIG_TCG_TIS_I2C_ATMEL is not set
# CONFIG_TCG_TIS_I2C_INFINEON is not set
# CONFIG_TCG_TIS_I2C_NUVOTON is not set
# CONFIG_TCG_NSC is not set
# CONFIG_TCG_ATMEL is not set
# CONFIG_TCG_INFINEON is not set
# CONFIG_TCG_XEN is not set
CONFIG_TCG_CRB=m
# CONFIG_TCG_TIS_ST33ZP24 is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MUX=y

#
# Multiplexer I2C Chip support
#
# CONFIG_I2C_MUX_GPIO is not set
# CONFIG_I2C_MUX_PCA9541 is not set
# CONFIG_I2C_MUX_PCA954x is not set
# CONFIG_I2C_MUX_PINCTRL is not set
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_ALGOBIT=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
CONFIG_I2C_DESIGNWARE_CORE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_GPIO is not set
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_PXA_PCI is not set
# CONFIG_I2C_SIMTEC is not set
# CONFIG_I2C_XILINX is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_DIOLAN_U2C is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_STUB is not set
CONFIG_I2C_SLAVE=y
# CONFIG_I2C_SLAVE_EEPROM is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y

#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
# CONFIG_SPI_BITBANG is not set
# CONFIG_SPI_CADENCE is not set
# CONFIG_SPI_GPIO is not set
# CONFIG_SPI_OC_TINY is not set
CONFIG_SPI_PXA2XX_DMA=y
CONFIG_SPI_PXA2XX=m
CONFIG_SPI_PXA2XX_PCI=m
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_XCOMM is not set
# CONFIG_SPI_XILINX is not set
# CONFIG_SPI_DESIGNWARE is not set

#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_SPI_TLE62X0 is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set

#
# PPS support
#
# CONFIG_PPS is not set

#
# PPS generators support
#

#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_PINCTRL=y

#
# Pin controllers
#
# CONFIG_DEBUG_PINCTRL is not set
# CONFIG_PINCTRL_AMD is not set
CONFIG_PINCTRL_BAYTRAIL=y
# CONFIG_PINCTRL_CHERRYVIEW is not set
# CONFIG_PINCTRL_SUNRISEPOINT is not set
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_ACPI=y
CONFIG_GPIOLIB_IRQCHIP=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_SYSFS=y

#
# Memory mapped GPIO drivers
#
# CONFIG_GPIO_DWAPB is not set
# CONFIG_GPIO_F7188X is not set
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_ICH is not set
# CONFIG_GPIO_IT8761E is not set
# CONFIG_GPIO_LYNXPOINT is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_VX855 is not set

#
# I2C GPIO expanders
#
# CONFIG_GPIO_ADP5588 is not set
# CONFIG_GPIO_MAX7300 is not set
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_PCF857X is not set
# CONFIG_GPIO_SX150X is not set

#
# MFD GPIO expanders
#

#
# PCI GPIO expanders
#
# CONFIG_GPIO_AMD8111 is not set
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_INTEL_MID is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_RDC321X is not set

#
# SPI GPIO expanders
#
# CONFIG_GPIO_MAX7301 is not set
# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_GPIO_MC33880 is not set

#
# USB GPIO expanders
#
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_TEST_POWER is not set
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
# CONFIG_BATTERY_DS2782 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_MAX17040 is not set
# CONFIG_BATTERY_MAX17042 is not set
# CONFIG_CHARGER_MAX8903 is not set
# CONFIG_CHARGER_LP8727 is not set
# CONFIG_CHARGER_GPIO is not set
# CONFIG_CHARGER_BQ2415X is not set
# CONFIG_CHARGER_BQ24190 is not set
# CONFIG_CHARGER_BQ24257 is not set
# CONFIG_CHARGER_BQ24735 is not set
# CONFIG_CHARGER_BQ25890 is not set
# CONFIG_CHARGER_SMB347 is not set
# CONFIG_BATTERY_GAUGE_LTC2941 is not set
CONFIG_POWER_RESET=y
# CONFIG_POWER_RESET_RESTART is not set
CONFIG_POWER_AVS=y
CONFIG_HWMON=m
# CONFIG_HWMON_VID is not set
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7310 is not set
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
# CONFIG_SENSORS_ADT7462 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7475 is not set
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS620 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DELL_SMM is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
# CONFIG_SENSORS_GPIO_FAN is not set
# CONFIG_SENSORS_HIH6130 is not set
# CONFIG_SENSORS_I5500 is not set
CONFIG_SENSORS_CORETEMP=m
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_JC42 is not set
# CONFIG_SENSORS_POWR1220 is not set
# CONFIG_SENSORS_LINEAGE is not set
# CONFIG_SENSORS_LTC2945 is not set
# CONFIG_SENSORS_LTC4151 is not set
# CONFIG_SENSORS_LTC4215 is not set
# CONFIG_SENSORS_LTC4222 is not set
# CONFIG_SENSORS_LTC4245 is not set
# CONFIG_SENSORS_LTC4260 is not set
# CONFIG_SENSORS_LTC4261 is not set
# CONFIG_SENSORS_MAX1111 is not set
# CONFIG_SENSORS_MAX16065 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX1668 is not set
# CONFIG_SENSORS_MAX197 is not set
# CONFIG_SENSORS_MAX6639 is not set
# CONFIG_SENSORS_MAX6642 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_HTU21 is not set
# CONFIG_SENSORS_MCP3021 is not set
# CONFIG_SENSORS_ADCXX is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
# CONFIG_SENSORS_LM85 is not set
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_NCT6683 is not set
# CONFIG_SENSORS_NCT6775 is not set
# CONFIG_SENSORS_NCT7802 is not set
# CONFIG_SENSORS_NCT7904 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
# CONFIG_SENSORS_SHT15 is not set
# CONFIG_SENSORS_SHT21 is not set
# CONFIG_SENSORS_SHTC1 is not set
# CONFIG_SENSORS_SIS5595 is not set
# CONFIG_SENSORS_DME1737 is not set
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
# CONFIG_SENSORS_EMC6W201 is not set
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_SCH56XX_COMMON is not set
# CONFIG_SENSORS_SCH5627 is not set
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_ADS7871 is not set
# CONFIG_SENSORS_AMC6821 is not set
# CONFIG_SENSORS_INA209 is not set
# CONFIG_SENSORS_INA2XX is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
# CONFIG_SENSORS_TMP103 is not set
# CONFIG_SENSORS_TMP401 is not set
# CONFIG_SENSORS_TMP421 is not set
# CONFIG_SENSORS_VIA_CPUTEMP is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83795 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
# CONFIG_THERMAL_WRITABLE_TRIPS is not set
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
# CONFIG_THERMAL_EMULATION is not set
CONFIG_INTEL_POWERCLAMP=m
# CONFIG_X86_PKG_TEMP_THERMAL is not set
CONFIG_INTEL_SOC_DTS_IOSF_CORE=m
CONFIG_INTEL_SOC_DTS_THERMAL=m
CONFIG_INT340X_THERMAL=m
CONFIG_ACPI_THERMAL_REL=m

#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
# CONFIG_SOFT_WATCHDOG is not set
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
CONFIG_ITCO_WDT=m
CONFIG_ITCO_VENDOR_SUPPORT=y
# CONFIG_IT8712F_WDT is not set
# CONFIG_IT87_WDT is not set
# CONFIG_HP_WATCHDOG is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
# CONFIG_SMSC37B787_WDT is not set
# CONFIG_VIA_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set
# CONFIG_MEN_A21_WDT is not set
# CONFIG_XEN_WDT is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=m
# CONFIG_MFD_AS3711 is not set
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
# CONFIG_MFD_BCM590XX is not set
# CONFIG_MFD_AXP20X is not set
# CONFIG_MFD_CROS_EC is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_SPI is not set
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
# CONFIG_MFD_DA9150 is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_MC13XXX_SPI is not set
# CONFIG_MFD_MC13XXX_I2C is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_HTC_I2CPLD is not set
# CONFIG_MFD_INTEL_QUARK_I2C_GPIO is not set
CONFIG_LPC_ICH=m
# CONFIG_LPC_SCH is not set
# CONFIG_INTEL_SOC_PMIC is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_88PM800 is not set
# CONFIG_MFD_88PM805 is not set
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
# CONFIG_MFD_MAX77843 is not set
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
# CONFIG_MFD_MAX8998 is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_MENF21BMC is not set
# CONFIG_EZX_PCAP is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RETU is not set
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RT5033 is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_RC5T583 is not set
# CONFIG_MFD_RN5T618 is not set
# CONFIG_MFD_SEC_CORE is not set
# CONFIG_MFD_SI476X_CORE is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_MFD_SKY81452 is not set
# CONFIG_MFD_SMSC is not set
CONFIG_ABX500_CORE=y
# CONFIG_AB3100_CORE is not set
CONFIG_MFD_SYSCON=y
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
# CONFIG_MFD_TPS65090 is not set
# CONFIG_MFD_TPS65217 is not set
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
# CONFIG_MFD_WL1273_CORE is not set
# CONFIG_MFD_LM3533 is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_ARIZONA_SPI is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
# CONFIG_MFD_WM831X_SPI is not set
# CONFIG_MFD_WM8350_I2C is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_REGULATOR is not set
CONFIG_MEDIA_SUPPORT=m

#
# Multimedia core support
#
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
CONFIG_MEDIA_SDR_SUPPORT=y
CONFIG_MEDIA_RC_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
# CONFIG_MEDIA_CONTROLLER_DVB is not set
CONFIG_VIDEO_DEV=m
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_VIDEO_V4L2=m
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_VMALLOC=m
CONFIG_DVB_CORE=m
CONFIG_DVB_NET=y
# CONFIG_TTPCI_EEPROM is not set
CONFIG_DVB_MAX_ADAPTERS=8
# CONFIG_DVB_DYNAMIC_MINORS is not set

#
# Media drivers
#
CONFIG_RC_CORE=m
# CONFIG_RC_MAP is not set
CONFIG_RC_DECODERS=y
# CONFIG_LIRC is not set
# CONFIG_IR_NEC_DECODER is not set
# CONFIG_IR_RC5_DECODER is not set
# CONFIG_IR_RC6_DECODER is not set
# CONFIG_IR_JVC_DECODER is not set
# CONFIG_IR_SONY_DECODER is not set
# CONFIG_IR_SANYO_DECODER is not set
# CONFIG_IR_SHARP_DECODER is not set
# CONFIG_IR_MCE_KBD_DECODER is not set
# CONFIG_IR_XMP_DECODER is not set
CONFIG_RC_DEVICES=y
# CONFIG_RC_ATI_REMOTE is not set
# CONFIG_IR_ENE is not set
# CONFIG_IR_HIX5HD2 is not set
# CONFIG_IR_IMON is not set
# CONFIG_IR_MCEUSB is not set
# CONFIG_IR_ITE_CIR is not set
# CONFIG_IR_FINTEK is not set
# CONFIG_IR_NUVOTON is not set
# CONFIG_IR_REDRAT3 is not set
# CONFIG_IR_STREAMZAP is not set
# CONFIG_IR_WINBOND_CIR is not set
# CONFIG_IR_IGORPLUGUSB is not set
# CONFIG_IR_IGUANA is not set
# CONFIG_IR_TTUSBIR is not set
# CONFIG_RC_LOOPBACK is not set
# CONFIG_IR_GPIO_CIR is not set
CONFIG_MEDIA_USB_SUPPORT=y

#
# Webcam devices
#
CONFIG_USB_VIDEO_CLASS=m
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
# CONFIG_USB_GSPCA is not set
# CONFIG_USB_PWC is not set
# CONFIG_VIDEO_CPIA2 is not set
# CONFIG_USB_ZR364XX is not set
# CONFIG_USB_STKWEBCAM is not set
# CONFIG_USB_S2255 is not set
# CONFIG_VIDEO_USBTV is not set

#
# Analog TV USB devices
#
# CONFIG_VIDEO_PVRUSB2 is not set
# CONFIG_VIDEO_HDPVR is not set
# CONFIG_VIDEO_USBVISION is not set
# CONFIG_VIDEO_STK1160_COMMON is not set
# CONFIG_VIDEO_GO7007 is not set

#
# Analog/digital TV USB devices
#
# CONFIG_VIDEO_AU0828 is not set
# CONFIG_VIDEO_CX231XX is not set
# CONFIG_VIDEO_TM6000 is not set

#
# Digital TV USB devices
#
# CONFIG_DVB_USB is not set
# CONFIG_DVB_USB_V2 is not set
# CONFIG_DVB_TTUSB_BUDGET is not set
# CONFIG_DVB_TTUSB_DEC is not set
# CONFIG_SMS_USB_DRV is not set
# CONFIG_DVB_B2C2_FLEXCOP_USB is not set
# CONFIG_DVB_AS102 is not set

#
# Webcam, TV (analog/digital) USB devices
#
# CONFIG_VIDEO_EM28XX is not set

#
# Software defined radio USB devices
#
# CONFIG_USB_AIRSPY is not set
# CONFIG_USB_HACKRF is not set
# CONFIG_USB_MSI2500 is not set
CONFIG_MEDIA_PCI_SUPPORT=y

#
# Media capture support
#

#
# Media capture/analog TV support
#
# CONFIG_VIDEO_IVTV is not set
# CONFIG_VIDEO_ZORAN is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_SOLO6X10 is not set
# CONFIG_VIDEO_TW68 is not set
# CONFIG_VIDEO_DT3155 is not set

#
# Media capture/analog/hybrid TV support
#
# CONFIG_VIDEO_CX18 is not set
# CONFIG_VIDEO_CX23885 is not set
# CONFIG_VIDEO_CX25821 is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_SAA7164 is not set

#
# Media digital TV PCI Adapters
#
# CONFIG_DVB_AV7110 is not set
# CONFIG_DVB_BUDGET_CORE is not set
# CONFIG_DVB_B2C2_FLEXCOP_PCI is not set
# CONFIG_DVB_PLUTO2 is not set
# CONFIG_DVB_DM1105 is not set
# CONFIG_DVB_PT1 is not set
# CONFIG_DVB_PT3 is not set
# CONFIG_MANTIS_CORE is not set
# CONFIG_DVB_NGENE is not set
# CONFIG_DVB_DDBRIDGE is not set
# CONFIG_DVB_SMIPCIE is not set
# CONFIG_V4L_PLATFORM_DRIVERS is not set
CONFIG_V4L_MEM2MEM_DRIVERS=y
# CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set
# CONFIG_VIDEO_SH_VEU is not set
CONFIG_V4L_TEST_DRIVERS=y
# CONFIG_VIDEO_VIVID is not set
# CONFIG_VIDEO_VIM2M is not set

#
# Supported MMC/SDIO adapters
#
# CONFIG_SMS_SDIO_DRV is not set
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_SI470X=y
# CONFIG_USB_SI470X is not set
# CONFIG_I2C_SI470X is not set
# CONFIG_RADIO_SI4713 is not set
# CONFIG_USB_MR800 is not set
# CONFIG_USB_DSBR is not set
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_SHARK is not set
# CONFIG_RADIO_SHARK2 is not set
# CONFIG_USB_KEENE is not set
# CONFIG_USB_RAREMONO is not set
# CONFIG_USB_MA901 is not set
# CONFIG_RADIO_TEA5764 is not set
# CONFIG_RADIO_SAA7706H is not set
# CONFIG_RADIO_TEF6862 is not set
# CONFIG_RADIO_WL1273 is not set

#
# Texas Instruments WL128x FM driver (ST based)
#
# CONFIG_CYPRESS_FIRMWARE is not set

#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
CONFIG_MEDIA_ATTACH=y
CONFIG_VIDEO_IR_I2C=m

#
# Audio decoders, processors and mixers
#

#
# RDS decoders
#

#
# Video decoders
#

#
# Video and audio decoders
#

#
# Video encoders
#

#
# Camera sensor devices
#

#
# Flash devices
#

#
# Video improvement chips
#

#
# Audio/Video compression chips
#

#
# Miscellaneous helper chips
#

#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=m
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_MC44S803=m

#
# Multistandard (satellite) frontends
#

#
# Multistandard (cable + terrestrial) frontends
#

#
# DVB-S (satellite) frontends
#

#
# DVB-T (terrestrial) frontends
#
# CONFIG_DVB_AS102_FE is not set

#
# DVB-C (cable) frontends
#

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#

#
# ISDB-T (terrestrial) frontends
#

#
# ISDB-S (satellite) & ISDB-T (terrestrial) frontends
#

#
# Digital terrestrial only tuners/PLL
#

#
# SEC control devices for DVB-S
#

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_AMD64 is not set
CONFIG_AGP_INTEL=m
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_INTEL_GTT=m
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_VGA_SWITCHEROO=y

#
# Direct Rendering Manager
#
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_LOAD_EDID_FIRMWARE=y

#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_ADV7511 is not set
# CONFIG_DRM_I2C_CH7006 is not set
# CONFIG_DRM_I2C_SIL164 is not set
# CONFIG_DRM_I2C_NXP_TDA998X is not set
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_NOUVEAU is not set
CONFIG_DRM_I915=m
CONFIG_DRM_I915_KMS=y
CONFIG_DRM_I915_FBDEV=y
# CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_DRM_VGEM is not set
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_QXL is not set
# CONFIG_DRM_BOCHS is not set
CONFIG_DRM_PANEL=y

#
# Display Panels
#

#
# Frame buffer Devices
#
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_CMDLINE=y
# CONFIG_FB_DDC is not set
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_UVESA is not set
CONFIG_FB_VESA=y
CONFIG_FB_EFI=y
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_OPENCORES is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_LE80578 is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_VIA is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_SMSCUFX is not set
# CONFIG_FB_UDL is not set
# CONFIG_FB_VIRTUAL is not set
# CONFIG_XEN_FBDEV_FRONTEND is not set
# CONFIG_FB_METRONOME is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
# CONFIG_FB_SIMPLE is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
# CONFIG_BACKLIGHT_ADP8860 is not set
# CONFIG_BACKLIGHT_ADP8870 is not set
# CONFIG_BACKLIGHT_LM3639 is not set
# CONFIG_BACKLIGHT_GPIO is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_VGASTATE is not set
CONFIG_HDMI=y

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_LOGO is not set
CONFIG_SOUND=m
# CONFIG_SOUND_OSS_CORE is not set
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_COMPRESS_OFFLOAD=m
CONFIG_SND_JACK=y
# CONFIG_SND_SEQUENCER is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
# CONFIG_SND_HRTIMER is not set
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
# CONFIG_SND_SUPPORT_OLD_API is not set
CONFIG_SND_PROC_FS=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_ALOOP is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ASIHPI is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SE6X is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set

#
# HD-Audio
#
# CONFIG_SND_HDA_INTEL is not set
CONFIG_SND_SPI=y
CONFIG_SND_USB=y
# CONFIG_SND_USB_AUDIO is not set
# CONFIG_SND_USB_UA101 is not set
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_USB_US122L is not set
# CONFIG_SND_USB_6FIRE is not set
# CONFIG_SND_USB_HIFACE is not set
# CONFIG_SND_BCD2000 is not set
# CONFIG_SND_USB_POD is not set
# CONFIG_SND_USB_PODHD is not set
# CONFIG_SND_USB_TONEPORT is not set
# CONFIG_SND_USB_VARIAX is not set
CONFIG_SND_SOC=m
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_DESIGNWARE_I2S is not set

#
# SoC Audio for Freescale CPUs
#

#
# Common SoC Audio options for Freescale CPUs:
#
# CONFIG_SND_SOC_FSL_ASRC is not set
# CONFIG_SND_SOC_FSL_SAI is not set
# CONFIG_SND_SOC_FSL_SSI is not set
# CONFIG_SND_SOC_FSL_SPDIF is not set
# CONFIG_SND_SOC_FSL_ESAI is not set
# CONFIG_SND_SOC_IMX_AUDMUX is not set
CONFIG_SND_SOC_INTEL_SST=m
CONFIG_SND_SOC_INTEL_SST_ACPI=m
CONFIG_SND_SOC_INTEL_BAYTRAIL=m
# CONFIG_SND_SOC_INTEL_HASWELL_MACH is not set
# CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH is not set
CONFIG_SND_SOC_INTEL_BYT_RT5645_MACH=m
# CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH is not set
# CONFIG_SND_SOC_INTEL_BROADWELL_MACH is not set
# CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH is not set
# CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH is not set
# CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH is not set
# CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH is not set
# CONFIG_SND_SOC_QCOM is not set
# CONFIG_SND_SOC_XTFPGA_I2S is not set
CONFIG_SND_SOC_I2C_AND_SPI=m

#
# CODEC drivers
#
# CONFIG_SND_SOC_AC97_CODEC is not set
# CONFIG_SND_SOC_ADAU1701 is not set
# CONFIG_SND_SOC_AK4104 is not set
# CONFIG_SND_SOC_AK4554 is not set
# CONFIG_SND_SOC_AK4642 is not set
# CONFIG_SND_SOC_AK5386 is not set
# CONFIG_SND_SOC_ALC5623 is not set
# CONFIG_SND_SOC_CS35L32 is not set
# CONFIG_SND_SOC_CS42L51_I2C is not set
# CONFIG_SND_SOC_CS42L52 is not set
# CONFIG_SND_SOC_CS42L56 is not set
# CONFIG_SND_SOC_CS42L73 is not set
# CONFIG_SND_SOC_CS4265 is not set
# CONFIG_SND_SOC_CS4270 is not set
# CONFIG_SND_SOC_CS4271_I2C is not set
# CONFIG_SND_SOC_CS4271_SPI is not set
# CONFIG_SND_SOC_CS42XX8_I2C is not set
# CONFIG_SND_SOC_HDMI_CODEC is not set
# CONFIG_SND_SOC_ES8328 is not set
# CONFIG_SND_SOC_PCM1681 is not set
# CONFIG_SND_SOC_PCM1792A is not set
# CONFIG_SND_SOC_PCM512x_I2C is not set
# CONFIG_SND_SOC_PCM512x_SPI is not set
CONFIG_SND_SOC_RL6231=m
# CONFIG_SND_SOC_RT5631 is not set
CONFIG_SND_SOC_RT5645=m
# CONFIG_SND_SOC_RT5677_SPI is not set
# CONFIG_SND_SOC_SGTL5000 is not set
# CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
# CONFIG_SND_SOC_SPDIF is not set
# CONFIG_SND_SOC_SSM2602_SPI is not set
# CONFIG_SND_SOC_SSM2602_I2C is not set
# CONFIG_SND_SOC_SSM4567 is not set
# CONFIG_SND_SOC_STA32X is not set
# CONFIG_SND_SOC_STA350 is not set
# CONFIG_SND_SOC_TAS2552 is not set
# CONFIG_SND_SOC_TAS5086 is not set
# CONFIG_SND_SOC_TAS571X is not set
# CONFIG_SND_SOC_TFA9879 is not set
# CONFIG_SND_SOC_TLV320AIC23_I2C is not set
# CONFIG_SND_SOC_TLV320AIC23_SPI is not set
# CONFIG_SND_SOC_TLV320AIC31XX is not set
# CONFIG_SND_SOC_TLV320AIC3X is not set
# CONFIG_SND_SOC_TS3A227E is not set
# CONFIG_SND_SOC_WM8510 is not set
# CONFIG_SND_SOC_WM8523 is not set
# CONFIG_SND_SOC_WM8580 is not set
# CONFIG_SND_SOC_WM8711 is not set
# CONFIG_SND_SOC_WM8728 is not set
# CONFIG_SND_SOC_WM8731 is not set
# CONFIG_SND_SOC_WM8737 is not set
# CONFIG_SND_SOC_WM8741 is not set
# CONFIG_SND_SOC_WM8750 is not set
# CONFIG_SND_SOC_WM8753 is not set
# CONFIG_SND_SOC_WM8770 is not set
# CONFIG_SND_SOC_WM8776 is not set
# CONFIG_SND_SOC_WM8804_I2C is not set
# CONFIG_SND_SOC_WM8804_SPI is not set
# CONFIG_SND_SOC_WM8903 is not set
# CONFIG_SND_SOC_WM8962 is not set
# CONFIG_SND_SOC_WM8978 is not set
# CONFIG_SND_SOC_TPA6130A2 is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SOUND_PRIME is not set

#
# HID support
#
CONFIG_HID=m
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=m

#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_PRODIKEYS is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set

#
# USB HID support
#
# CONFIG_USB_HID is not set
CONFIG_HID_PID=y

#
# I2C HID support
#
CONFIG_I2C_HID=m
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=y
# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_OTG_FSM is not set
# CONFIG_USB_ULPI_BUS is not set
# CONFIG_USB_MON is not set
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_XHCI_PCI=y
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FUSBH200_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
# CONFIG_USB_MAX3421_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_TMC is not set

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_REALTEK is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
# CONFIG_USB_STORAGE_ENE_UB6250 is not set
CONFIG_USB_UAS=m

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_CHIPIDEA is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
# CONFIG_USB_EZUSB_FX2 is not set
# CONFIG_USB_HSIC_USB3503 is not set
# CONFIG_USB_LINK_LAYER_TEST is not set

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_USB_ISP1301 is not set
CONFIG_USB_GADGET=m
# CONFIG_USB_GADGET_DEBUG is not set
# CONFIG_USB_GADGET_DEBUG_FILES is not set
# CONFIG_USB_GADGET_DEBUG_FS is not set
CONFIG_USB_GADGET_VBUS_DRAW=2
CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2

#
# USB Peripheral Controller
#
# CONFIG_USB_FOTG210_UDC is not set
# CONFIG_USB_GR_UDC is not set
# CONFIG_USB_R8A66597 is not set
# CONFIG_USB_PXA27X is not set
# CONFIG_USB_MV_UDC is not set
# CONFIG_USB_MV_U3D is not set
# CONFIG_USB_M66592 is not set
# CONFIG_USB_BDC_UDC is not set
# CONFIG_USB_AMD5536UDC is not set
# CONFIG_USB_NET2272 is not set
# CONFIG_USB_NET2280 is not set
# CONFIG_USB_GOKU is not set
# CONFIG_USB_EG20T is not set
# CONFIG_USB_DUMMY_HCD is not set
# CONFIG_USB_CONFIGFS is not set
# CONFIG_USB_ZERO is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_ETH is not set
# CONFIG_USB_G_NCM is not set
# CONFIG_USB_GADGETFS is not set
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_USB_MASS_STORAGE is not set
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
# CONFIG_USB_G_PRINTER is not set
# CONFIG_USB_CDC_COMPOSITE is not set
# CONFIG_USB_G_ACM_MS is not set
# CONFIG_USB_G_MULTI is not set
# CONFIG_USB_G_HID is not set
# CONFIG_USB_G_DBGP is not set
# CONFIG_USB_G_WEBCAM is not set
CONFIG_USB_LED_TRIG=y
# CONFIG_UWB is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_CLKGATE is not set

#
# MMC/SD/SDIO Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_MINORS=8
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD/SDIO Host Controller Drivers
#
CONFIG_MMC_SDHCI=y
# CONFIG_MMC_SDHCI_PCI is not set
CONFIG_MMC_SDHCI_ACPI=y
# CONFIG_MMC_SDHCI_PLTFM is not set
# CONFIG_MMC_WBSD is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_SPI is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MMC_VUB300 is not set
# CONFIG_MMC_USHC is not set
# CONFIG_MMC_USDHI6ROL0 is not set
# CONFIG_MMC_TOSHIBA_PCI is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
# CONFIG_LEDS_CLASS_FLASH is not set

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEDS_LP3944 is not set
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
# CONFIG_LEDS_LP5562 is not set
# CONFIG_LEDS_LP8501 is not set
# CONFIG_LEDS_LP8860 is not set
# CONFIG_LEDS_PCA955X is not set
# CONFIG_LEDS_PCA963X is not set
# CONFIG_LEDS_DAC124S085 is not set
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
# CONFIG_LEDS_LT3593 is not set
# CONFIG_LEDS_DELL_NETBOOKS is not set
# CONFIG_LEDS_TCA6507 is not set
# CONFIG_LEDS_TLC591XX is not set
# CONFIG_LEDS_LM355x is not set

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
# CONFIG_LEDS_BLINKM is not set
# CONFIG_LEDS_PM8941_WLED is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_TIMER is not set
# CONFIG_LEDS_TRIGGER_ONESHOT is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
CONFIG_LEDS_TRIGGER_CPU=y
# CONFIG_LEDS_TRIGGER_GPIO is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set

#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
# CONFIG_LEDS_TRIGGER_CAMERA is not set
CONFIG_ACCESSIBILITY=y
CONFIG_A11Y_BRAILLE_CONSOLE=y
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
# CONFIG_EDAC_DEBUG is not set
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_ABB5ZES3 is not set
# CONFIG_RTC_DRV_ABX80X is not set
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
# CONFIG_RTC_DRV_ISL12057 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF2127 is not set
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF85063 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_BQ32K is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
# CONFIG_RTC_DRV_EM3027 is not set
# CONFIG_RTC_DRV_RV3029C2 is not set

#
# SPI RTC drivers
#
# CONFIG_RTC_DRV_M41T93 is not set
# CONFIG_RTC_DRV_M41T94 is not set
# CONFIG_RTC_DRV_DS1305 is not set
# CONFIG_RTC_DRV_DS1343 is not set
# CONFIG_RTC_DRV_DS1347 is not set
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
# CONFIG_RTC_DRV_R9701 is not set
# CONFIG_RTC_DRV_RS5C348 is not set
# CONFIG_RTC_DRV_DS3234 is not set
# CONFIG_RTC_DRV_PCF2123 is not set
# CONFIG_RTC_DRV_RX4581 is not set
# CONFIG_RTC_DRV_MCP795 is not set

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_MSM6242 is not set
# CONFIG_RTC_DRV_BQ4802 is not set
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#

#
# HID Sensor RTC drivers
#
CONFIG_DMADEVICES=y
# CONFIG_DMADEVICES_DEBUG is not set

#
# DMA Devices
#
# CONFIG_INTEL_IOATDMA is not set
CONFIG_DW_DMAC_CORE=m
CONFIG_DW_DMAC=m
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_HSU_DMA_PCI is not set
CONFIG_DMA_ENGINE=y
CONFIG_DMA_ACPI=y

#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_AUXDISPLAY=y
# CONFIG_UIO is not set
# CONFIG_VFIO is not set
CONFIG_VIRT_DRIVERS=y

#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set

#
# Xen driver support
#
CONFIG_XEN_BALLOON=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG=y
CONFIG_XEN_BALLOON_MEMORY_HOTPLUG_LIMIT=512
CONFIG_XEN_SCRUB_PAGES=y
# CONFIG_XEN_DEV_EVTCHN is not set
CONFIG_XEN_BACKEND=y
# CONFIG_XENFS is not set
CONFIG_XEN_SYS_HYPERVISOR=y
CONFIG_XEN_XENBUS_FRONTEND=y
# CONFIG_XEN_GNTDEV is not set
# CONFIG_XEN_GRANT_DEV_ALLOC is not set
CONFIG_SWIOTLB_XEN=y
CONFIG_XEN_TMEM=m
# CONFIG_XEN_PCIDEV_BACKEND is not set
CONFIG_XEN_PRIVCMD=m
# CONFIG_XEN_ACPI_PROCESSOR is not set
# CONFIG_XEN_MCE_LOG is not set
CONFIG_XEN_HAVE_PVMMU=y
CONFIG_XEN_EFI=y
CONFIG_XEN_AUTO_XLATE=y
CONFIG_XEN_ACPI=y
CONFIG_STAGING=y
# CONFIG_SLICOSS is not set
# CONFIG_PRISM2_USB is not set
# CONFIG_COMEDI is not set
# CONFIG_RTL8192U is not set
# CONFIG_RTLLIB is not set
# CONFIG_R8712U is not set
# CONFIG_R8188EU is not set
# CONFIG_R8723AU is not set
# CONFIG_RTS5208 is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_FB_SM750 is not set
# CONFIG_FB_XGI is not set
# CONFIG_FT1000 is not set

#
# Speakup console speech
#
# CONFIG_SPEAKUP is not set
# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
CONFIG_STAGING_MEDIA=y
# CONFIG_I2C_BCM2048 is not set
# CONFIG_DVB_CXD2099 is not set
# CONFIG_DVB_MN88472 is not set
# CONFIG_DVB_MN88473 is not set

#
# Android
#
# CONFIG_USB_WPAN_HCD is not set
# CONFIG_WIMAX_GDM72XX is not set
# CONFIG_LTE_GDM724X is not set
# CONFIG_LUSTRE_FS is not set
# CONFIG_DGNC is not set
# CONFIG_DGAP is not set
# CONFIG_GS_FPGABOOT is not set
CONFIG_CRYPTO_SKEIN=y
# CONFIG_UNISYSSPAR is not set
# CONFIG_FB_TFT is not set
# CONFIG_WILC1000 is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACERHDF is not set
# CONFIG_ALIENWARE_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_DELL_WMI is not set
# CONFIG_DELL_WMI_AIO is not set
# CONFIG_DELL_SMO8800 is not set
# CONFIG_DELL_RBTN is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_FUJITSU_TABLET is not set
# CONFIG_HP_WIRELESS is not set
# CONFIG_HP_WMI is not set
# CONFIG_PANASONIC_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
CONFIG_ASUS_WMI=m
CONFIG_ASUS_NB_WMI=m
# CONFIG_EEEPC_WMI is not set
CONFIG_ACPI_WMI=m
# CONFIG_MSI_WMI is not set
# CONFIG_TOPSTAR_LAPTOP is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
# CONFIG_TOSHIBA_HAPS is not set
# CONFIG_ACPI_CMPC is not set
# CONFIG_INTEL_IPS is not set
# CONFIG_IBM_RTL is not set
# CONFIG_SAMSUNG_LAPTOP is not set
# CONFIG_MXM_WMI is not set
# CONFIG_INTEL_OAKTRAIL is not set
# CONFIG_SAMSUNG_Q10 is not set
# CONFIG_APPLE_GMUX is not set
# CONFIG_INTEL_RST is not set
CONFIG_INTEL_SMARTCONNECT=y
# CONFIG_PVPANIC is not set
CONFIG_CHROME_PLATFORMS=y
# CONFIG_CHROMEOS_LAPTOP is not set
# CONFIG_CHROMEOS_PSTORE is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y

#
# Common Clock Framework
#
# CONFIG_COMMON_CLK_SI5351 is not set
# CONFIG_COMMON_CLK_PXA is not set
# CONFIG_COMMON_CLK_CDCE706 is not set

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
# CONFIG_MAILBOX is not set
CONFIG_IOMMU_API=y
CONFIG_IOMMU_SUPPORT=y

#
# Generic IOMMU Pagetable Support
#
CONFIG_IOMMU_IOVA=y
CONFIG_AMD_IOMMU=y
# CONFIG_AMD_IOMMU_STATS is not set
# CONFIG_AMD_IOMMU_V2 is not set
CONFIG_DMAR_TABLE=y
CONFIG_INTEL_IOMMU=y
# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set
CONFIG_INTEL_IOMMU_FLOPPY_WA=y
CONFIG_IRQ_REMAP=y

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set

#
# Rpmsg drivers
#

#
# SOC (System On Chip) specific Drivers
#
# CONFIG_SUNXI_SRAM is not set
# CONFIG_SOC_TI is not set
CONFIG_PM_DEVFREQ=y

#
# DEVFREQ Governors
#
# CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND is not set
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
# CONFIG_DEVFREQ_GOV_POWERSAVE is not set
# CONFIG_DEVFREQ_GOV_USERSPACE is not set

#
# DEVFREQ Drivers
#
# CONFIG_PM_DEVFREQ_EVENT is not set
# CONFIG_EXTCON is not set
CONFIG_MEMORY=y
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
# CONFIG_IPACK_BUS is not set
CONFIG_RESET_CONTROLLER=y
# CONFIG_FMC is not set

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_BCM_KONA_USB2_PHY is not set
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL=m
# CONFIG_MCB is not set
CONFIG_RAS=y
# CONFIG_THUNDERBOLT is not set

#
# Android
#
# CONFIG_ANDROID is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
# CONFIG_DMI_SYSFS is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
CONFIG_ISCSI_IBFT_FIND=y
# CONFIG_ISCSI_IBFT is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# EFI (Extensible Firmware Interface) Support
#
# CONFIG_EFI_VARS is not set
CONFIG_EFI_RUNTIME_MAP=y
CONFIG_EFI_RUNTIME_WRAPPERS=y
CONFIG_UEFI_CPER=y

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
# CONFIG_EXT4_ENCRYPTION is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
# CONFIG_FS_DAX is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
CONFIG_QUOTA=y
CONFIG_QUOTA_NETLINK_INTERFACE=y
# CONFIG_PRINT_QUOTA_WARNING is not set
# CONFIG_QUOTA_DEBUG is not set
# CONFIG_QFMT_V1 is not set
# CONFIG_QFMT_V2 is not set
CONFIG_QUOTACTL=y
CONFIG_QUOTACTL_COMPAT=y
CONFIG_AUTOFS4_FS=y
# CONFIG_FUSE_FS is not set
# CONFIG_OVERLAY_FS is not set

#
# Caches
#
# CONFIG_FSCACHE is not set

#
# CD-ROM/DVD Filesystems
#
# CONFIG_ISO9660_FS is not set
# CONFIG_UDF_FS is not set

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
# CONFIG_MSDOS_FS is not set
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_NTFS_FS is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=y
CONFIG_EFIVAR_FS=y
CONFIG_MISC_FILESYSTEMS=y
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_ECRYPT_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_LOGFS is not set
# CONFIG_CRAMFS is not set
# CONFIG_SQUASHFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX6FS_FS is not set
# CONFIG_ROMFS_FS is not set
CONFIG_PSTORE=y
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_PMSG is not set
# CONFIG_PSTORE_FTRACE is not set
# CONFIG_PSTORE_RAM is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
# CONFIG_NFS_FS is not set
# CONFIG_NFSD is not set
# CONFIG_CEPH_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
CONFIG_DYNAMIC_DEBUG=y

#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
# CONFIG_READABLE_ASM is not set
CONFIG_UNUSED_SYMBOLS=y
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x0
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
CONFIG_HAVE_ARCH_KMEMCHECK=y
CONFIG_HAVE_ARCH_KASAN=y
# CONFIG_KASAN is not set
CONFIG_KASAN_SHADOW_OFFSET=0xdffffc0000000000
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
CONFIG_HARDLOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_SCHED_STACK_END_CHECK is not set
# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_PREEMPT is not set

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
# CONFIG_SPARSE_RCU_POINTER is not set
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=60
# CONFIG_RCU_CPU_STALL_INFO is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_STACK_TRACER=y
CONFIG_BLK_DEV_IO_TRACE=y
CONFIG_KPROBE_EVENT=y
CONFIG_UPROBE_EVENT=y
CONFIG_PROBE_EVENTS=y
CONFIG_DYNAMIC_FTRACE=y
CONFIG_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_FTRACE_MCOUNT_RECORD=y
# CONFIG_FTRACE_STARTUP_TEST is not set
CONFIG_MMIOTRACE=y
# CONFIG_MMIOTRACE_TEST is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_TRACE_ENUM_MAP_FILE is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_MEMTEST is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
CONFIG_EARLY_PRINTK_EFI=y
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
# CONFIG_DEBUG_RODATA_TEST is not set
CONFIG_DEBUG_SET_MODULE_RONX=y
# CONFIG_DEBUG_NX_TEST is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_DEBUG_TLBFLUSH is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_IOMMU_STRESS is not set
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
# CONFIG_X86_DECODER_SELFTEST is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
CONFIG_IO_DELAY_0X80=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set

#
# Security options
#
CONFIG_KEYS=y
CONFIG_PERSISTENT_KEYRINGS=y
CONFIG_BIG_KEYS=y
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_ENCRYPTED_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
# CONFIG_SECURITY_NETWORK is not set
CONFIG_SECURITY_PATH=y
# CONFIG_INTEL_TXT is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
CONFIG_SECURITY_YAMA=y
CONFIG_SECURITY_YAMA_STACKED=y
CONFIG_INTEGRITY=y
# CONFIG_INTEGRITY_SIGNATURE is not set
# CONFIG_IMA is not set
# CONFIG_EVM is not set
# CONFIG_DEFAULT_SECURITY_YAMA is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=m
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=m
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=m
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
# CONFIG_CRYPTO_MCRYPTD is not set
# CONFIG_CRYPTO_AUTHENC is not set
# CONFIG_CRYPTO_TEST is not set
CONFIG_CRYPTO_ABLK_HELPER=m
CONFIG_CRYPTO_GLUE_HELPER_X86=m

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set
# CONFIG_CRYPTO_ECHAINIV is not set

#
# Block modes
#
# CONFIG_CRYPTO_CBC is not set
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
CONFIG_CRYPTO_LRW=m
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=m

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
# CONFIG_CRYPTO_HMAC is not set
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_CRC32C_INTEL=m
# CONFIG_CRYPTO_CRC32 is not set
CONFIG_CRYPTO_CRC32_PCLMUL=m
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_MD4 is not set
# CONFIG_CRYPTO_MD5 is not set
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
# CONFIG_CRYPTO_SHA1 is not set
# CONFIG_CRYPTO_SHA1_SSSE3 is not set
# CONFIG_CRYPTO_SHA256_SSSE3 is not set
# CONFIG_CRYPTO_SHA512_SSSE3 is not set
# CONFIG_CRYPTO_SHA1_MB is not set
CONFIG_CRYPTO_SHA256=m
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=m

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=m
CONFIG_CRYPTO_AES_NI_INTEL=m
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_ARC4 is not set
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAMELLIA_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_DES3_EDE_X86_64 is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_X86_64 is not set
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_ZLIB is not set
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
# CONFIG_CRYPTO_DRBG_MENU is not set
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_PADLOCK is not set
CONFIG_CRYPTO_DEV_CCP=y
# CONFIG_CRYPTO_DEV_CCP_DD is not set
# CONFIG_CRYPTO_DEV_QAT_DH895xCC is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set
CONFIG_HAVE_KVM=y
CONFIG_HAVE_KVM_IRQCHIP=y
CONFIG_HAVE_KVM_IRQFD=y
CONFIG_HAVE_KVM_IRQ_ROUTING=y
CONFIG_HAVE_KVM_EVENTFD=y
CONFIG_KVM_APIC_ARCHITECTURE=y
CONFIG_KVM_MMIO=y
CONFIG_KVM_ASYNC_PF=y
CONFIG_HAVE_KVM_MSI=y
CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT=y
CONFIG_KVM_VFIO=y
CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
CONFIG_KVM_COMPAT=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
# CONFIG_KVM_AMD is not set
CONFIG_KVM_MMU_AUDIT=y
CONFIG_KVM_DEVICE_ASSIGNMENT=y
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_HAVE_ARCH_BITREVERSE is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_PERCPU_RWSEM=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
# CONFIG_CRC_ITU_T is not set
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC7 is not set
# CONFIG_LIBCRC32C is not set
# CONFIG_CRC8 is not set
# CONFIG_CRC64_ECMA is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_INTERVAL_TREE=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
# CONFIG_CORDIC is not set
CONFIG_DDR=y
CONFIG_UCS2_STRING=y
CONFIG_FONT_SUPPORT=y
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_6x10 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
CONFIG_FONT_AUTOSELECT=y
CONFIG_ARCH_HAS_SG_CHAIN=y

[-- Attachment #7: proc-stat.txt --]
[-- Type: text/plain, Size: 2390 bytes --]

cpu  318 0 341 36929 347 0 105 0 0 0
cpu0 25 0 82 9368 63 0 83 0 0 0
cpu1 63 0 89 9336 82 0 5 0 0 0
cpu2 101 0 89 9237 115 0 8 0 0 0
cpu3 127 0 79 8986 85 0 7 0 0 0
intr 240261 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9321 100901 0 0 0 0 0 0 4464 40 0 955 0 0 259 1 0 0 0 0 57 20 0 185 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
ctxt 264279
btime 1432903797
processes 365
procs_running 1
procs_blocked 0
softirq 339610 2 114130 0 116 0 0 105806 76223 0 43333

[-- Attachment #8: proc-interrupts.txt --]
[-- Type: text/plain, Size: 2885 bytes --]

            CPU0       CPU1       CPU2       CPU3       
   8:          0          0          0          0  BYT-GPIO    0  rtc0
  86:       3884          0          0          0  BYT-GPIO   78  soc_dts
 146:          0          0          0          0  BYT-GPIO    4  rt5645
 160:          0          0          0          0  BYT-GPIO   18  ACPI:Event
 186:       9321          0          0          0   IO-APIC   44-fasteoi   mmc0
 187:     100901          0          0          0   IO-APIC   46-fasteoi   mmc1
 188:          0          0          0          0   IO-APIC   47-fasteoi   mmc2
 189:          0          0          0          0   IO-APIC   42-fasteoi   dw_dmac
 190:          0          0          0          0   IO-APIC   43-fasteoi   dw_dmac
 194:       4464          0          0          0   IO-APIC   32-fasteoi   80860F41:00
 195:         40          0          0          0   IO-APIC   33-fasteoi   80860F41:01
 196:          0          0          0          0   IO-APIC   34-fasteoi   80860F41:02
 197:        955          0          0          0   IO-APIC   35-fasteoi   80860F41:03
 198:          0          0          0          0   IO-APIC   36-fasteoi   80860F41:04
 200:        259          0          0          0   IO-APIC   71-edge      PDEC3393:00
 201:          1          0          0          0   IO-APIC   72-fasteoi   ELAN0100:00
 206:         57          0          0          0   PCI-MSI 327680-edge      xhci_hcd
 207:         20          0          0          0   PCI-MSI 425984-edge      mei_txe
 209:        185          0          0          0   PCI-MSI 32768-edge      i915
 NMI:          0          1          0          0   Non-maskable interrupts
 LOC:      28874      28736      28663      27862   Local timer interrupts
 SPU:          0          0          0          0   Spurious interrupts
 PMI:          0          1          0          0   Performance monitoring interrupts
 IWI:          0          0          0          0   IRQ work interrupts
 RTR:          0          0          0          0   APIC ICR read retries
 RES:        899        817        872        929   Rescheduling interrupts
 CAL:        633        599        561        618   Function call interrupts
 TLB:         56         25         16         13   TLB shootdowns
 TRM:          0          0          0          0   Thermal event interrupts
 THR:          0          0          0          0   Threshold APIC interrupts
 MCE:          0          0          0          0   Machine check exceptions
 MCP:          1          1          1          1   Machine check polls
 HYP:          0          0          0          0   Hypervisor callback interrupts
 ERR:          0
 MIS:          0
 PIN:          0          0          0          0   Posted-interrupt notification event
 PIW:          0          0          0          0   Posted-interrupt wakeup event

[-- Attachment #9: 0001-add-baytrail-byt-rt5645-board.patch --]
[-- Type: text/x-diff, Size: 8181 bytes --]

>From e0af65e61c24c659cfabed664e0e4c8973454c72 Mon Sep 17 00:00:00 2001
From: Michele Curti <michele.curti@gmail.com>
Date: Fri, 29 May 2015 07:26:28 +0200
Subject: [PATCH 1/3] add baytrail byt-rt5645 board

add board file and a cople of ACPI id where needed

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/codecs/rt5645.c           |   2 +
 sound/soc/intel/Kconfig             |   9 +++
 sound/soc/intel/boards/Makefile     |   2 +
 sound/soc/intel/boards/byt-rt5645.c | 149 ++++++++++++++++++++++++++++++++++++
 sound/soc/intel/common/sst-acpi.c   |   1 +
 5 files changed, 163 insertions(+)
 create mode 100644 sound/soc/intel/boards/byt-rt5645.c

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index e9544c6..9ec416f 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3190,6 +3190,7 @@ static const struct regmap_config rt5645_regmap = {
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
 	{ "rt5645", 0 },
+	{ "rt5648", 0 },
 	{ "rt5650", 0 },
 	{ }
 };
@@ -3198,6 +3199,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
 #ifdef CONFIG_ACPI
 static struct acpi_device_id rt5645_acpi_match[] = {
 	{ "10EC5645", 0 },
+	{ "10EC5648", 0 },
 	{ "10EC5650", 0 },
 	{},
 };
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 4419d76..1332e94 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -65,6 +65,15 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
 	  This adds audio driver for Intel Baytrail platform based boards
 	  with the RT5640 audio codec.
 
+config SND_SOC_INTEL_BYT_RT5645_MACH
+	tristate "ASoC Audio driver for Intel Baytrail with RT5645 codec"
+	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
+	select SND_SOC_INTEL_BAYTRAIL
+	select SND_SOC_RT5645
+	help
+	  This adds audio driver for Intel Baytrail platform based boards
+	  with the RT5645 audio codec.
+
 config SND_SOC_INTEL_BYT_MAX98090_MACH
 	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
 	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index cb94895..24685c5 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -1,5 +1,6 @@
 snd-soc-sst-haswell-objs := haswell.o
 snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
+snd-soc-sst-byt-rt5645-mach-objs := byt-rt5645.o
 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
 snd-soc-sst-broadwell-objs := broadwell.o
 snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
@@ -9,6 +10,7 @@ snd-soc-sst-cht-bsw-max98090_ti-objs := cht_bsw_max98090_ti.o
 
 obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-sst-haswell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
+obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5645_MACH) += snd-soc-sst-byt-rt5645-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
diff --git a/sound/soc/intel/boards/byt-rt5645.c b/sound/soc/intel/boards/byt-rt5645.c
new file mode 100644
index 0000000..15a4e67
--- /dev/null
+++ b/sound/soc/intel/boards/byt-rt5645.c
@@ -0,0 +1,149 @@
+/*
+ * Intel Baytrail SST RT5645 machine driver
+ * Copyright (c) 2014, Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ */
+
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/acpi.h>
+#include <linux/device.h>
+#include <linux/dmi.h>
+#include <linux/slab.h>
+#include <sound/pcm.h>
+#include <sound/pcm_params.h>
+#include <sound/soc.h>
+#include <sound/jack.h>
+#include "../../codecs/rt5645.h"
+
+#include "../common/sst-dsp.h"
+
+static const struct snd_soc_dapm_widget byt_rt5645_widgets[] = {
+	SND_SOC_DAPM_HP("Headphone", NULL),
+	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Internal Mic", NULL),
+	SND_SOC_DAPM_SPK("Speaker", NULL),
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_audio_map[] = {
+	{"IN1P", NULL, "Internal Mic"},
+	{"IN2P", NULL, "Headset Mic"},
+	{"Headphone", NULL, "HPOL"},
+	{"Headphone", NULL, "HPOR"},
+	{"Speaker", NULL, "SPOLP"},
+	{"Speaker", NULL, "SPOLN"},
+	{"Speaker", NULL, "SPORP"},
+	{"Speaker", NULL, "SPORN"},
+};
+
+static const struct snd_kcontrol_new byt_rt5645_controls[] = {
+	SOC_DAPM_PIN_SWITCH("Headphone"),
+	SOC_DAPM_PIN_SWITCH("Headset Mic"),
+	SOC_DAPM_PIN_SWITCH("Internal Mic"),
+	SOC_DAPM_PIN_SWITCH("Speaker"),
+};
+
+static int byt_rt5645_hw_params(struct snd_pcm_substream *substream,
+				struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->codec_dai;
+	int ret;
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
+				     params_rate(params) * 256,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec clock %d\n", ret);
+		return ret;
+	}
+	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
+				  params_rate(params) * 64,
+				  params_rate(params) * 256);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec pll: %d\n", ret);
+		return ret;
+	}
+	return 0;
+}
+
+static int byt_rt5645_init(struct snd_soc_pcm_runtime *runtime)
+{
+	int ret;
+	struct snd_soc_card *card = runtime->card;
+
+	card->dapm.idle_bias_off = true;
+
+	ret = snd_soc_add_card_controls(card, byt_rt5645_controls,
+					ARRAY_SIZE(byt_rt5645_controls));
+	if (ret) {
+		dev_err(card->dev, "unable to add card controls\n");
+		return ret;
+	}
+
+	snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone");
+	snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker");
+
+	return ret;
+}
+
+static struct snd_soc_ops byt_rt5645_ops = {
+	.hw_params = byt_rt5645_hw_params,
+};
+
+static struct snd_soc_dai_link byt_rt5645_dais[] = {
+	{
+		.name = "Baytrail Audio",
+		.stream_name = "Audio",
+		.cpu_dai_name = "baytrail-pcm-audio",
+		.codec_dai_name = "rt5645-aif1",
+		.codec_name = "i2c-10EC5648:00",
+		.platform_name = "baytrail-pcm-audio",
+		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
+			   SND_SOC_DAIFMT_CBS_CFS,
+		.init = byt_rt5645_init,
+		.ops = &byt_rt5645_ops,
+	},
+};
+
+static struct snd_soc_card byt_rt5645_card = {
+	.name = "byt-rt5645",
+	.dai_link = byt_rt5645_dais,
+	.num_links = ARRAY_SIZE(byt_rt5645_dais),
+	.dapm_widgets = byt_rt5645_widgets,
+	.num_dapm_widgets = ARRAY_SIZE(byt_rt5645_widgets),
+	.dapm_routes = byt_rt5645_audio_map,
+	.num_dapm_routes = ARRAY_SIZE(byt_rt5645_audio_map),
+	.fully_routed = true,
+};
+
+static int byt_rt5645_probe(struct platform_device *pdev)
+{
+	struct snd_soc_card *card = &byt_rt5645_card;
+
+	card->dev = &pdev->dev;
+	return devm_snd_soc_register_card(&pdev->dev, card);
+}
+
+static struct platform_driver byt_rt5645_audio = {
+	.probe = byt_rt5645_probe,
+	.driver = {
+		.name = "byt-rt5645",
+		.pm = &snd_soc_pm_ops,
+	},
+};
+module_platform_driver(byt_rt5645_audio)
+
+MODULE_DESCRIPTION("ASoC Intel(R) Baytrail Machine driver");
+MODULE_AUTHOR("Omair Md Abdullah, Jarkko Nikula");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:byt-rt5645");
diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index 42f293f..bb28e84 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -248,6 +248,7 @@ static struct sst_acpi_desc sst_acpi_broadwell_desc = {
 
 static struct sst_acpi_mach baytrail_machines[] = {
 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
+	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{}
 };
-- 
2.4.2


[-- Attachment #10: 0002-enable-debug.patch --]
[-- Type: text/x-diff, Size: 4275 bytes --]

>From 3d8174ddcd02c61ee40bf46da6a92650f8f0de2f Mon Sep 17 00:00:00 2001
From: Michele Curti <michele.curti@gmail.com>
Date: Fri, 29 May 2015 14:04:38 +0200
Subject: [PATCH 2/3] enable debug

enable debug for common sst and baytrail sst

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/intel/baytrail/sst-baytrail-dsp.c |  1 +
 sound/soc/intel/baytrail/sst-baytrail-ipc.c |  1 +
 sound/soc/intel/baytrail/sst-baytrail-pcm.c | 14 +++++++++++---
 sound/soc/intel/boards/byt-rt5645.c         |  1 +
 sound/soc/intel/common/sst-acpi.c           |  1 +
 sound/soc/intel/common/sst-dsp.c            |  1 +
 sound/soc/intel/common/sst-firmware.c       |  1 +
 sound/soc/intel/common/sst-ipc.c            |  1 +
 8 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/sound/soc/intel/baytrail/sst-baytrail-dsp.c b/sound/soc/intel/baytrail/sst-baytrail-dsp.c
index 01d023c..be9d7ac 100644
--- a/sound/soc/intel/baytrail/sst-baytrail-dsp.c
+++ b/sound/soc/intel/baytrail/sst-baytrail-dsp.c
@@ -12,6 +12,7 @@
  * more details.
  */
 
+#define DEBUG 1
 #include <linux/delay.h>
 #include <linux/fs.h>
 #include <linux/slab.h>
diff --git a/sound/soc/intel/baytrail/sst-baytrail-ipc.c b/sound/soc/intel/baytrail/sst-baytrail-ipc.c
index 4c01bb4..32b0310 100644
--- a/sound/soc/intel/baytrail/sst-baytrail-ipc.c
+++ b/sound/soc/intel/baytrail/sst-baytrail-ipc.c
@@ -12,6 +12,7 @@
  * more details.
  */
 
+#define DEBUG 1
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
diff --git a/sound/soc/intel/baytrail/sst-baytrail-pcm.c b/sound/soc/intel/baytrail/sst-baytrail-pcm.c
index 79547be..3776759 100644
--- a/sound/soc/intel/baytrail/sst-baytrail-pcm.c
+++ b/sound/soc/intel/baytrail/sst-baytrail-pcm.c
@@ -12,6 +12,7 @@
  * more details.
  */
 
+#define DEBUG 1
 #include <linux/module.h>
 #include <linux/dma-mapping.h>
 #include <linux/slab.h>
@@ -456,18 +457,25 @@ static int sst_byt_pcm_dev_probe(struct platform_device *pdev)
 	int ret;
 
 	ret = sst_byt_dsp_init(&pdev->dev, sst_pdata);
-	if (ret < 0)
+	if (ret < 0) {
+		pr_info("baytrail-pcm-audio: probe fail dsp\n");
 		return -ENODEV;
+	}
 
 	ret = snd_soc_register_platform(&pdev->dev, &byt_soc_platform);
-	if (ret < 0)
+	if (ret < 0) {
+		pr_info("baytrail-pcm-audio: probe fail reg platform\n");
 		goto err_plat;
+	}
 
 	ret = snd_soc_register_component(&pdev->dev, &byt_dai_component,
 					 byt_dais, ARRAY_SIZE(byt_dais));
-	if (ret < 0)
+	if (ret < 0) {
+		pr_info("baytrail-pcm-audio: probe fail reg components\n");
 		goto err_comp;
+	}
 
+	pr_info("baytrail-pcm-audio: probe success\n");
 	return 0;
 
 err_comp:
diff --git a/sound/soc/intel/boards/byt-rt5645.c b/sound/soc/intel/boards/byt-rt5645.c
index 15a4e67..2f54dbc 100644
--- a/sound/soc/intel/boards/byt-rt5645.c
+++ b/sound/soc/intel/boards/byt-rt5645.c
@@ -12,6 +12,7 @@
  * more details.
  */
 
+#define DEBUG 1
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index bb28e84..e7014a2 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -14,6 +14,7 @@
  *
  */
 
+#define DEBUG 1
 #include <linux/acpi.h>
 #include <linux/device.h>
 #include <linux/firmware.h>
diff --git a/sound/soc/intel/common/sst-dsp.c b/sound/soc/intel/common/sst-dsp.c
index 64e9421..a1b0894 100644
--- a/sound/soc/intel/common/sst-dsp.c
+++ b/sound/soc/intel/common/sst-dsp.c
@@ -14,6 +14,7 @@
  *
  */
 
+#define DEBUG 1
 #include <linux/slab.h>
 #include <linux/export.h>
 #include <linux/interrupt.h>
diff --git a/sound/soc/intel/common/sst-firmware.c b/sound/soc/intel/common/sst-firmware.c
index ebcca6d..1fd4bb8 100644
--- a/sound/soc/intel/common/sst-firmware.c
+++ b/sound/soc/intel/common/sst-firmware.c
@@ -14,6 +14,7 @@
  *
  */
 
+#define DEBUG 1
 #include <linux/kernel.h>
 #include <linux/slab.h>
 #include <linux/sched.h>
diff --git a/sound/soc/intel/common/sst-ipc.c b/sound/soc/intel/common/sst-ipc.c
index a7699f3..339f171 100644
--- a/sound/soc/intel/common/sst-ipc.c
+++ b/sound/soc/intel/common/sst-ipc.c
@@ -14,6 +14,7 @@
  *
  */
 
+#define DEBUG 1
 #include <linux/types.h>
 #include <linux/kernel.h>
 #include <linux/list.h>
-- 
2.4.2


[-- Attachment #11: 0003-ignore-dsp-boot-timeout.patch --]
[-- Type: text/x-diff, Size: 1001 bytes --]

>From 32dba9d9fed6992c2ec44a7faf1296bcfa66db93 Mon Sep 17 00:00:00 2001
From: Michele Curti <michele.curti@gmail.com>
Date: Fri, 29 May 2015 14:24:51 +0200
Subject: [PATCH 3/3] ignore dsp boot timeout

and let the driver probe

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/intel/baytrail/sst-baytrail-ipc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/soc/intel/baytrail/sst-baytrail-ipc.c b/sound/soc/intel/baytrail/sst-baytrail-ipc.c
index 32b0310..e49ea847 100644
--- a/sound/soc/intel/baytrail/sst-baytrail-ipc.c
+++ b/sound/soc/intel/baytrail/sst-baytrail-ipc.c
@@ -745,8 +745,8 @@ int sst_byt_dsp_init(struct device *dev, struct sst_pdata *pdata)
 				 msecs_to_jiffies(IPC_BOOT_MSECS));
 	if (err == 0) {
 		err = -EIO;
-		dev_err(byt->dev, "ipc: error DSP boot timeout\n");
-		goto boot_err;
+		dev_err(byt->dev, "ipc: error DSP boot timeout, continue anyway\n");
+		//goto boot_err;
 	}
 
 	/* show firmware information */
-- 
2.4.2


[-- Attachment #12: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-05-29 13:17                     ` Michele Curti
@ 2015-06-01 11:06                       ` Liam Girdwood
  2015-06-04  7:09                         ` Marcus Bannerman
                                           ` (3 more replies)
  0 siblings, 4 replies; 50+ messages in thread
From: Liam Girdwood @ 2015-06-01 11:06 UTC (permalink / raw)
  To: Michele Curti; +Cc: Takashi Iwai, Bard Liao, alsa-devel, Nikula, Jarkko

+ Jarkko

On Fri, 2015-05-29 at 15:17 +0200, Michele Curti wrote:
> On Fri, May 29, 2015 at 10:42:01AM +0100, Liam Girdwood wrote:
> > On Thu, 2015-05-28 at 21:17 +0200, Michele Curti wrote:
> > 
> > > to let the probe continue, the system become quite unusable but I get the 
> > > logs.
> > > 
> > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
> > > May 28 20:34:00 asus kernel: irq used for dsp = 6
> > > 
> > > ---> The IRQ number used is 6
> > > 

Jarkko thinks the IRQ may be incorrectly reported by ACPI and that it
could be using another ACPI index. This could probably be checked by
decompiling the ACPi data and searching for the audio DSP.

> > > May 28 20:34:00 asus kernel: [101B blob data]
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
> > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting IRQ 146
> > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting gpio 0
> > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > May 28 20:34:00 asus kernel: gpiod_direction_input: invalid GPIO
> > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
> > > May 28 20:34:00 asus kernel: Linux video capture interface: v2.00
> > > May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain package
> > > May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain core
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
> > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
> > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > 
> > 
> > This is confusing as we can see messages about the baytrail-pcm-audio
> > device not being registered and then valid messages from said device ?
> > I'm wondering if you have created 2 baytrail-pcm-audio devices ? The
> > ordering is also confusing since the block allocation should come before
> > the DSP boot....
> > 
> > Can you paste the diff for all the audio changes you have made and also
> > the output of lsmod when this happens.
> >
> 
> Sure, sorry for the number of attachments.. :p

Ok, I can see something that might be causing the potential double
registration of the PCM driver. Can you change the cpu_dai_name in your
machine driver to "Baytrail PCM".

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-01 11:06                       ` Liam Girdwood
@ 2015-06-04  7:09                         ` Marcus Bannerman
  2015-06-04  9:04                           ` Michele Curti
  2015-06-04  8:59                         ` Michele Curti
                                           ` (2 subsequent siblings)
  3 siblings, 1 reply; 50+ messages in thread
From: Marcus Bannerman @ 2015-06-04  7:09 UTC (permalink / raw)
  To: alsa-devel

> Jarkko thinks the IRQ may be incorrectly reported by ACPI and that it
> could be using another ACPI index. This could probably be checked by
> decompiling the ACPi data and searching for the audio DSP.

Hi,
Interested x205ta user here and I want to try to help out where I can. Is the 
patch file somewhere publicly available and which version are you working 
off?

I'm not sure exactly what you're looking for and there's a lot of tables and 
I'm not sure which to decompile. I've attached the acpi dmesg data here for 
determining what the decompiler is for each file:
http://pastebin.com/yNryrakS

And I've uploaded the contents of /sys/firmware/acpi/tables here:
http://dynamomd.org/acpi_tables.tar
I'll trawl through them if you can let me know what you're looking for.

Marcus

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-01 11:06                       ` Liam Girdwood
  2015-06-04  7:09                         ` Marcus Bannerman
@ 2015-06-04  8:59                         ` Michele Curti
  2015-06-04 10:33                           ` Liam Girdwood
  2015-06-04 19:39                         ` Michele Curti
  2015-06-08  8:49                         ` Michele Curti
  3 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-04  8:59 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel, Nikula, Jarkko

On Mon, Jun 01, 2015 at 12:06:08PM +0100, Liam Girdwood wrote:
> + Jarkko
> 
> On Fri, 2015-05-29 at 15:17 +0200, Michele Curti wrote:
> > On Fri, May 29, 2015 at 10:42:01AM +0100, Liam Girdwood wrote:
> > > On Thu, 2015-05-28 at 21:17 +0200, Michele Curti wrote:
> > > 
> > > > to let the probe continue, the system become quite unusable but I get the 
> > > > logs.
> > > > 
> > > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
> > > > May 28 20:34:00 asus kernel: irq used for dsp = 6
> > > > 
> > > > ---> The IRQ number used is 6
> > > > 
> 
> Jarkko thinks the IRQ may be incorrectly reported by ACPI and that it
> could be using another ACPI index. This could probably be checked by
> decompiling the ACPi data and searching for the audio DSP.

Thanks, I'll try.

I'm back now from a period of limited internet access, I tried to change the
irqindex_host_ipc to 0 (like the others platforms)

diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index 42f293f..7cc64e3 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -258,7 +258,7 @@ static struct sst_acpi_desc sst_acpi_baytrail_desc = {
 	.resindex_lpe_base = 0,
 	.resindex_pcicfg_base = 1,
 	.resindex_fw_base = 2,
-	.irqindex_host_ipc = 5,
+	.irqindex_host_ipc = 0,
 	.sst_id = SST_DEV_ID_BYT,
 	.resindex_dma_base = -1,
 };

and the sound card showed up.  So I tried to play a bit with alsamixer and got
some cracking noise.

Tried to play some songs but a song of 4 minutes finished in about a dozen of
seconds..  Maybe the clocks are not correctly configured..

After a while I smelt a smell of burnt components and the chassis near the
speakers was hot like hell.  Shutdown the laptop.

Now I'm not sure the hardware is damaged, after a couple of hours I tried to
reboot and got a (strange) beep during boot, so maybe I was lucky..

Anyway, now I removed the change.

> 
> > > > May 28 20:34:00 asus kernel: [101B blob data]
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
> > > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting IRQ 146
> > > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Requesting gpio 0
> > > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_request hp_det_gpio
> > > > May 28 20:34:00 asus kernel: gpiod_direction_input: invalid GPIO
> > > > May 28 20:34:00 asus kernel: rt5645 i2c-10EC5648:00: Fail gpio_direction hp_det_gpio
> > > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x400000 type 3
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
> > > > May 28 20:34:00 asus kernel: Linux video capture interface: v2.00
> > > > May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain package
> > > > May 28 20:34:00 asus kernel: intel_rapl: Found RAPL domain core
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
> > > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > 
> > > 
> > > This is confusing as we can see messages about the baytrail-pcm-audio
> > > device not being registered and then valid messages from said device ?
> > > I'm wondering if you have created 2 baytrail-pcm-audio devices ? The
> > > ordering is also confusing since the block allocation should come before
> > > the DSP boot....
> > > 
> > > Can you paste the diff for all the audio changes you have made and also
> > > the output of lsmod when this happens.
> > >
> > 
> > Sure, sorry for the number of attachments.. :p
> 
> Ok, I can see something that might be causing the potential double
> registration of the PCM driver. Can you change the cpu_dai_name in your
> machine driver to "Baytrail PCM".

Will do, thanks,
Michele

> 
> Liam
> 

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-04  7:09                         ` Marcus Bannerman
@ 2015-06-04  9:04                           ` Michele Curti
  0 siblings, 0 replies; 50+ messages in thread
From: Michele Curti @ 2015-06-04  9:04 UTC (permalink / raw)
  To: Marcus Bannerman; +Cc: alsa-devel

On Thu, Jun 04, 2015 at 07:09:59AM +0000, Marcus Bannerman wrote:
> > Jarkko thinks the IRQ may be incorrectly reported by ACPI and that it
> > could be using another ACPI index. This could probably be checked by
> > decompiling the ACPi data and searching for the audio DSP.
> 
> Hi,
> Interested x205ta user here and I want to try to help out where I can. Is the 
> patch file somewhere publicly available and which version are you working 
> off?
>

That patch is the same of the 29 may one but with changed cpu_dai_name
as Liam suggested.

The board file it's a copy-paste of byt-rt5640.c

----8<-------------------

add board file and a cople of ACPI id where needed

Signed-off-by: Michele Curti <michele.curti@azcom.it>
---
 sound/soc/codecs/rt5645.c           |   2 +
 sound/soc/intel/Kconfig             |   9 +++
 sound/soc/intel/boards/Makefile     |   2 +
 sound/soc/intel/boards/byt-rt5645.c | 149 ++++++++++++++++++++++++++++++++++++
 sound/soc/intel/common/sst-acpi.c   |   1 +
 5 files changed, 163 insertions(+)
 create mode 100644 sound/soc/intel/boards/byt-rt5645.c

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index e9544c6..9ec416f 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3190,6 +3190,7 @@ static const struct regmap_config rt5645_regmap = {
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
 	{ "rt5645", 0 },
+	{ "rt5648", 0 },
 	{ "rt5650", 0 },
 	{ }
 };
@@ -3198,6 +3199,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
 #ifdef CONFIG_ACPI
 static struct acpi_device_id rt5645_acpi_match[] = {
 	{ "10EC5645", 0 },
+	{ "10EC5648", 0 },
 	{ "10EC5650", 0 },
 	{},
 };
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 791953f..886c833 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -65,6 +65,15 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
 	  This adds audio driver for Intel Baytrail platform based boards
 	  with the RT5640 audio codec.
 
+config SND_SOC_INTEL_BYT_RT5645_MACH
+	tristate "ASoC Audio driver for Intel Baytrail with RT5645 codec"
+	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
+	select SND_SOC_INTEL_BAYTRAIL
+	select SND_SOC_RT5645
+	help
+	  This adds audio driver for Intel Baytrail platform based boards
+	  with the RT5645 audio codec.
+
 config SND_SOC_INTEL_BYT_MAX98090_MACH
 	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
 	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index cb94895..24685c5 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -1,5 +1,6 @@
 snd-soc-sst-haswell-objs := haswell.o
 snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
+snd-soc-sst-byt-rt5645-mach-objs := byt-rt5645.o
 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
 snd-soc-sst-broadwell-objs := broadwell.o
 snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
@@ -9,6 +10,7 @@ snd-soc-sst-cht-bsw-max98090_ti-objs := cht_bsw_max98090_ti.o
 
 obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-sst-haswell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
+obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5645_MACH) += snd-soc-sst-byt-rt5645-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
diff --git a/sound/soc/intel/boards/byt-rt5645.c b/sound/soc/intel/boards/byt-rt5645.c
new file mode 100644
index 0000000..0d8851c
--- /dev/null
+++ b/sound/soc/intel/boards/byt-rt5645.c
@@ -0,0 +1,149 @@
+/*
+ * Intel Baytrail SST RT5645 machine driver
+ * Copyright (c) 2014, Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ */
+
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/acpi.h>
+#include <linux/device.h>
+#include <linux/dmi.h>
+#include <linux/slab.h>
+#include <sound/pcm.h>
+#include <sound/pcm_params.h>
+#include <sound/soc.h>
+#include <sound/jack.h>
+#include "../../codecs/rt5645.h"
+
+#include "../common/sst-dsp.h"
+
+static const struct snd_soc_dapm_widget byt_rt5645_widgets[] = {
+	SND_SOC_DAPM_HP("Headphone", NULL),
+	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Internal Mic", NULL),
+	SND_SOC_DAPM_SPK("Speaker", NULL),
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_audio_map[] = {
+	{"IN1P", NULL, "Internal Mic"},
+	{"IN2P", NULL, "Headset Mic"},
+	{"Headphone", NULL, "HPOL"},
+	{"Headphone", NULL, "HPOR"},
+	{"Speaker", NULL, "SPOLP"},
+	{"Speaker", NULL, "SPOLN"},
+	{"Speaker", NULL, "SPORP"},
+	{"Speaker", NULL, "SPORN"},
+};
+
+static const struct snd_kcontrol_new byt_rt5645_controls[] = {
+	SOC_DAPM_PIN_SWITCH("Headphone"),
+	SOC_DAPM_PIN_SWITCH("Headset Mic"),
+	SOC_DAPM_PIN_SWITCH("Internal Mic"),
+	SOC_DAPM_PIN_SWITCH("Speaker"),
+};
+
+static int byt_rt5645_hw_params(struct snd_pcm_substream *substream,
+				struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->codec_dai;
+	int ret;
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
+				     params_rate(params) * 256,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec clock %d\n", ret);
+		return ret;
+	}
+	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
+				  params_rate(params) * 64,
+				  params_rate(params) * 256);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec pll: %d\n", ret);
+		return ret;
+	}
+	return 0;
+}
+
+static int byt_rt5645_init(struct snd_soc_pcm_runtime *runtime)
+{
+	int ret;
+	struct snd_soc_card *card = runtime->card;
+
+	card->dapm.idle_bias_off = true;
+
+	ret = snd_soc_add_card_controls(card, byt_rt5645_controls,
+					ARRAY_SIZE(byt_rt5645_controls));
+	if (ret) {
+		dev_err(card->dev, "unable to add card controls\n");
+		return ret;
+	}
+
+	snd_soc_dapm_ignore_suspend(&card->dapm, "Headphone");
+	snd_soc_dapm_ignore_suspend(&card->dapm, "Speaker");
+
+	return ret;
+}
+
+static struct snd_soc_ops byt_rt5645_ops = {
+	.hw_params = byt_rt5645_hw_params,
+};
+
+static struct snd_soc_dai_link byt_rt5645_dais[] = {
+	{
+		.name = "Baytrail Audio",
+		.stream_name = "Audio",
+		.cpu_dai_name = "Baytrail PCM",
+		.codec_dai_name = "rt5645-aif1",
+		.codec_name = "i2c-10EC5648:00",
+		.platform_name = "baytrail-pcm-audio",
+		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
+			   SND_SOC_DAIFMT_CBS_CFS,
+		.init = byt_rt5645_init,
+		.ops = &byt_rt5645_ops,
+	},
+};
+
+static struct snd_soc_card byt_rt5645_card = {
+	.name = "byt-rt5645",
+	.dai_link = byt_rt5645_dais,
+	.num_links = ARRAY_SIZE(byt_rt5645_dais),
+	.dapm_widgets = byt_rt5645_widgets,
+	.num_dapm_widgets = ARRAY_SIZE(byt_rt5645_widgets),
+	.dapm_routes = byt_rt5645_audio_map,
+	.num_dapm_routes = ARRAY_SIZE(byt_rt5645_audio_map),
+	.fully_routed = true,
+};
+
+static int byt_rt5645_probe(struct platform_device *pdev)
+{
+	struct snd_soc_card *card = &byt_rt5645_card;
+
+	card->dev = &pdev->dev;
+	return devm_snd_soc_register_card(&pdev->dev, card);
+}
+
+static struct platform_driver byt_rt5645_audio = {
+	.probe = byt_rt5645_probe,
+	.driver = {
+		.name = "byt-rt5645",
+		.pm = &snd_soc_pm_ops,
+	},
+};
+module_platform_driver(byt_rt5645_audio)
+
+MODULE_DESCRIPTION("ASoC Intel(R) Baytrail Machine driver");
+MODULE_AUTHOR("Omair Md Abdullah, Jarkko Nikula");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:byt-rt5645");
diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index 42f293f..bb28e84 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -248,6 +248,7 @@ static struct sst_acpi_desc sst_acpi_broadwell_desc = {
 
 static struct sst_acpi_mach baytrail_machines[] = {
 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
+	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{}
 };
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-04  8:59                         ` Michele Curti
@ 2015-06-04 10:33                           ` Liam Girdwood
  2015-06-04 17:44                             ` Juergen Bausa
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-06-04 10:33 UTC (permalink / raw)
  To: Michele Curti; +Cc: Takashi Iwai, Bard Liao, alsa-devel, Nikula, Jarkko

On Thu, 2015-06-04 at 10:59 +0200, Michele Curti wrote:
> I'm back now from a period of limited internet access, I tried to
> change the
> irqindex_host_ipc to 0 (like the others platforms)
> 
> diff --git a/sound/soc/intel/common/sst-acpi.c
> b/sound/soc/intel/common/sst-acpi.c
> index 42f293f..7cc64e3 100644
> --- a/sound/soc/intel/common/sst-acpi.c
> +++ b/sound/soc/intel/common/sst-acpi.c
> @@ -258,7 +258,7 @@ static struct sst_acpi_desc sst_acpi_baytrail_desc
> = {
>         .resindex_lpe_base = 0,
>         .resindex_pcicfg_base = 1,
>         .resindex_fw_base = 2,
> -       .irqindex_host_ipc = 5,
> +       .irqindex_host_ipc = 0,
>         .sst_id = SST_DEV_ID_BYT,
>         .resindex_dma_base = -1,
>  };
> 
> and the sound card showed up.  So I tried to play a bit with alsamixer
> and got
> some cracking noise.
> 
> Tried to play some songs but a song of 4 minutes finished in about a
> dozen of
> seconds..  Maybe the clocks are not correctly configured..
> 
> After a while I smelt a smell of burnt components and the chassis near
> the
> speakers was hot like hell.  Shutdown the laptop.
> 
> Now I'm not sure the hardware is damaged, after a couple of hours I
> tried to
> reboot and got a (strange) beep during boot, so maybe I was lucky..
> 
> Anyway, now I removed the change.

The speakers are probably being over powered so best to make sure with
alsamixer that all the gains are low or muted and all unused
inputs/outputs are muted or off before playing any audio. You can then
gradually increase the volume to the desired level. 

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-04 10:33                           ` Liam Girdwood
@ 2015-06-04 17:44                             ` Juergen Bausa
  0 siblings, 0 replies; 50+ messages in thread
From: Juergen Bausa @ 2015-06-04 17:44 UTC (permalink / raw)
  To: alsa-devel

Liam Girdwood <liam.r.girdwood <at> linux.intel.com> writes:

> 
> > and the sound card showed up.  So I tried to play a bit with alsamixer
> > and got
> > some cracking noise.
> > 
> 
> The speakers are probably being over powered so best to make sure with
> alsamixer that all the gains are low or muted and all unused
> inputs/outputs are muted or off before playing any audio. You can then
> gradually increase the volume to the desired level. 
> 

Just found this thread. Really nice to hear, that some peaople are working
on this and that there is some progress (hope you didn't kill your soundchip).
I also have the x205 and really apreciate that you guys are putting
so much effort on it. Realy would like to help, but I have no knowledge
on sound or kernel programming.

Juergen

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-01 11:06                       ` Liam Girdwood
  2015-06-04  7:09                         ` Marcus Bannerman
  2015-06-04  8:59                         ` Michele Curti
@ 2015-06-04 19:39                         ` Michele Curti
  2015-06-05  7:00                           ` Jarkko Nikula
  2015-06-08  8:49                         ` Michele Curti
  3 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-04 19:39 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel, Nikula, Jarkko

On Mon, Jun 01, 2015 at 12:06:08PM +0100, Liam Girdwood wrote:
> + Jarkko
> 
> On Fri, 2015-05-29 at 15:17 +0200, Michele Curti wrote:
> > On Fri, May 29, 2015 at 10:42:01AM +0100, Liam Girdwood wrote:
> > > On Thu, 2015-05-28 at 21:17 +0200, Michele Curti wrote:
> > > 
> > > > to let the probe continue, the system become quite unusable but I get the 
> > > > logs.
> > > > 
> > > > May 28 20:34:00 asus kernel: byt-rt5645 byt-rt5645: ASoC: CPU DAI baytrail-pcm-audio not registered
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
> > > > May 28 20:34:00 asus kernel: baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
> > > > May 28 20:34:00 asus kernel: irq used for dsp = 6
> > > > 
> > > > ---> The IRQ number used is 6
> > > > 
> 
> Jarkko thinks the IRQ may be incorrectly reported by ACPI and that it
> could be using another ACPI index. This could probably be checked by
> decompiling the ACPi data and searching for the audio DSP.
>

Done an acpidump/iasl and (I think) the interesting part is:

    Scope (_SB)
    {
        Device (LPEA)
        {
            Name (_ADR, Zero)  // _ADR: Address
            Name (_HID, "80860F28" /* Intel SST Audio DSP */)  // _HID: Hardware ID
            Name (_CID, "80860F28" /* Intel SST Audio DSP */)  // _CID: Compatible ID
            Name (_DDN, "Intel(R) Low Power Audio Controller - 80860F28")  // _DDN: DOS Device Name
            Name (_SUB, "1043182D")  // _SUB: Subsystem ID
            Name (_UID, One)  // _UID: Unique ID
            Name (ADEP, Package (0x01)
            {
                ^I2C2.TTLV
            })
            Name (_DEP, Package (0x01)  // _DEP: Dependencies
            {
                ^I2C2.RTEK
            })
            Name (_PR0, Package (0x01)  // _PR0: Power Resources for D0
            {
                PLPE
            })
            Method (_STA, 0, NotSerialized)  // _STA: Status
            {
                If (((LPEE == 0x02) && (LPED == Zero)))
                {
                    Return (0x0F)
                }

                Return (Zero)
            }

            Method (_DIS, 0, NotSerialized)  // _DIS: Disable Device
            {
            }

            Name (RBUF, ResourceTemplate ()
            {
                Memory32Fixed (ReadWrite,
                    0x12345678,         // Address Base
                    0x00200000,         // Address Length
                    _Y04)
                Memory32Fixed (ReadWrite,
                    0xFE830000,         // Address Base
                    0x00001000,         // Address Length
                    _Y05)
                Memory32Fixed (ReadWrite,
                    0x55AA55AA,         // Address Base
                    0x00200000,         // Address Length
                    _Y06)
                Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
                {
                    0x0000001D,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
                {
                    0x00000018,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
                {
                    0x00000019,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
                {
                    0x0000001A,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
                {
                    0x0000001B,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
                {
                    0x0000001C,
                }
            })
            Method (_CRS, 0, NotSerialized)  // _CRS: Current Resource Settings
            {
                CreateDWordField (RBUF, \_SB.LPEA._Y04._BAS, B0BA)  // _BAS: Base Address
                B0BA = LPE0 /* \LPE0 */
                CreateDWordField (RBUF, \_SB.LPEA._Y05._BAS, B1BA)  // _BAS: Base Address
                B1BA = LPE1 /* \LPE1 */
                CreateDWordField (RBUF, \_SB.LPEA._Y06._BAS, B2BA)  // _BAS: Base Address
                B2BA = LPE2 /* \LPE2 */
                Return (RBUF) /* \_SB_.LPEA.RBUF */
            }

            OperationRegion (KEYS, SystemMemory, LPE1, 0x0100)
            Field (KEYS, DWordAcc, NoLock, WriteAsZeros)
            {
                Offset (0x84), 
                PSAT,   32
            }

            PowerResource (PLPE, 0x05, 0x0000)
            {
                Method (_STA, 0, NotSerialized)  // _STA: Status
                {
                    Return (One)
                }

                Method (_ON, 0, NotSerialized)  // _ON_: Power On
                {
                    PSAT &= 0xFFFFFFFC
                    Local0 = PSAT /* \_SB_.LPEA.PSAT */
                }

                Method (_OFF, 0, NotSerialized)  // _OFF: Power Off
                {
                    PSAT |= 0x03
                    Local0 = PSAT /* \_SB_.LPEA.PSAT */
                }
            }

So, 6 possible IRQs for the LPE core, from 0x18 to 0x1D?

Changed the code and tried all six

diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index bb28e84..a306502 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -149,8 +149,12 @@ static int sst_acpi_probe(struct platform_device *pdev)
 		sst_pdata->dma_size = desc->dma_size;
 	}
 
-	if (desc->irqindex_host_ipc >= 0)
-		sst_pdata->irq = platform_get_irq(pdev, desc->irqindex_host_ipc);
+	if (desc->irqindex_host_ipc >= 0) {
+		sst_pdata->irq = 0x1D; /* acpi-dump, from 0x18 to 0x1D */
+		pr_info("audio dsp: IRQ # was %d, force to %d\n",
+				platform_get_irq(pdev, desc->irqindex_host_ipc),
+				sst_pdata->irq);
+	}
 
 	if (desc->resindex_lpe_base >= 0) {
 		mmio = platform_get_resource(pdev, IORESOURCE_MEM,

without success, I get always the "dsp boot timeout".

I'm going to investigate why platform_get_irq() returns 6 instead of something
in the range 0x18-0x1D.. :)

Thanks for the time spent,
Michele

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-04 19:39                         ` Michele Curti
@ 2015-06-05  7:00                           ` Jarkko Nikula
  2015-06-08  8:26                             ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Jarkko Nikula @ 2015-06-05  7:00 UTC (permalink / raw)
  To: Michele Curti, Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel

Hi

On 06/04/2015 10:39 PM, Michele Curti wrote:
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x0000001D,
>                  }
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x00000018,
>                  }
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x00000019,
>                  }
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x0000001A,
>                  }
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x0000001B,
>                  }
>                  Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>                  {
>                      0x0000001C,
>                  }
...
>
> So, 6 possible IRQs for the LPE core, from 0x18 to 0x1D?
>
2 for DMA, 3 for SSP ports and 1 for host IPC. I don't know does Windows 
use those others as BIOS is exposing them but Linux needs only the host 
IPC irq 0x1d and Linux DSP FW is managing itself the rest.

> Changed the code and tried all six
>
> diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
> index bb28e84..a306502 100644
> --- a/sound/soc/intel/common/sst-acpi.c
> +++ b/sound/soc/intel/common/sst-acpi.c
> @@ -149,8 +149,12 @@ static int sst_acpi_probe(struct platform_device *pdev)
>   		sst_pdata->dma_size = desc->dma_size;
>   	}
>
> -	if (desc->irqindex_host_ipc >= 0)
> -		sst_pdata->irq = platform_get_irq(pdev, desc->irqindex_host_ipc);
> +	if (desc->irqindex_host_ipc >= 0) {
> +		sst_pdata->irq = 0x1D; /* acpi-dump, from 0x18 to 0x1D */
> +		pr_info("audio dsp: IRQ # was %d, force to %d\n",
> +				platform_get_irq(pdev, desc->irqindex_host_ipc),
> +				sst_pdata->irq);
> +	}
>
>   	if (desc->resindex_lpe_base >= 0) {
>   		mmio = platform_get_resource(pdev, IORESOURCE_MEM,
>
> without success, I get always the "dsp boot timeout".
>
Above probably won't work as it doesn't set the trigger flags as 
platform_get_irq() does and the Linux irq number is not necessarily the 
same than the HW irq number through the IOAPIC routing.

Your earlier irqindex_host_ipc change should get the right interrupt for 
Linux on your machine.

-	.irqindex_host_ipc = 5,
+	.irqindex_host_ipc = 0,

Unfortunately this index is machine specific and when I looked a few 
DSDT tables earlier I didn't figure out a clean way at which index the 
interrupt should be used in runtime. Probably having quirks for index 5 
needs least amount of quirks as index 0 seems to be constantly used on 
newer machines.

-- 
Jarkko
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-05  7:00                           ` Jarkko Nikula
@ 2015-06-08  8:26                             ` Michele Curti
  0 siblings, 0 replies; 50+ messages in thread
From: Michele Curti @ 2015-06-08  8:26 UTC (permalink / raw)
  To: Jarkko Nikula; +Cc: Liam Girdwood, Takashi Iwai, alsa-devel, Bard Liao

On Fri, Jun 05, 2015 at 10:00:50AM +0300, Jarkko Nikula wrote:
> Hi
> 
> On 06/04/2015 10:39 PM, Michele Curti wrote:
> >
> >So, 6 possible IRQs for the LPE core, from 0x18 to 0x1D?
> >
> 2 for DMA, 3 for SSP ports and 1 for host IPC. I don't know does
> Windows use those others as BIOS is exposing them but Linux needs
> only the host IPC irq 0x1d and Linux DSP FW is managing itself the
> rest.
> 
> >Changed the code and tried all six
> >
> >diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
> >index bb28e84..a306502 100644
> >--- a/sound/soc/intel/common/sst-acpi.c
> >+++ b/sound/soc/intel/common/sst-acpi.c
> >@@ -149,8 +149,12 @@ static int sst_acpi_probe(struct platform_device *pdev)
> >  		sst_pdata->dma_size = desc->dma_size;
> >  	}
> >
> >-	if (desc->irqindex_host_ipc >= 0)
> >-		sst_pdata->irq = platform_get_irq(pdev, desc->irqindex_host_ipc);
> >+	if (desc->irqindex_host_ipc >= 0) {
> >+		sst_pdata->irq = 0x1D; /* acpi-dump, from 0x18 to 0x1D */
> >+		pr_info("audio dsp: IRQ # was %d, force to %d\n",
> >+				platform_get_irq(pdev, desc->irqindex_host_ipc),
> >+				sst_pdata->irq);
> >+	}
> >
> >  	if (desc->resindex_lpe_base >= 0) {
> >  		mmio = platform_get_resource(pdev, IORESOURCE_MEM,
> >
> >without success, I get always the "dsp boot timeout".
> >
> Above probably won't work as it doesn't set the trigger flags as
> platform_get_irq() does and the Linux irq number is not necessarily
> the same than the HW irq number through the IOAPIC routing.

Good to know, thanks!

> 
> Your earlier irqindex_host_ipc change should get the right interrupt
> for Linux on your machine.
> 
> -	.irqindex_host_ipc = 5,
> +	.irqindex_host_ipc = 0,
> 
> Unfortunately this index is machine specific and when I looked a few
> DSDT tables earlier I didn't figure out a clean way at which index
> the interrupt should be used in runtime. Probably having quirks for
> index 5 needs least amount of quirks as index 0 seems to be
> constantly used on newer machines.
>

Oh, understood..  Well, so for my tests I can restore this change 
thanks :)


Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-01 11:06                       ` Liam Girdwood
                                           ` (2 preceding siblings ...)
  2015-06-04 19:39                         ` Michele Curti
@ 2015-06-08  8:49                         ` Michele Curti
  2015-06-13 13:47                           ` Luka Karinja
  3 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-08  8:49 UTC (permalink / raw)
  To: Liam Girdwood; +Cc: Takashi Iwai, Bard Liao, alsa-devel, Nikula, Jarkko

On Mon, Jun 01, 2015 at 12:06:08PM +0100, Liam Girdwood wrote:
> On Fri, 2015-05-29 at 15:17 +0200, Michele Curti wrote:
> > On Fri, May 29, 2015 at 10:42:01AM +0100, Liam Girdwood wrote:
> > > On Thu, 2015-05-28 at 21:17 +0200, Michele Curti wrote:
> > > 
> > > This is confusing as we can see messages about the baytrail-pcm-audio
> > > device not being registered and then valid messages from said device ?
> > > I'm wondering if you have created 2 baytrail-pcm-audio devices ? The
> > > ordering is also confusing since the block allocation should come before
> > > the DSP boot....
> > > 
> > > Can you paste the diff for all the audio changes you have made and also
> > > the output of lsmod when this happens.
> > >
> > 
> > Sure, sorry for the number of attachments.. :p
> 
> Ok, I can see something that might be causing the potential double
> registration of the PCM driver. Can you change the cpu_dai_name in your
> machine driver to "Baytrail PCM".
> 
> Liam
>

For those who are following the discussion, this change does not work 
"as is".

For what I understood, the baytrail-pcm-audio probe function calls
snd_soc_register_component() which calls snd_soc_register_dais() with
legacy_dai_naming to true, so (having only one dai) the dai name is
overridden:

	/*
	 * Back in the old days when we still had component-less DAIs,
	 * instead of having a static name, component-less DAIs would
	 * inherit the name of the parent device so it is possible to
	 * register multiple instances of the DAI. We still need to
	 * keep
	 * the same naming style even though those DAIs are not
	 * component-less anymore.
	 */
	if (count == 1 && legacy_dai_naming &&
		(dai_drv[i].id == 0 || dai_drv[i].name == NULL)) {
		dai->name = fmt_single_name(dev, &dai->id);
	} else {


So, for my tests I added in sound/soc/intel/baytrail/sst-baytrail-pcm.c
a "Baytrail PCM fake" dai to the byt_dais[] list.

Plus the change in sst_acpi_baytrail_desc:

-       .irqindex_host_ipc = 5,
+       .irqindex_host_ipc = 0,

plus the v3 patch series from Bard:
  http://mailman.alsa-project.org/pipermail/alsa-devel/2015-June/093237.html
  http://mailman.alsa-project.org/pipermail/alsa-devel/2015-June/093239.html
  http://mailman.alsa-project.org/pipermail/alsa-devel/2015-June/093238.html

now the sound card shows up:

  [zio@asus ~]$ aplay -l
  **** List of PLAYBACK Hardware Devices ****
  card 0: bytrt5645 [byt-rt5645], device 0: Audio rt5645-aif1-0 []
    Subdevices: 1/1
    Subdevice #0: subdevice #0

Still no sound and still some errors but things are much better, I 
think.  Thank you ^^

[    1.363551] snd-soc-dummy snd-soc-dummy: codec register snd-soc-dummy
[    1.363565] snd-soc-dummy snd-soc-dummy: ASoC: dai register snd-soc-dummy #1
[    1.363571] snd-soc-dummy snd-soc-dummy: ASoC: Registered DAI 'snd-soc-dummy-dai'
[    1.363577] snd-soc-dummy snd-soc-dummy: ASoC: Registered codec 'snd-soc-dummy'
[    1.363582] snd-soc-dummy snd-soc-dummy: ASoC: platform register snd-soc-dummy
[    1.363589] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
[    1.365877] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    1.366565] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    1.379441] ACPI: AC Adapter [ADP1] (off-line)
[    1.379869] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.379918] ACPI: Lid Switch [LID]
[    1.380061] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.380414] ACPI: Power Button [PWRB]
[    1.380553] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.380561] ACPI: Sleep Button [SLPB]
[    1.394613] [Firmware Bug]: No valid trip found
[    1.406949] wmi: Mapper loaded
[    1.439237] [drm] Memory usable by graphics device = 2048M
[    1.439247] checking generic (80000000 410000) vs hw (80000000 10000000)
[    1.439251] fb: switching to inteldrmfb from EFI VGA
[    1.439293] Console: switching to colour dummy device 80x25
[    1.439465] [drm] Replacing VGA console driver
[    1.442903] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.442910] [drm] Driver supports precise vblank timestamp query.
[    1.475607] systemd[1]: Found device /dev/mmcblk0p1.
[    1.481509] systemd[1]: Starting File System Check on /dev/mmcblk0p1...
[    1.484268] cfg80211: Calling CRDA to update world regulatory domain
[    1.495323] clocksource tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[    1.495364] Switched to clocksource tsc
[    1.498831] ACPI: Battery Slot [BATC] (battery present)
[    1.504688] rt5645 i2c-10EC5648:00: codec register i2c-10EC5648:00
[    1.504708] rt5645 i2c-10EC5648:00: ASoC: dai register i2c-10EC5648:00 #2
[    1.504714] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
[    1.504719] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif2'
[    1.504726] rt5645 i2c-10EC5648:00: ASoC: Registered codec 'i2c-10EC5648:00'
[    1.536943] systemd[1]: Device dev-disk-by\x2dpath-platform\x2d80860F14:00.device appeared twice with different sysfs paths /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0 and /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0/mmcblk0boot0
[    1.544175] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    1.552408] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.566639] systemd[1]: Started Journal Service.
[    1.579262] SSE version of gcm_enc/dec engaged.
[    1.586247] systemd-journald[125]: Received request to flush runtime journal from PID 1
[    1.588588] Bluetooth: Core ver 2.20
[    1.588620] NET: Registered protocol family 31
[    1.588625] Bluetooth: HCI device and connection manager initialized
[    1.588634] Bluetooth: HCI socket layer initialized
[    1.588641] Bluetooth: L2CAP socket layer initialized
[    1.588656] Bluetooth: SCO socket layer initialized
[    1.592010] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.593942] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.596148] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.598907] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.608142] fbcon: inteldrmfb (fb0) is primary device
[    1.608167] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.608570] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    1.608673] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    1.669289] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    1.669770] usbcore: registered new interface driver brcmfmac
[    1.678085] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.678090] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    1.678357] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.678895] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.678901] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    1.706686] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    1.709071] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    1.709590] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input5
[    1.719078] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    1.719141] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.719148] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    1.720825] random: nonblocking pool is initialized
[    1.768716] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    1.787905] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    1.795383] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    1.795560] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input6
[    1.795797] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    1.795856] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.795862] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    1.874048] iTCO_vendor_support: vendor-support=0
[    1.936609] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.936784] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    1.937431] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.937513] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.937519] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    1.950239] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.950246] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    1.982952] (NULL device *): FW version: 04.05.13.a0
[    1.982954] (NULL device *): Build type: a0
[    1.982956] (NULL device *): Build date: Apr  2 2014 14:14:39
[    1.982957] sst_byt_pcm_dev_probe: dsp init OK
[    1.982973] baytrail-pcm-audio baytrail-pcm-audio: ASoC: platform register baytrail-pcm-audio
[    1.982992] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Registered platform 'baytrail-pcm-audio'
[    1.982993] sst_byt_pcm_dev_probe: register platform OK
[    1.982998] baytrail-pcm-audio baytrail-pcm-audio: ASoC: dai register baytrail-pcm-audio #2
[    1.983011] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Registered DAI 'Baytrail PCM'
[    1.983015] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Registered DAI 'Baytrail PCM fake'
[    1.983016] sst_byt_pcm_dev_probe: register componet OK
[    1.983084] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    1.989205] sst_byt_pcm_probe
[    1.989212] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late -2
[    1.989216] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late -1
[    1.989219] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late 0
[    1.989222] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late 1
[    1.989225] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late 2
[    1.989389] byt-rt5645 byt-rt5645: rt5645-aif1 <-> Baytrail PCM mapping ok

wow :p

[    1.989451] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Failed to create System Playback debugfs file
[    1.989455] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Failed to create Analog Capture debugfs file
[    1.989804] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC1 Swap Mux has no paths
[    1.989809] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC2 Swap Mux has no paths
[    1.989814] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC3 Swap Mux has no paths
[    1.989819] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 ADC Mux has no paths
[    1.989872] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 L Mux has no paths
[    1.989877] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC1 R Mux has no paths
[    1.989882] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 L Mux has no paths
[    1.989887] rt5645 i2c-10EC5648:00: ASoC: mux RT5650 IF1 DAC2 R Mux has no paths
[    1.996722] media: Linux media interface: v0.10
[    2.003447] mousedev: PS/2 mouse device common for all mice
[    2.017078] Linux video capture interface: v2.00
[    2.028150] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    2.035335] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input7
[    2.035578] usbcore: registered new interface driver uvcvideo
[    2.035579] USB Video Class driver (1.1.1)
[    2.062423] asus_wmi: ASUS WMI generic driver loaded
[    2.096618] asus_wmi: Initialization: 0x1
[    2.096737] asus_wmi: BIOS WMI version: 7.9
[    2.096819] asus_wmi: SFUN value: 0x37
[    2.099422] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input8
[    2.101983] asus_wmi: Number of fans: 1
[    2.109834] asus_wmi: Backlight controlled by ACPI video driver
[    2.117818] intel_rapl: Found RAPL domain package
[    2.117823] intel_rapl: Found RAPL domain core
[    2.735378] Console: switching to colour frame buffer device 170x48
[    2.751890] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.751896] i915 0000:00:02.0: registered panic notifier
[    3.867748] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[    3.881956] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    3.978214] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    3.978226] brcmfmac: brcmf_add_if: ignore IF event
[    4.631189] cfg80211: Calling CRDA to update world regulatory domain
[    5.570120]  Baytrail Audio: PCM: open
[    5.570247]  Baytrail Audio: PCM: hw_free
[    5.570253]  Baytrail Audio: PCM: close
[    5.570761]  Baytrail Audio: PCM: open
[    5.570910]  Baytrail Audio: PCM: hw_free
[    5.570916]  Baytrail Audio: PCM: close
[    5.572642]  Baytrail Audio: PCM: open
[    5.572798]  Baytrail Audio: PCM: hw_free
[    5.572805]  Baytrail Audio: PCM: close
[    5.573153]  Baytrail Audio: PCM: open
[    5.573705]  Baytrail Audio: PCM: hw_free
[    5.573711]  Baytrail Audio: PCM: close
[    5.578257]  Baytrail Audio: PCM: open
[    5.578636] rt5645 i2c-10EC5648:00: bypass=0 m=15 n=85 k=2
[    5.619235] rt5645 i2c-10EC5648:00: Sysclk is 24576000Hz and clock id is 1
[    5.619266] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    5.619275] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[    5.624380]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a03380
[    5.667105]  Baytrail Audio: PCM: hw_free
[    5.667152]  Baytrail Audio: PCM: hw_free
[    5.667159]  Baytrail Audio: PCM: close
[    5.669219]  Baytrail Audio: PCM: open
[    5.669364]  Baytrail Audio: PCM: hw_free
[    5.669372]  Baytrail Audio: PCM: close
[    5.669649]  Baytrail Audio: PCM: open
[    5.669763]  Baytrail Audio: PCM: hw_free
[    5.669770]  Baytrail Audio: PCM: close
[    5.670063]  Baytrail Audio: PCM: open
[    5.670249]  Baytrail Audio: PCM: hw_free
[    5.670256]  Baytrail Audio: PCM: close
[    5.670553]  Baytrail Audio: PCM: open
[    5.671232]  Baytrail Audio: PCM: hw_free
[    5.671240]  Baytrail Audio: PCM: close
[    5.671640]  Baytrail Audio: PCM: open
[    5.671783] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    5.671793] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[    5.671804]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a03320
[    5.711536]  Baytrail Audio: PCM: open
[    5.711696] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    5.711704] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[    5.711714]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a03380
[    5.713969]  Baytrail Audio: PCM: hw_free
[    5.714017]  Baytrail Audio: PCM: hw_free
[    5.714024]  Baytrail Audio: PCM: close
[    5.715293]  Baytrail Audio: PCM: hw_free
[    5.715344]  Baytrail Audio: PCM: hw_free
[    5.715352]  Baytrail Audio: PCM: close
[    5.725955]  Baytrail Audio: PCM: open
[    5.726109] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    5.726117] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[    5.726128]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a03320
[    5.727565]  Baytrail Audio: PCM: mmap
[    5.750790]  Baytrail Audio: PCM: trigger 1
[    5.750820]  Baytrail Audio: PCM: DMA pointer 0 bytes
[    5.752840]  Baytrail Audio: PCM: DMA pointer 0 bytes
[    5.752863]  Baytrail Audio: PCM: DMA pointer 0 bytes
[    5.753019]  Baytrail Audio: PCM: App/DMA pointer 0/3072 bytes
[    5.753043]  Baytrail Audio: PCM: DMA pointer 3072 bytes
[    5.753081]  Baytrail Audio: PCM: DMA pointer 3072 bytes
[    5.753089]  Baytrail Audio: PCM: App/DMA pointer 0/3072 bytes
[    5.753096]  Baytrail Audio: PCM: DMA pointer 3072 bytes

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-08  8:49                         ` Michele Curti
@ 2015-06-13 13:47                           ` Luka Karinja
  2015-06-15 16:46                             ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Luka Karinja @ 2015-06-13 13:47 UTC (permalink / raw)
  To: alsa-devel

Hey guys i have a T100TAF which also has z3735f & rt5648 and 
watching your development.

On the T100TA wich has the Z3740 and rt5645 a new /var/lib/alsa/asound.state
was needed to get the sound working.
It was making cracking sounds without it (saw in your previous post)
found here:
https://raw.githubusercontent.com/AdamWill/baytrail-m/master/alsa/t100_B.state

Eagerly following the development and sorry for noob post.

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-13 13:47                           ` Luka Karinja
@ 2015-06-15 16:46                             ` Michele Curti
  2015-06-15 17:04                               ` Liam Girdwood
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-15 16:46 UTC (permalink / raw)
  To: Luka Karinja
  Cc: Takashi Iwai, Bard Liao, alsa-devel, Nikula, Jarkko, Liam Girdwood

On Sat, Jun 13, 2015 at 01:47:13PM +0000, Luka Karinja wrote:
> Hey guys i have a T100TAF which also has z3735f & rt5648 and 
> watching your development.
> 
> On the T100TA wich has the Z3740 and rt5645 a new /var/lib/alsa/asound.state
> was needed to get the sound working.
> It was making cracking sounds without it (saw in your previous post)
> found here:
> https://raw.githubusercontent.com/AdamWill/baytrail-m/master/alsa/t100_B.state
> 
> Eagerly following the development

Eheh :)

So far no news, sadly.

I suspect I'm doing something really wrong, because if I play a song, besides
not having any sound, speed is about 15x the normal speed, but changing any 
value in byt_rt5645_hw_params function (below there is the patch I'm using), 
there are no differences at all.

Reading the Documentation/sound/alsa/soc/clocking.txt I found:
<< It is also desirable to use the codec (if possible) to drive (or master)
the audio clocks as it usually gives more accurate sample rates than the 
CPU. >>
so I tried to use a firmware that makes the DSP slave
(intel/fw_sst_0f28.bin-48kHz_i2s_slave).  Don't remember what happened
exactly but it did not work (and however the LPE is a dedicated core, so I 
think that accuracy it's not a problem here.. just a try :p )

The dmesg output does not seems too bad:
[    2.254284] ACPI: Sleep Button [SLPB]
[    2.280891] media: Linux media interface: v0.10
[    2.281022] [drm] Initialized drm 1.1.0 20060810
[    2.288058] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    2.292471] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.293277] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    2.313440] Linux video capture interface: v2.00
[    2.317755] ACPI: Battery Slot [BATC] (battery present)
[    2.360443] rt5645 i2c-10EC5648:00: codec register i2c-10EC5648:00
[    2.360462] rt5645 i2c-10EC5648:00: ASoC: dai register i2c-10EC5648:00 #2
[    2.360468] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
[    2.360473] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif2'
[    2.360480] rt5645 i2c-10EC5648:00: ASoC: Registered codec 'i2c-10EC5648:00'
[    2.373770] SSE version of gcm_enc/dec engaged.
[    2.373984] cfg80211: Calling CRDA to update world regulatory domain
[    2.390936] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    2.401882] [drm] Memory usable by graphics device = 2048M
[    2.405169] checking generic (80000000 410000) vs hw (80000000 10000000)
[    2.405175] fb: switching to inteldrmfb from EFI VGA
[    2.405312] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
[    2.405391] usbcore: registered new interface driver uvcvideo
[    2.405392] USB Video Class driver (1.1.1)
[    2.418824] Console: switching to colour dummy device 80x25
[    2.419094] [drm] Replacing VGA console driver
[    2.421947] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.421965] [drm] Driver supports precise vblank timestamp query.
[    2.459144] Bluetooth: Core ver 2.20
[    2.459193] NET: Registered protocol family 31
[    2.459205] Bluetooth: HCI device and connection manager initialized
[    2.459222] Bluetooth: HCI socket layer initialized
[    2.459236] Bluetooth: L2CAP socket layer initialized
[    2.459258] Bluetooth: SCO socket layer initialized
[    2.464045] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.477942] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    2.477955] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    2.498718] baytrail-pcm-audio baytrail-pcm-audio: initialising Byt DSP IPC
[    2.498830] baytrail-pcm-audio baytrail-pcm-audio: initialising audio DSP id 0xf28
[    2.499138] baytrail-pcm-audio baytrail-pcm-audio: header sign=$SST\xffffffb4
\x04 size=0x40db4 modules=0x1 fmt=0x100 size=32
[    2.499147] baytrail-pcm-audio baytrail-pcm-audio: block request 0x160 bytes at offset 0xc0000 type 0
[    2.499153] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:0 at offset 0xc0000
[    2.499188] baytrail-pcm-audio baytrail-pcm-audio: block request 0x170 bytes at offset 0xc0400 type 0
[    2.499225] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0578 type 0
[    2.499231] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0598 type 0
[    2.499237] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05b8 type 0
[    2.499243] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05d8 type 0
[    2.499248] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc05f8 type 0
[    2.499254] baytrail-pcm-audio baytrail-pcm-audio: block request 0x8 bytes at offset 0xc0618 type 0
[    2.499260] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10 bytes at offset 0xc0638 type 0
[    2.499266] baytrail-pcm-audio baytrail-pcm-audio: block request 0x30 bytes at offset 0xc0658 type 0
[    2.499272] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10438 bytes at offset 0xc06a0 type 0
[    2.499278] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:1 at offset 0xc8000
[    2.499283] baytrail-pcm-audio baytrail-pcm-audio: block allocated 0:2 at offset 0xd0000
[    2.500041] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    2.500053] byt-rt5645 byt-rt5645: ASoC: CPU DAI Baytrail PCM not registered
[    2.502006] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.506099] baytrail-pcm-audio baytrail-pcm-audio: block request 0x1a310 bytes at offset 0x1000000 type 3
[    2.507492] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.508573] baytrail-pcm-audio baytrail-pcm-audio: block request 0x5738 bytes at offset 0x100010 type 1
[    2.508584] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:0 at offset 0x100000
[    2.509226] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.510984] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.512430] baytrail-pcm-audio baytrail-pcm-audio: block request 0x10ad8 bytes at offset 0x105750 type 1
[    2.512442] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:1 at offset 0x108000
[    2.512448] baytrail-pcm-audio baytrail-pcm-audio: block allocated 1:2 at offset 0x110000
[    2.514053] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.526854] intel_rapl: Found RAPL domain package
[    2.526875] intel_rapl: Found RAPL domain core
[    2.527708] (NULL device *): ipc: DSP is ready 0x80000000002C2081
[    2.527805] (NULL device *): FW version: 04.05.13.a0
[    2.527821] (NULL device *): Build type: a0
[    2.527832] (NULL device *): Build date: Apr  2 2014 14:14:39
[    2.527847] baytrail-pcm-audio baytrail-pcm-audio: ASoC: platform register baytrail-pcm-audio
[    2.527874] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Registered platform 'baytrail-pcm-audio'
[    2.527896] baytrail-pcm-audio baytrail-pcm-audio: ASoC: dai register baytrail-pcm-audio #2
[    2.527903] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Registered DAI 'Baytrail PCM'
[    2.527908] baytrail-pcm-audio baytrail-pcm-audio: ASoC: Registered DAI 'Baytrail PCM fake'
[    2.527976] byt-rt5645 byt-rt5645: ASoC: binding Baytrail Audio at idx 0
[    2.528053] baytrail-pcm-audio baytrail-pcm-audio: ASoC: adding System Playback fake widget
[    2.528067] baytrail-pcm-audio baytrail-pcm-audio: ASoC: adding Analog Capture fake widget
[    2.528074] baytrail-pcm-audio baytrail-pcm-audio: ASoC: adding System Playback widget
[    2.528081] baytrail-pcm-audio baytrail-pcm-audio: ASoC: adding Analog Capture widget
[    2.528240] rt5645 i2c-10EC5648:00: ASoC: adding AIF2 Playback widget
[    2.528247] rt5645 i2c-10EC5648:00: ASoC: adding AIF2 Capture widget
[    2.528255] rt5645 i2c-10EC5648:00: ASoC: adding AIF1 Playback widget
[    2.528261] rt5645 i2c-10EC5648:00: ASoC: adding AIF1 Capture widget
[    2.534687] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late -2
[    2.534698] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late -1
[    2.534703] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late 0
[    2.534708] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late 1
[    2.534713] byt-rt5645 byt-rt5645: ASoC: probe byt-rt5645 dai link 0 late 2
[    2.535172] byt-rt5645 byt-rt5645: ASoC: registered pcm #0 System Playback rt5645-aif1-0
[    2.535266] byt-rt5645 byt-rt5645: rt5645-aif1 <-> Baytrail PCM mapping ok
[    2.535305] rt5645 i2c-10EC5648:00: AIF2 Playback -> AIF2RX
[    2.535315] rt5645 i2c-10EC5648:00: AIF2TX -> AIF2 Capture
[    2.535323] rt5645 i2c-10EC5648:00: AIF1 Playback -> AIF1RX
[    2.535331] rt5645 i2c-10EC5648:00: AIF1TX -> AIF1 Capture
[    2.535339]  Baytrail Audio: connected DAI link baytrail-pcm-audio:System Playback -> i2c-10EC5648:00:AIF1 Playback
[    2.535344]  Baytrail Audio: connected DAI link i2c-10EC5648:00:AIF1 Capture -> baytrail-pcm-audio:Analog Capture
[    2.537723] iTCO_vendor_support: vendor-support=0
[    2.541088] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.541211] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    2.544590] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.548865] asus_wmi: ASUS WMI generic driver loaded
[    2.550811] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    2.551504] asus_wmi: Initialization: 0x1
[    2.551634] asus_wmi: BIOS WMI version: 7.9
[    2.551833] asus_wmi: SFUN value: 0x37
[    2.556455] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
[    2.557489] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    2.558343] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
[    2.567268] asus_wmi: Number of fans: 1
[    2.574317] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    2.574323] asus_wmi: Backlight controlled by ACPI video driver
[    2.580432] fbcon: inteldrmfb (fb0) is primary device
[    2.582430] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.582783] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    2.583053] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    2.591292] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    2.591735] usbcore: registered new interface driver brcmfmac
[    2.613591] random: nonblocking pool is initialized
[    2.645650] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    2.652269] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    2.652458] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input8
[    2.653565] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    2.665828] mousedev: PS/2 mouse device common for all mice
[    3.711100] Console: switching to colour frame buffer device 170x48
[    3.724631] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.724634] i915 0000:00:02.0: registered panic notifier
[    4.782027] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[    4.796110] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    4.889020] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    4.889042] brcmfmac: brcmf_add_if: ignore IF event
[    5.526484] cfg80211: Calling CRDA to update world regulatory domain
[    5.777199] cfg80211: Calling CRDA to update world regulatory domain
[    6.675788]  Baytrail Audio: PCM: open
[    6.675800] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.675804] ASoC: rate mask 0x80
[    6.675807] ASoC: min ch 2 max ch 2
[    6.675810] ASoC: min rate 48000 max rate 48000
[    6.675929]  Baytrail Audio: PCM: hw_free
[    6.675934]  Baytrail Audio: PCM: close
[    6.676601]  Baytrail Audio: PCM: open
[    6.676609] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.676613] ASoC: rate mask 0x80
[    6.676616] ASoC: min ch 2 max ch 2
[    6.676619] ASoC: min rate 48000 max rate 48000
[    6.676711]  Baytrail Audio: PCM: hw_free
[    6.676716]  Baytrail Audio: PCM: close
[    6.678300]  Baytrail Audio: PCM: open
[    6.678311] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.678315] ASoC: rate mask 0x80
[    6.678318] ASoC: min ch 2 max ch 2
[    6.678321] ASoC: min rate 48000 max rate 48000
[    6.678490]  Baytrail Audio: PCM: hw_free
[    6.678495]  Baytrail Audio: PCM: close
[    6.679014]  Baytrail Audio: PCM: open
[    6.679022] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.679025] ASoC: rate mask 0x80
[    6.679028] ASoC: min ch 2 max ch 2
[    6.679031] ASoC: min rate 48000 max rate 48000
[    6.679540]  Baytrail Audio: PCM: hw_free
[    6.679546]  Baytrail Audio: PCM: close
[    6.684538]  Baytrail Audio: PCM: open
[    6.684550] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.684553] ASoC: rate mask 0x80
[    6.684556] ASoC: min ch 2 max ch 2
[    6.684560] ASoC: min rate 48000 max rate 48000
[    6.711668] rt5645 i2c-10EC5648:00: Sysclk is 12288000Hz and clock id is 1
[    6.722266] rt5645 i2c-10EC5648:00: bypass=1 m=0 n=30 k=6
[    6.735720] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    6.735731] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 0 for iis 0
[    6.743663]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a58780
[    6.782949]  Baytrail Audio: PCM: hw_free
[    6.782990]  Baytrail Audio: PCM: hw_free
[    6.782997]  Baytrail Audio: PCM: close
[    6.784766]  Baytrail Audio: PCM: open
[    6.784777] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.784781] ASoC: rate mask 0x80
[    6.784785] ASoC: min ch 2 max ch 2
[    6.784788] ASoC: min rate 48000 max rate 48000
[    6.784903]  Baytrail Audio: PCM: hw_free
[    6.784908]  Baytrail Audio: PCM: close
[    6.785140]  Baytrail Audio: PCM: open
[    6.785147] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.785151] ASoC: rate mask 0x80
[    6.785154] ASoC: min ch 2 max ch 2
[    6.785158] ASoC: min rate 48000 max rate 48000
[    6.785250]  Baytrail Audio: PCM: hw_free
[    6.785256]  Baytrail Audio: PCM: close
[    6.785505]  Baytrail Audio: PCM: open
[    6.785513] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.785517] ASoC: rate mask 0x80
[    6.785521] ASoC: min ch 2 max ch 2
[    6.785524] ASoC: min rate 48000 max rate 48000
[    6.785679]  Baytrail Audio: PCM: hw_free
[    6.785685]  Baytrail Audio: PCM: close
[    6.785935]  Baytrail Audio: PCM: open
[    6.785943] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.785946] ASoC: rate mask 0x80
[    6.785950] ASoC: min ch 2 max ch 2
[    6.785953] ASoC: min rate 48000 max rate 48000
[    6.786536]  Baytrail Audio: PCM: hw_free
[    6.786542]  Baytrail Audio: PCM: close
[    6.786862]  Baytrail Audio: PCM: open
[    6.786870] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.786873] ASoC: rate mask 0x80
[    6.786876] ASoC: min ch 2 max ch 2
[    6.786879] ASoC: min rate 48000 max rate 48000
[    6.786980] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    6.786988] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 0 for iis 0
[    6.786996]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a58720
[    6.814677]  Baytrail Audio: PCM: open
[    6.814690] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.814694] ASoC: rate mask 0x80
[    6.814697] ASoC: min ch 2 max ch 2
[    6.814700] ASoC: min rate 48000 max rate 48000
[    6.814820] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    6.814825] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 0 for iis 0
[    6.814833]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a58780
[    6.816382]  Baytrail Audio: PCM: hw_free
[    6.816423]  Baytrail Audio: PCM: hw_free
[    6.816430]  Baytrail Audio: PCM: close
[    6.816931]  Baytrail Audio: PCM: hw_free
[    6.816956]  Baytrail Audio: PCM: hw_free
[    6.816961]  Baytrail Audio: PCM: close
[    6.824756]  Baytrail Audio: PCM: open
[    6.824771] ASoC: rt5645-aif1 <-> Baytrail PCM info:
[    6.824776] ASoC: rate mask 0x80
[    6.824780] ASoC: min ch 2 max ch 2
[    6.824784] ASoC: min rate 48000 max rate 48000
[    6.824934] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[    6.824942] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 0 for iis 0
[    6.824953]  Baytrail Audio: PCM: hw_params, pcm_data ffff880037a58720
[    6.825298]  Baytrail Audio: PCM: mmap
[    6.852871]  Baytrail Audio: PCM: trigger 1
[    8.676099] cfg80211: Calling CRDA to update world regulatory domain
[   11.843261] cfg80211: Calling CRDA to update world regulatory domain
[   11.875548]  Baytrail Audio: PCM: trigger 0
[   11.875608]  Baytrail Audio: PCM: hw_free
[   11.875643]  Baytrail Audio: PCM: hw_free
[   11.875650]  Baytrail Audio: PCM: close
[   14.991784] cfg80211: Calling CRDA to update world regulatory domain
[   16.878036]  Baytrail Audio: ASoC: pop wq checking: AIF1 Playback status: inactive waiting: yes


So, well, for now I'm only trying to understand the ASoC 
design/implementation...

Regards,
Michele




Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/codecs/rt5645.c                   |   2 +
 sound/soc/intel/Kconfig                     |   9 ++
 sound/soc/intel/baytrail/sst-baytrail-pcm.c |  18 ++++
 sound/soc/intel/boards/Makefile             |   2 +
 sound/soc/intel/boards/byt-rt5645.c         | 128 ++++++++++++++++++++++++++++
 sound/soc/intel/common/sst-acpi.c           |   3 +-
 6 files changed, 161 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/intel/boards/byt-rt5645.c

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index dd0f86e..2ab4df3 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3192,6 +3192,7 @@ static const struct regmap_config rt5645_regmap = {
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
 	{ "rt5645", 0 },
+	{ "rt5648", 0 },
 	{ "rt5650", 0 },
 	{ }
 };
@@ -3200,6 +3201,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
 #ifdef CONFIG_ACPI
 static struct acpi_device_id rt5645_acpi_match[] = {
 	{ "10EC5645", 0 },
+	{ "10EC5648", 0 },
 	{ "10EC5650", 0 },
 	{},
 };
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 791953f..886c833 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -65,6 +65,15 @@ config SND_SOC_INTEL_BYT_RT5640_MACH
 	  This adds audio driver for Intel Baytrail platform based boards
 	  with the RT5640 audio codec.
 
+config SND_SOC_INTEL_BYT_RT5645_MACH
+	tristate "ASoC Audio driver for Intel Baytrail with RT5645 codec"
+	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
+	select SND_SOC_INTEL_BAYTRAIL
+	select SND_SOC_RT5645
+	help
+	  This adds audio driver for Intel Baytrail platform based boards
+	  with the RT5645 audio codec.
+
 config SND_SOC_INTEL_BYT_MAX98090_MACH
 	tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
 	depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
diff --git a/sound/soc/intel/baytrail/sst-baytrail-pcm.c b/sound/soc/intel/baytrail/sst-baytrail-pcm.c
index 79547be..04a11cf 100644
--- a/sound/soc/intel/baytrail/sst-baytrail-pcm.c
+++ b/sound/soc/intel/baytrail/sst-baytrail-pcm.c
@@ -364,6 +364,24 @@ static struct snd_soc_dai_driver byt_dais[] = {
 			.formats = SNDRV_PCM_FMTBIT_S16_LE,
 		},
 	},
+	{
+		.name  = "Baytrail PCM fake",
+		.playback = {
+			.stream_name = "System Playback fake",
+			.channels_min = 2,
+			.channels_max = 2,
+			.rates = SNDRV_PCM_RATE_48000,
+			.formats = SNDRV_PCM_FMTBIT_S24_3LE |
+				   SNDRV_PCM_FMTBIT_S16_LE,
+		},
+		.capture = {
+			.stream_name = "Analog Capture fake",
+			.channels_min = 2,
+			.channels_max = 2,
+			.rates = SNDRV_PCM_RATE_48000,
+			.formats = SNDRV_PCM_FMTBIT_S16_LE,
+		},
+	},
 };
 
 static int sst_byt_pcm_probe(struct snd_soc_platform *platform)
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index cb94895..24685c5 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -1,5 +1,6 @@
 snd-soc-sst-haswell-objs := haswell.o
 snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
+snd-soc-sst-byt-rt5645-mach-objs := byt-rt5645.o
 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
 snd-soc-sst-broadwell-objs := broadwell.o
 snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
@@ -9,6 +10,7 @@ snd-soc-sst-cht-bsw-max98090_ti-objs := cht_bsw_max98090_ti.o
 
 obj-$(CONFIG_SND_SOC_INTEL_HASWELL_MACH) += snd-soc-sst-haswell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
+obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5645_MACH) += snd-soc-sst-byt-rt5645-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
diff --git a/sound/soc/intel/boards/byt-rt5645.c b/sound/soc/intel/boards/byt-rt5645.c
new file mode 100644
index 0000000..c29d22d
--- /dev/null
+++ b/sound/soc/intel/boards/byt-rt5645.c
@@ -0,0 +1,128 @@
+/*
+ * Intel Baytrail SST RT5645 machine driver
+ * Copyright (c) 2014, Intel Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
+ * more details.
+ */
+
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/acpi.h>
+#include <linux/device.h>
+#include <linux/dmi.h>
+#include <linux/slab.h>
+#include <sound/pcm.h>
+#include <sound/pcm_params.h>
+#include <sound/soc.h>
+#include <sound/jack.h>
+#include "../../codecs/rt5645.h"
+
+#include "../common/sst-dsp.h"
+
+static const struct snd_soc_dapm_widget byt_rt5645_widgets[] = {
+	SND_SOC_DAPM_HP("Headphone", NULL),
+	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Internal Mic", NULL),
+	SND_SOC_DAPM_SPK("Speaker", NULL),
+};
+
+static const struct snd_soc_dapm_route byt_rt5645_audio_map[] = {
+	{"IN1P", NULL, "Internal Mic"},
+	{"IN2P", NULL, "Headset Mic"},
+	{"Headphone", NULL, "HPOL"},
+	{"Headphone", NULL, "HPOR"},
+	{"Speaker", NULL, "SPOL"},
+	{"Speaker", NULL, "SPOR"},
+};
+
+static const struct snd_kcontrol_new byt_rt5645_controls[] = {
+	SOC_DAPM_PIN_SWITCH("Headphone"),
+	SOC_DAPM_PIN_SWITCH("Headset Mic"),
+	SOC_DAPM_PIN_SWITCH("Internal Mic"),
+	SOC_DAPM_PIN_SWITCH("Speaker"),
+};
+
+static int byt_rt5645_hw_params(struct snd_pcm_substream *substream,
+				struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->codec_dai;
+	int ret;
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
+				     params_rate(params) * 256,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec clock %d\n", ret);
+		return ret;
+	}
+	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
+				  params_rate(params) * 64,
+				  params_rate(params) * 256);
+	if (ret < 0) {
+		dev_err(codec_dai->dev, "can't set codec pll: %d\n", ret);
+		return ret;
+	}
+	return 0;
+}
+
+static struct snd_soc_ops byt_rt5645_ops = {
+	.hw_params = byt_rt5645_hw_params,
+};
+
+static struct snd_soc_dai_link byt_rt5645_dais[] = {
+	{
+		.name = "Baytrail Audio",
+		.stream_name = "System Playback",
+		.cpu_dai_name = "Baytrail PCM",
+		.codec_dai_name = "rt5645-aif1",
+		.codec_name = "i2c-10EC5648:00",
+		.platform_name = "baytrail-pcm-audio",
+		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF |
+			   SND_SOC_DAIFMT_CBS_CFS,
+		.ops = &byt_rt5645_ops,
+	},
+};
+
+static struct snd_soc_card byt_rt5645_card = {
+	.name = "byt-rt5645",
+	.dai_link = byt_rt5645_dais,
+	.num_links = ARRAY_SIZE(byt_rt5645_dais),
+	.dapm_widgets = byt_rt5645_widgets,
+	.num_dapm_widgets = ARRAY_SIZE(byt_rt5645_widgets),
+	.dapm_routes = byt_rt5645_audio_map,
+	.num_dapm_routes = ARRAY_SIZE(byt_rt5645_audio_map),
+	.controls = byt_rt5645_controls,
+	.num_controls = ARRAY_SIZE(byt_rt5645_controls),
+	.fully_routed = true,
+};
+
+static int byt_rt5645_probe(struct platform_device *pdev)
+{
+	struct snd_soc_card *card = &byt_rt5645_card;
+
+	card->dev = &pdev->dev;
+	return devm_snd_soc_register_card(&pdev->dev, card);
+}
+
+static struct platform_driver byt_rt5645_audio = {
+	.probe = byt_rt5645_probe,
+	.driver = {
+		.name = "byt-rt5645",
+		.pm = &snd_soc_pm_ops,
+	},
+};
+module_platform_driver(byt_rt5645_audio)
+
+MODULE_DESCRIPTION("ASoC Intel(R) Baytrail Machine driver");
+MODULE_AUTHOR("Omair Md Abdullah, Jarkko Nikula");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:byt-rt5645");
diff --git a/sound/soc/intel/common/sst-acpi.c b/sound/soc/intel/common/sst-acpi.c
index 42f293f..945af95 100644
--- a/sound/soc/intel/common/sst-acpi.c
+++ b/sound/soc/intel/common/sst-acpi.c
@@ -248,6 +248,7 @@ static struct sst_acpi_desc sst_acpi_broadwell_desc = {
 
 static struct sst_acpi_mach baytrail_machines[] = {
 	{ "10EC5640", "byt-rt5640", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
+	{ "10EC5648", "byt-rt5645", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{ "193C9890", "byt-max98090", "intel/fw_sst_0f28.bin-48kHz_i2s_master" },
 	{}
 };
@@ -258,7 +259,7 @@ static struct sst_acpi_desc sst_acpi_baytrail_desc = {
 	.resindex_lpe_base = 0,
 	.resindex_pcicfg_base = 1,
 	.resindex_fw_base = 2,
-	.irqindex_host_ipc = 5,
+	.irqindex_host_ipc = 0,
 	.sst_id = SST_DEV_ID_BYT,
 	.resindex_dma_base = -1,
 };
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-15 16:46                             ` Michele Curti
@ 2015-06-15 17:04                               ` Liam Girdwood
  2015-06-16 20:50                                 ` Michele Curti
                                                   ` (2 more replies)
  0 siblings, 3 replies; 50+ messages in thread
From: Liam Girdwood @ 2015-06-15 17:04 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Koul, Vinod, Nikula,
	Jarkko, Bard Liao

+ Vinod,

On Mon, 2015-06-15 at 18:46 +0200, Michele Curti wrote:
> On Sat, Jun 13, 2015 at 01:47:13PM +0000, Luka Karinja wrote:
> > Hey guys i have a T100TAF which also has z3735f & rt5648 and 
> > watching your development.
> > 
> > On the T100TA wich has the Z3740 and rt5645 a new /var/lib/alsa/asound.state
> > was needed to get the sound working.
> > It was making cracking sounds without it (saw in your previous post)
> > found here:
> > https://raw.githubusercontent.com/AdamWill/baytrail-m/master/alsa/t100_B.state
> > 
> > Eagerly following the development
> 
> Eheh :)
> 
> So far no news, sadly.
> 

We are also a little suspicious that this laptop is using SSP1 for the
I2S audio connection to the codec. The bad news is that the FW used by
this BYT ADSP driver does not support the SSP1 port. It's hard coded to
use SSP0 (Jarrko, please correct the port numbering if it's wrong).
There are going to be no further releases of this FW.

However, the other upstream BYT ADSP driver from Vinod's team is going
to support the other SSP ports. It currently only supports SSP0, but I
believe that a new FW will be released soon that will support SSP1.
Vinod do you know the new FW release date ?

Michele, can you change your machine driver to use the Vinods BYT DSP
PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
the current FW release from Vinod too. That way you should be ready to
integrate the new FW when it is released. Please also CC Vinod on any
issues you have getting the FW to boot using the new driver/FW.

Thanks

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-15 17:04                               ` Liam Girdwood
@ 2015-06-16 20:50                                 ` Michele Curti
  2015-06-17  9:16                                   ` Liam Girdwood
  2015-06-17  6:39                                 ` Jarkko Nikula
  2015-06-23  9:09                                 ` Michele Curti
  2 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-16 20:50 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Koul, Vinod, Nikula,
	Jarkko, Bard Liao

On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> 
> We are also a little suspicious that this laptop is using SSP1 for the
> I2S audio connection to the codec. The bad news is that the FW used by
> this BYT ADSP driver does not support the SSP1 port. It's hard coded to
> use SSP0 (Jarrko, please correct the port numbering if it's wrong).
> There are going to be no further releases of this FW.
> 
> However, the other upstream BYT ADSP driver from Vinod's team is going
> to support the other SSP ports. It currently only supports SSP0, but I
> believe that a new FW will be released soon that will support SSP1.
> Vinod do you know the new FW release date ?
> 
> Michele, can you change your machine driver to use the Vinods BYT DSP
> PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> the current FW release from Vinod too. That way you should be ready to
> integrate the new FW when it is released. Please also CC Vinod on any
> issues you have getting the FW to boot using the new driver/FW.
>

Sure!

A note, without enabling the config option SND_SOC_INTEL_SST the driver
will not compile/install but it seems strange because when doing a 
menuconfig the machine driver option is available even if the 
SND_SOC_INTEL_SST option is not selcted (I copied the Kconfig part 
from the SND_SOC_INTEL_BYTCR_RT5640_MACH one).

So I think I'm missing something...  The two "upstream BYT ADSP drivers"
are mutually exclusive?  I see mixed outputs like
[    2.209494] sst-acpi 80860F28:00: No matching ASoC machine driver found
followed by output of the machine driver that tries to bind cpu and codec 
dais..


Anyway, no sound cards show up, there are some strange errors about the
rt5645-aif1 codec dai not registered but dmesg says:
[    2.415511] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'


I saw:
[    2.307977] intel_sst_acpi 80860F28:00: Registered IRQ 0x6

so, in sound/soc/intel/atom/sst/sst_acpi.c I tried to change the
.acpi_ipc_irq_index to get the expected 0x1D (like with the prevoius 
driver, or it's a different thing?) and I got:

 acpi_ipc_irq_index |  Registered IRQ
--------------------+-----------------
         0          |        0x1
         1          |        0x2
         2          |        0x3
         3          |        0x4
         4          |        0x5
         5          |        0x6
        0x1c        |   probe failed*

* = [    2.370344] intel_sst_acpi: probe of 80860F28:00 failed with error -22


Here the dmesg output (with the default .acpi_ipc_irq_index == 5):

[    2.209494] sst-acpi 80860F28:00: No matching ASoC machine driver found
[    2.217914] hidraw: raw HID events driver (C) Jiri Kosina
[    2.237653] snd-soc-dummy snd-soc-dummy: codec register snd-soc-dummy
[    2.237667] snd-soc-dummy snd-soc-dummy: ASoC: dai register snd-soc-dummy #1
[    2.237674] snd-soc-dummy snd-soc-dummy: ASoC: Registered DAI 'snd-soc-dummy-dai'
[    2.237679] snd-soc-dummy snd-soc-dummy: ASoC: Registered codec 'snd-soc-dummy'
[    2.237696] snd-soc-dummy snd-soc-dummy: ASoC: platform register snd-soc-dummy
[    2.237704] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
[    2.251378] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    2.255439] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    2.261140] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.264403] ACPI: Lid Switch [LID]
[    2.267688] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.270869] ACPI: Power Button [PWRB]
[    2.274188] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    2.277421] ACPI: Sleep Button [SLPB]
[    2.282078] intel_sst_acpi 80860F28:00: for 80860F28
[    2.285618] intel_sst_acpi 80860F28:00: ACPI device id: 80860f28
[    2.285739] sst-mfld-platform sst-mfld-platform: ASoC: platform register sst-mfld-platform
[    2.285750] sst-mfld-platform sst-mfld-platform: ASoC: Registered platform 'sst-mfld-platform'
[    2.285757] sst-mfld-platform sst-mfld-platform: ASoC: dai register sst-mfld-platform #5
[    2.285763] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'media-cpu-dai'
[    2.285769] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'compress-cpu-dai'
[    2.285774] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp0-port'
[    2.285779] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp1-port'
[    2.285785] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp2-port'
[    2.285863] intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
[    2.289110] intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
[    2.292291] intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
[    2.295391] intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
[    2.298497] intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
[    2.301611] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[    2.304776] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[    2.307977] intel_sst_acpi 80860F28:00: Registered IRQ 0x6
[    2.307986] intel_sst_acpi 80860F28:00: Requesting FW intel/fw_sst_0f28.bin now...
[    2.308001] intel_sst_acpi 80860F28:00: registering device Intel(R) SST LPE
[    2.309138] intel_sst_acpi 80860F28:00: LPE is already in RESET state, No action
[    2.309514] [Firmware Bug]: No valid trip found
[    2.315662] wmi: Mapper loaded
[    2.325338] intel_sst_acpi 80860F28:00: Enter
[    2.325347] intel_sst_acpi 80860F28:00: Request Fw completed
[    2.325739] intel_sst_acpi 80860F28:00: copied fw to ffff88007ac00000
[    2.325748] intel_sst_acpi 80860F28:00: phys: 7ac00000
[    2.325786] ACPI: Battery Slot [BATC] (battery present)
[    2.326231] intel_sst_acpi 80860F28:00: Enter
[    2.326236] intel_sst_acpi 80860F28:00: header sign=$SST\xffffff86\xffffffdf	 size=9df86 modules=1 fmt=100 size=20
[    2.326240] intel_sst_acpi 80860F28:00: module sign $SSTr\xffffffdf	 size 9df72 blocks 13 type ffff
[    2.326242] intel_sst_acpi 80860F28:00: module entrypoint 0x0
[    2.336296] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    2.340218] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    2.353258] media: Linux media interface: v0.10
[    2.357097] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.370554] [drm] Initialized drm 1.1.0 20060810
[    2.394018] Linux video capture interface: v2.00
[    2.410811] cfg80211: Calling CRDA to update world regulatory domain
[    2.415491] rt5645 i2c-10EC5648:00: codec register i2c-10EC5648:00
[    2.415505] rt5645 i2c-10EC5648:00: ASoC: dai register i2c-10EC5648:00 #2
[    2.415511] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
[    2.415516] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif2'
[    2.415523] rt5645 i2c-10EC5648:00: ASoC: Registered codec 'i2c-10EC5648:00'
[    2.440490] SSE version of gcm_enc/dec engaged.
[    2.462788] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    2.481724] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
[    2.485443] usbcore: registered new interface driver uvcvideo
[    2.489754] USB Video Class driver (1.1.1)
[    2.499264] [drm] Memory usable by graphics device = 2048M
[    2.499493] Bluetooth: Core ver 2.20
[    2.499523] NET: Registered protocol family 31
[    2.499524] Bluetooth: HCI device and connection manager initialized
[    2.499531] Bluetooth: HCI socket layer initialized
[    2.499536] Bluetooth: L2CAP socket layer initialized
[    2.499553] Bluetooth: SCO socket layer initialized
[    2.520222] checking generic (80000000 410000) vs hw (80000000 10000000)
[    2.520230] fb: switching to inteldrmfb from EFI VGA
[    2.523516] Console: switching to colour dummy device 80x25
[    2.524348] [drm] Replacing VGA console driver
[    2.525446] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.531147] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.531165] [drm] Driver supports precise vblank timestamp query.
[    2.531613] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.533301] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.534844] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.537609] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.573178] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.573192] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.573199] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.573204] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.573226] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.574971] asus_wmi: ASUS WMI generic driver loaded
[    2.587049] iTCO_vendor_support: vendor-support=0
[    2.589084] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    2.589972] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.590094] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    2.590955] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.590970] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.590976] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.590982] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.591003] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.593272] asus_wmi: Initialization: 0x1
[    2.593443] asus_wmi: BIOS WMI version: 7.9
[    2.593548] asus_wmi: SFUN value: 0x37
[    2.594575] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.594672] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.594696] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.594705] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.594711] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.594733] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.595441] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    2.595819] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input5
[    2.598334] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
[    2.605485] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.605500] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.605507] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.605513] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.605534] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.609178] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    2.609292] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.609308] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.609314] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.609320] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.609341] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.609573] intel_rapl: Found RAPL domain package
[    2.609588] intel_rapl: Found RAPL domain core
[    2.613927] asus_wmi: Number of fans: 1
[    2.619323] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    2.621281] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.621294] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.621300] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.621306] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.621332] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.621559] usbcore: registered new interface driver brcmfmac
[    2.621904] asus_wmi: Backlight controlled by ACPI video driver
[    2.623068] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.623087] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.623098] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.623107] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.623129] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.631277] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.631293] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.631299] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.631305] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.631340] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.635502] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.677904] random: nonblocking pool is initialized
[    2.679866] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    2.681810] fbcon: inteldrmfb (fb0) is primary device
[    2.682880] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.683662] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
[    2.684025] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.684034] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.684038] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.684041] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    2.684043] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.684046] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.684079] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.684083] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.684086] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.684089] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.684092] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.688705] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    2.689046] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input8
[    2.689335] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    2.689402] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.689410] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.689413] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
[    2.689416] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
[    2.689419] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
[    2.696827] mousedev: PS/2 mouse device common for all mice
[    3.799072] Console: switching to colour frame buffer device 170x48
[    3.812868] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.812870] i915 0000:00:02.0: registered panic notifier
[    4.808799] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
[    4.808826] brcmfmac: brcmf_c_preinit_dcmds: Retreiving version information failed, -52
[    4.808839] brcmfmac: brcmf_bus_start: failed: -52
[    4.808867] brcmfmac: brcmf_sdio_firmware_callback: dongle is not responding
[    5.562858] cfg80211: Calling CRDA to update world regulatory domain
[    8.715424] cfg80211: Calling CRDA to update world regulatory domain
[   11.860995] cfg80211: Calling CRDA to update world regulatory domain
[   15.010088] cfg80211: Calling CRDA to update world regulatory domain
[   18.155782] cfg80211: Calling CRDA to update world regulatory domain
[   21.301814] cfg80211: Calling CRDA to update world regulatory domain
[   24.448305] cfg80211: Calling CRDA to update world regulatory domain


Thanks,
Michele

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/codecs/rt5645.c             |   2 +
 sound/soc/intel/Kconfig               |  18 ++-
 sound/soc/intel/atom/sst/sst_acpi.c   |   2 +
 sound/soc/intel/boards/Makefile       |   2 +
 sound/soc/intel/boards/bytcr_rt5645.c | 227 ++++++++++++++++++++++++++++++++++
 5 files changed, 249 insertions(+), 2 deletions(-)
 create mode 100644 sound/soc/intel/boards/bytcr_rt5645.c

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 9ce311e..7733659 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3192,6 +3192,7 @@ static const struct regmap_config rt5645_regmap = {
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
 	{ "rt5645", 0 },
+	{ "rt5648", 0 },
 	{ "rt5650", 0 },
 	{ }
 };
@@ -3200,6 +3201,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
 #ifdef CONFIG_ACPI
 static struct acpi_device_id rt5645_acpi_match[] = {
 	{ "10EC5645", 0 },
+	{ "10EC5648", 0 },
 	{ "10EC5650", 0 },
 	{},
 };
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index f3060a4..33d26b9 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -87,14 +87,28 @@ config SND_SOC_INTEL_BROADWELL_MACH
 	  If unsure select "N".
 
 config SND_SOC_INTEL_BYTCR_RT5640_MACH
-	tristate "ASoC Audio DSP Support for MID BYT Platform"
+	tristate "ASoC Audio DSP Support for MID BYT Platform with RT5640 codec"
 	depends on X86 && I2C
 	select SND_SOC_RT5640
 	select SND_SST_MFLD_PLATFORM
 	select SND_SST_IPC_ACPI
 	help
 	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
-          used as alsa device in audio substem in Intel(R) MID devices
+          used as alsa device in audio substem in Intel(R) MID devices coupled with a
+          Realtek RT5640 codec.
+          Say Y if you have such a device
+          If unsure select "N".
+
+config SND_SOC_INTEL_BYTCR_RT5645_MACH
+	tristate "ASoC Audio DSP Support for MID BYT Platform with RT5645 codec"
+	depends on X86 && I2C
+	select SND_SOC_RT5645
+	select SND_SST_MFLD_PLATFORM
+	select SND_SST_IPC_ACPI
+	help
+	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
+          used as alsa device in audio substem in Intel(R) MID devices coupled with a
+          Realtek RT5645 codec.
           Say Y if you have such a device
           If unsure select "N".
 
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index bb19b58..d908758 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -345,6 +345,8 @@ static int sst_acpi_remove(struct platform_device *pdev)
 static struct sst_machines sst_acpi_bytcr[] = {
 	{"10EC5640", "T100", "bytt100_rt5640", NULL, "intel/fw_sst_0f28.bin",
 						&byt_rvp_platform_data },
+	{"10EC5648", "X205", "bytx205_rt5645", NULL, "intel/fw_sst_0f28.bin",
+						&byt_rvp_platform_data },
 	{},
 };
 
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index cb94895..8e71631 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -3,6 +3,7 @@ snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
 snd-soc-sst-broadwell-objs := broadwell.o
 snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
+snd-soc-sst-bytcr-rt5645-objs := bytcr_rt5645.o
 snd-soc-sst-cht-bsw-rt5672-objs := cht_bsw_rt5672.o
 snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o
 snd-soc-sst-cht-bsw-max98090_ti-objs := cht_bsw_max98090_ti.o
@@ -12,6 +13,7 @@ obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
+obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH) += snd-soc-sst-bytcr-rt5645.o
 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH) += snd-soc-sst-cht-bsw-rt5672.o
 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH) += snd-soc-sst-cht-bsw-rt5645.o
 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) += snd-soc-sst-cht-bsw-max98090_ti.o
diff --git a/sound/soc/intel/boards/bytcr_rt5645.c b/sound/soc/intel/boards/bytcr_rt5645.c
new file mode 100644
index 0000000..c64b524
--- /dev/null
+++ b/sound/soc/intel/boards/bytcr_rt5645.c
@@ -0,0 +1,227 @@
+/*
+ *  byt_cr_dpcm_rt5645.c - ASoc Machine driver for Intel Byt CR platform
+ *
+ *  Copyright (C) 2014 Intel Corp
+ *  Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
+ *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; version 2 of the License.
+ *
+ *  This program is distributed in the hope that it will be useful, but
+ *  WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  General Public License for more details.
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ */
+
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/device.h>
+#include <linux/slab.h>
+#include <linux/input.h>
+#include <sound/pcm.h>
+#include <sound/pcm_params.h>
+#include <sound/soc.h>
+#include "../../codecs/rt5645.h"
+#include "../atom/sst-atom-controls.h"
+
+static const struct snd_soc_dapm_widget byt_dapm_widgets[] = {
+	SND_SOC_DAPM_HP("Headphone", NULL),
+	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Int Mic", NULL),
+	SND_SOC_DAPM_SPK("Ext Spk", NULL),
+};
+
+static const struct snd_soc_dapm_route byt_audio_map[] = {
+	{"IN2P", NULL, "Headset Mic"},
+	{"IN2N", NULL, "Headset Mic"},
+	{"Headset Mic", NULL, "MICBIAS1"},
+	{"IN1P", NULL, "MICBIAS1"},
+	{"LDO2", NULL, "Int Mic"},
+	{"Headphone", NULL, "HPOL"},
+	{"Headphone", NULL, "HPOR"},
+	{"Ext Spk", NULL, "SPOLP"},
+	{"Ext Spk", NULL, "SPOLN"},
+	{"Ext Spk", NULL, "SPORP"},
+	{"Ext Spk", NULL, "SPORN"},
+
+	{"AIF1 Playback", NULL, "ssp2 Tx"},
+	{"ssp2 Tx", NULL, "codec_out0"},
+	{"ssp2 Tx", NULL, "codec_out1"},
+	{"codec_in0", NULL, "ssp2 Rx"},
+	{"codec_in1", NULL, "ssp2 Rx"},
+	{"ssp2 Rx", NULL, "AIF1 Capture"},
+};
+
+static const struct snd_kcontrol_new byt_mc_controls[] = {
+	SOC_DAPM_PIN_SWITCH("Headphone"),
+	SOC_DAPM_PIN_SWITCH("Headset Mic"),
+	SOC_DAPM_PIN_SWITCH("Int Mic"),
+	SOC_DAPM_PIN_SWITCH("Ext Spk"),
+};
+
+static int byt_aif1_hw_params(struct snd_pcm_substream *substream,
+					struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->codec_dai;
+	int ret;
+
+	snd_soc_dai_set_bclk_ratio(codec_dai, 50);
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
+				     params_rate(params) * 512,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		dev_err(rtd->dev, "can't set codec clock %d\n", ret);
+		return ret;
+	}
+
+	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
+				  params_rate(params) * 50,
+				  params_rate(params) * 512);
+	if (ret < 0) {
+		dev_err(rtd->dev, "can't set codec pll: %d\n", ret);
+		return ret;
+	}
+
+	return 0;
+}
+
+static const struct snd_soc_pcm_stream byt_dai_params = {
+	.formats = SNDRV_PCM_FMTBIT_S24_LE,
+	.rate_min = 48000,
+	.rate_max = 48000,
+	.channels_min = 2,
+	.channels_max = 2,
+};
+
+static int byt_codec_fixup(struct snd_soc_pcm_runtime *rtd,
+			    struct snd_pcm_hw_params *params)
+{
+	struct snd_interval *rate = hw_param_interval(params,
+			SNDRV_PCM_HW_PARAM_RATE);
+	struct snd_interval *channels = hw_param_interval(params,
+						SNDRV_PCM_HW_PARAM_CHANNELS);
+
+	/* The DSP will covert the FE rate to 48k, stereo, 24bits */
+	rate->min = rate->max = 48000;
+	channels->min = channels->max = 2;
+
+	/* set SSP2 to 24-bit */
+	params_set_format(params, SNDRV_PCM_FORMAT_S24_LE);
+	return 0;
+}
+
+static unsigned int rates_48000[] = {
+	48000,
+};
+
+static struct snd_pcm_hw_constraint_list constraints_48000 = {
+	.count = ARRAY_SIZE(rates_48000),
+	.list  = rates_48000,
+};
+
+static int byt_aif1_startup(struct snd_pcm_substream *substream)
+{
+	return snd_pcm_hw_constraint_list(substream->runtime, 0,
+			SNDRV_PCM_HW_PARAM_RATE,
+			&constraints_48000);
+}
+
+static struct snd_soc_ops byt_aif1_ops = {
+	.startup = byt_aif1_startup,
+};
+
+static struct snd_soc_ops byt_be_ssp2_ops = {
+	.hw_params = byt_aif1_hw_params,
+};
+
+static struct snd_soc_dai_link byt_dailink[] = {
+	[MERR_DPCM_AUDIO] = {
+		.name = "Baytrail Audio Port",
+		.stream_name = "Baytrail Audio",
+		.cpu_dai_name = "media-cpu-dai",
+		.codec_dai_name = "snd-soc-dummy-dai",
+		.codec_name = "snd-soc-dummy",
+		.platform_name = "sst-mfld-platform",
+		.ignore_suspend = 1,
+		.dynamic = 1,
+		.dpcm_playback = 1,
+		.dpcm_capture = 1,
+		.ops = &byt_aif1_ops,
+	},
+	[MERR_DPCM_COMPR] = {
+		.name = "Baytrail Compressed Port",
+		.stream_name = "Baytrail Compress",
+		.cpu_dai_name = "compress-cpu-dai",
+		.codec_dai_name = "snd-soc-dummy-dai",
+		.codec_name = "snd-soc-dummy",
+		.platform_name = "sst-mfld-platform",
+	},
+		/* back ends */
+	{
+		.name = "SSP2-Codec",
+		.be_id = 1,
+		.cpu_dai_name = "ssp2-port",
+		.platform_name = "sst-mfld-platform",
+		.no_pcm = 1,
+		.codec_dai_name = "rt5645-aif1",
+		.codec_name = "i2c-10EC56458:00",
+		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
+						| SND_SOC_DAIFMT_CBS_CFS,
+		.be_hw_params_fixup = byt_codec_fixup,
+		.ignore_suspend = 1,
+		.dpcm_playback = 1,
+		.dpcm_capture = 1,
+		.ops = &byt_be_ssp2_ops,
+	},
+};
+
+/* SoC card */
+static struct snd_soc_card snd_soc_card_byt = {
+	.name = "baytrailcraudio",
+	.dai_link = byt_dailink,
+	.num_links = ARRAY_SIZE(byt_dailink),
+	.dapm_widgets = byt_dapm_widgets,
+	.num_dapm_widgets = ARRAY_SIZE(byt_dapm_widgets),
+	.dapm_routes = byt_audio_map,
+	.num_dapm_routes = ARRAY_SIZE(byt_audio_map),
+	.controls = byt_mc_controls,
+	.num_controls = ARRAY_SIZE(byt_mc_controls),
+};
+
+static int snd_byt_mc_probe(struct platform_device *pdev)
+{
+	int ret_val = 0;
+
+	/* register the soc card */
+	snd_soc_card_byt.dev = &pdev->dev;
+
+	ret_val = devm_snd_soc_register_card(&pdev->dev, &snd_soc_card_byt);
+	if (ret_val) {
+		dev_err(&pdev->dev, "devm_snd_soc_register_card failed %d\n", ret_val);
+		return ret_val;
+	}
+	platform_set_drvdata(pdev, &snd_soc_card_byt);
+	return ret_val;
+}
+
+static struct platform_driver snd_byt_mc_driver = {
+	.driver = {
+		.name = "bytx205_rt5645",
+		.pm = &snd_soc_pm_ops,
+	},
+	.probe = snd_byt_mc_probe,
+};
+
+module_platform_driver(snd_byt_mc_driver);
+
+MODULE_DESCRIPTION("ASoC Intel(R) Baytrail CR Machine driver");
+MODULE_AUTHOR("Subhransu S. Prusty <subhransu.s.prusty@intel.com>");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:bytx205_rt5645");
-- 
2.4.3

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-15 17:04                               ` Liam Girdwood
  2015-06-16 20:50                                 ` Michele Curti
@ 2015-06-17  6:39                                 ` Jarkko Nikula
  2015-06-23  9:09                                 ` Michele Curti
  2 siblings, 0 replies; 50+ messages in thread
From: Jarkko Nikula @ 2015-06-17  6:39 UTC (permalink / raw)
  To: Liam Girdwood, Michele Curti
  Cc: Takashi Iwai, Bard Liao, Luka Karinja, Koul, Vinod, alsa-devel

Hi

On 06/15/2015 08:04 PM, Liam Girdwood wrote:
> We are also a little suspicious that this laptop is using SSP1 for the
> I2S audio connection to the codec. The bad news is that the FW used by
> this BYT ADSP driver does not support the SSP1 port. It's hard coded to
> use SSP0 (Jarrko, please correct the port numbering if it's wrong).
> There are going to be no further releases of this FW.
>
That firmware is hardcoded for SSP2, i.e. 3rd port and low-pin count 
Baytrail packages have only 2 SSP ports. Obviously machines using those 
variants have to use either SSP0 or SSP1.

Please see pages 29-30 for Baytrail package differences:
https://www-ssl.intel.com/content/www/us/en/processors/atom/atom-z36xxx-z37xxx-datasheet-vol-1.html

-- 
Jarkko
---------------------------------------------------------------------
Intel Finland Oy
Registered Address: PL 281, 00181 Helsinki 
Business Identity Code: 0357606 - 4 
Domiciled in Helsinki 

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-16 20:50                                 ` Michele Curti
@ 2015-06-17  9:16                                   ` Liam Girdwood
  2015-06-17 21:34                                     ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-06-17  9:16 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Koul, Vinod, Nikula,
	Jarkko, Bard Liao

On Tue, 2015-06-16 at 22:50 +0200, Michele Curti wrote:
> On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> > 
> > We are also a little suspicious that this laptop is using SSP1 for the
> > I2S audio connection to the codec. The bad news is that the FW used by
> > this BYT ADSP driver does not support the SSP1 port. It's hard coded to
> > use SSP0 (Jarrko, please correct the port numbering if it's wrong).
> > There are going to be no further releases of this FW.
> > 
> > However, the other upstream BYT ADSP driver from Vinod's team is going
> > to support the other SSP ports. It currently only supports SSP0, but I
> > believe that a new FW will be released soon that will support SSP1.
> > Vinod do you know the new FW release date ?
> > 
> > Michele, can you change your machine driver to use the Vinods BYT DSP
> > PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> > the current FW release from Vinod too. That way you should be ready to
> > integrate the new FW when it is released. Please also CC Vinod on any
> > issues you have getting the FW to boot using the new driver/FW.
> >
> 
> Sure!
> 
> A note, without enabling the config option SND_SOC_INTEL_SST the driver
> will not compile/install but it seems strange because when doing a 
> menuconfig the machine driver option is available even if the 
> SND_SOC_INTEL_SST option is not selcted (I copied the Kconfig part 
> from the SND_SOC_INTEL_BYTCR_RT5640_MACH one).

Is the BYTCR_RT5640 building for you ? This driver family uses the
SND_SST_MFLD_PLATFORM instead of the SND_SOC_INTEL_SST platform.

> 
> So I think I'm missing something...  The two "upstream BYT ADSP drivers"
> are mutually exclusive?  I see mixed outputs like
> [    2.209494] sst-acpi 80860F28:00: No matching ASoC machine driver found
> followed by output of the machine driver that tries to bind cpu and codec 
> dais..

Yes, both BYT ADSP driver are mutually exclusive. They both work with
the same HW but target different FW ABIs and capabilities.

The rest of the questions are best answered by Vinod for his driver.

Liam

> 
> 
> Anyway, no sound cards show up, there are some strange errors about the
> rt5645-aif1 codec dai not registered but dmesg says:
> [    2.415511] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
> 
> 
> I saw:
> [    2.307977] intel_sst_acpi 80860F28:00: Registered IRQ 0x6
> 
> so, in sound/soc/intel/atom/sst/sst_acpi.c I tried to change the
> .acpi_ipc_irq_index to get the expected 0x1D (like with the prevoius 
> driver, or it's a different thing?) and I got:
> 
>  acpi_ipc_irq_index |  Registered IRQ
> --------------------+-----------------
>          0          |        0x1
>          1          |        0x2
>          2          |        0x3
>          3          |        0x4
>          4          |        0x5
>          5          |        0x6
>         0x1c        |   probe failed*
> 
> * = [    2.370344] intel_sst_acpi: probe of 80860F28:00 failed with error -22
> 
> 
> Here the dmesg output (with the default .acpi_ipc_irq_index == 5):
> 
> [    2.209494] sst-acpi 80860F28:00: No matching ASoC machine driver found
> [    2.217914] hidraw: raw HID events driver (C) Jiri Kosina
> [    2.237653] snd-soc-dummy snd-soc-dummy: codec register snd-soc-dummy
> [    2.237667] snd-soc-dummy snd-soc-dummy: ASoC: dai register snd-soc-dummy #1
> [    2.237674] snd-soc-dummy snd-soc-dummy: ASoC: Registered DAI 'snd-soc-dummy-dai'
> [    2.237679] snd-soc-dummy snd-soc-dummy: ASoC: Registered codec 'snd-soc-dummy'
> [    2.237696] snd-soc-dummy snd-soc-dummy: ASoC: platform register snd-soc-dummy
> [    2.237704] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
> [    2.251378] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
> [    2.255439] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
> [    2.261140] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
> [    2.264403] ACPI: Lid Switch [LID]
> [    2.267688] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
> [    2.270869] ACPI: Power Button [PWRB]
> [    2.274188] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
> [    2.277421] ACPI: Sleep Button [SLPB]
> [    2.282078] intel_sst_acpi 80860F28:00: for 80860F28
> [    2.285618] intel_sst_acpi 80860F28:00: ACPI device id: 80860f28
> [    2.285739] sst-mfld-platform sst-mfld-platform: ASoC: platform register sst-mfld-platform
> [    2.285750] sst-mfld-platform sst-mfld-platform: ASoC: Registered platform 'sst-mfld-platform'
> [    2.285757] sst-mfld-platform sst-mfld-platform: ASoC: dai register sst-mfld-platform #5
> [    2.285763] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'media-cpu-dai'
> [    2.285769] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'compress-cpu-dai'
> [    2.285774] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp0-port'
> [    2.285779] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp1-port'
> [    2.285785] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp2-port'
> [    2.285863] intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
> [    2.289110] intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
> [    2.292291] intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
> [    2.295391] intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
> [    2.298497] intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
> [    2.301611] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
> [    2.304776] intel_sst_acpi 80860F28:00: Got drv data max stream 25
> [    2.307977] intel_sst_acpi 80860F28:00: Registered IRQ 0x6
> [    2.307986] intel_sst_acpi 80860F28:00: Requesting FW intel/fw_sst_0f28.bin now...
> [    2.308001] intel_sst_acpi 80860F28:00: registering device Intel(R) SST LPE
> [    2.309138] intel_sst_acpi 80860F28:00: LPE is already in RESET state, No action
> [    2.309514] [Firmware Bug]: No valid trip found
> [    2.315662] wmi: Mapper loaded
> [    2.325338] intel_sst_acpi 80860F28:00: Enter
> [    2.325347] intel_sst_acpi 80860F28:00: Request Fw completed
> [    2.325739] intel_sst_acpi 80860F28:00: copied fw to ffff88007ac00000
> [    2.325748] intel_sst_acpi 80860F28:00: phys: 7ac00000
> [    2.325786] ACPI: Battery Slot [BATC] (battery present)
> [    2.326231] intel_sst_acpi 80860F28:00: Enter
> [    2.326236] intel_sst_acpi 80860F28:00: header sign=$SST\xffffff86\xffffffdf	 size=9df86 modules=1 fmt=100 size=20
> [    2.326240] intel_sst_acpi 80860F28:00: module sign $SSTr\xffffffdf	 size 9df72 blocks 13 type ffff
> [    2.326242] intel_sst_acpi 80860F28:00: module entrypoint 0x0
> [    2.336296] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
> [    2.340218] mei_txe 0000:00:1a.0: PCI INT A: no GSI
> [    2.353258] media: Linux media interface: v0.10
> [    2.357097] input: PC Speaker as /devices/platform/pcspkr/input/input3
> [    2.370554] [drm] Initialized drm 1.1.0 20060810
> [    2.394018] Linux video capture interface: v2.00
> [    2.410811] cfg80211: Calling CRDA to update world regulatory domain
> [    2.415491] rt5645 i2c-10EC5648:00: codec register i2c-10EC5648:00
> [    2.415505] rt5645 i2c-10EC5648:00: ASoC: dai register i2c-10EC5648:00 #2
> [    2.415511] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
> [    2.415516] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif2'
> [    2.415523] rt5645 i2c-10EC5648:00: ASoC: Registered codec 'i2c-10EC5648:00'
> [    2.440490] SSE version of gcm_enc/dec engaged.
> [    2.462788] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
> [    2.481724] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
> [    2.485443] usbcore: registered new interface driver uvcvideo
> [    2.489754] USB Video Class driver (1.1.1)
> [    2.499264] [drm] Memory usable by graphics device = 2048M
> [    2.499493] Bluetooth: Core ver 2.20
> [    2.499523] NET: Registered protocol family 31
> [    2.499524] Bluetooth: HCI device and connection manager initialized
> [    2.499531] Bluetooth: HCI socket layer initialized
> [    2.499536] Bluetooth: L2CAP socket layer initialized
> [    2.499553] Bluetooth: SCO socket layer initialized
> [    2.520222] checking generic (80000000 410000) vs hw (80000000 10000000)
> [    2.520230] fb: switching to inteldrmfb from EFI VGA
> [    2.523516] Console: switching to colour dummy device 80x25
> [    2.524348] [drm] Replacing VGA console driver
> [    2.525446] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
> [    2.531147] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
> [    2.531165] [drm] Driver supports precise vblank timestamp query.
> [    2.531613] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
> [    2.533301] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> [    2.534844] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
> [    2.537609] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
> [    2.573178] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.573192] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.573199] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.573204] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.573226] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.574971] asus_wmi: ASUS WMI generic driver loaded
> [    2.587049] iTCO_vendor_support: vendor-support=0
> [    2.589084] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
> [    2.589972] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
> [    2.590094] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
> [    2.590955] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.590970] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.590976] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.590982] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.591003] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.593272] asus_wmi: Initialization: 0x1
> [    2.593443] asus_wmi: BIOS WMI version: 7.9
> [    2.593548] asus_wmi: SFUN value: 0x37
> [    2.594575] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [    2.594672] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.594696] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.594705] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.594711] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.594733] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.595441] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
> [    2.595819] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input5
> [    2.598334] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
> [    2.605485] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.605500] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.605507] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.605513] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.605534] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.609178] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
> [    2.609292] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.609308] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.609314] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.609320] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.609341] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.609573] intel_rapl: Found RAPL domain package
> [    2.609588] intel_rapl: Found RAPL domain core
> [    2.613927] asus_wmi: Number of fans: 1
> [    2.619323] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
> [    2.621281] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.621294] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.621300] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.621306] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.621332] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.621559] usbcore: registered new interface driver brcmfmac
> [    2.621904] asus_wmi: Backlight controlled by ACPI video driver
> [    2.623068] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.623087] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.623098] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.623107] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.623129] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.631277] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.631293] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.631299] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.631305] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.631340] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.635502] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    2.677904] random: nonblocking pool is initialized
> [    2.679866] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
> [    2.681810] fbcon: inteldrmfb (fb0) is primary device
> [    2.682880] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
> [    2.683662] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
> [    2.684025] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.684034] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.684038] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.684041] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
> [    2.684043] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.684046] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.684079] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.684083] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.684086] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.684089] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.684092] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.688705] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
> [    2.689046] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input8
> [    2.689335] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
> [    2.689402] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
> [    2.689410] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
> [    2.689413] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP2-Codec at idx 2
> [    2.689416] bytx205_rt5645 bytx205_rt5645: ASoC: CODEC DAI rt5645-aif1 not registered
> [    2.689419] bytx205_rt5645 bytx205_rt5645: devm_snd_soc_register_card failed -517
> [    2.696827] mousedev: PS/2 mouse device common for all mice
> [    3.799072] Console: switching to colour frame buffer device 170x48
> [    3.812868] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
> [    3.812870] i915 0000:00:02.0: registered panic notifier
> [    4.808799] brcmfmac: brcmf_sdio_bus_rxctl: resumed on timeout
> [    4.808826] brcmfmac: brcmf_c_preinit_dcmds: Retreiving version information failed, -52
> [    4.808839] brcmfmac: brcmf_bus_start: failed: -52
> [    4.808867] brcmfmac: brcmf_sdio_firmware_callback: dongle is not responding
> [    5.562858] cfg80211: Calling CRDA to update world regulatory domain
> [    8.715424] cfg80211: Calling CRDA to update world regulatory domain
> [   11.860995] cfg80211: Calling CRDA to update world regulatory domain
> [   15.010088] cfg80211: Calling CRDA to update world regulatory domain
> [   18.155782] cfg80211: Calling CRDA to update world regulatory domain
> [   21.301814] cfg80211: Calling CRDA to update world regulatory domain
> [   24.448305] cfg80211: Calling CRDA to update world regulatory domain
> 
> 
> Thanks,
> Michele
> 
> Signed-off-by: Michele Curti <michele.curti@gmail.com>
> ---
>  sound/soc/codecs/rt5645.c             |   2 +
>  sound/soc/intel/Kconfig               |  18 ++-
>  sound/soc/intel/atom/sst/sst_acpi.c   |   2 +
>  sound/soc/intel/boards/Makefile       |   2 +
>  sound/soc/intel/boards/bytcr_rt5645.c | 227 ++++++++++++++++++++++++++++++++++
>  5 files changed, 249 insertions(+), 2 deletions(-)
>  create mode 100644 sound/soc/intel/boards/bytcr_rt5645.c
> 
> diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
> index 9ce311e..7733659 100644
> --- a/sound/soc/codecs/rt5645.c
> +++ b/sound/soc/codecs/rt5645.c
> @@ -3192,6 +3192,7 @@ static const struct regmap_config rt5645_regmap = {
>  
>  static const struct i2c_device_id rt5645_i2c_id[] = {
>  	{ "rt5645", 0 },
> +	{ "rt5648", 0 },
>  	{ "rt5650", 0 },
>  	{ }
>  };
> @@ -3200,6 +3201,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
>  #ifdef CONFIG_ACPI
>  static struct acpi_device_id rt5645_acpi_match[] = {
>  	{ "10EC5645", 0 },
> +	{ "10EC5648", 0 },
>  	{ "10EC5650", 0 },
>  	{},
>  };
> diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
> index f3060a4..33d26b9 100644
> --- a/sound/soc/intel/Kconfig
> +++ b/sound/soc/intel/Kconfig
> @@ -87,14 +87,28 @@ config SND_SOC_INTEL_BROADWELL_MACH
>  	  If unsure select "N".
>  
>  config SND_SOC_INTEL_BYTCR_RT5640_MACH
> -	tristate "ASoC Audio DSP Support for MID BYT Platform"
> +	tristate "ASoC Audio DSP Support for MID BYT Platform with RT5640 codec"
>  	depends on X86 && I2C
>  	select SND_SOC_RT5640
>  	select SND_SST_MFLD_PLATFORM
>  	select SND_SST_IPC_ACPI
>  	help
>  	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
> -          used as alsa device in audio substem in Intel(R) MID devices
> +          used as alsa device in audio substem in Intel(R) MID devices coupled with a
> +          Realtek RT5640 codec.
> +          Say Y if you have such a device
> +          If unsure select "N".
> +
> +config SND_SOC_INTEL_BYTCR_RT5645_MACH
> +	tristate "ASoC Audio DSP Support for MID BYT Platform with RT5645 codec"
> +	depends on X86 && I2C
> +	select SND_SOC_RT5645
> +	select SND_SST_MFLD_PLATFORM
> +	select SND_SST_IPC_ACPI
> +	help
> +	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
> +          used as alsa device in audio substem in Intel(R) MID devices coupled with a
> +          Realtek RT5645 codec.
>            Say Y if you have such a device
>            If unsure select "N".
>  
> diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
> index bb19b58..d908758 100644
> --- a/sound/soc/intel/atom/sst/sst_acpi.c
> +++ b/sound/soc/intel/atom/sst/sst_acpi.c
> @@ -345,6 +345,8 @@ static int sst_acpi_remove(struct platform_device *pdev)
>  static struct sst_machines sst_acpi_bytcr[] = {
>  	{"10EC5640", "T100", "bytt100_rt5640", NULL, "intel/fw_sst_0f28.bin",
>  						&byt_rvp_platform_data },
> +	{"10EC5648", "X205", "bytx205_rt5645", NULL, "intel/fw_sst_0f28.bin",
> +						&byt_rvp_platform_data },
>  	{},
>  };
>  
> diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
> index cb94895..8e71631 100644
> --- a/sound/soc/intel/boards/Makefile
> +++ b/sound/soc/intel/boards/Makefile
> @@ -3,6 +3,7 @@ snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
>  snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
>  snd-soc-sst-broadwell-objs := broadwell.o
>  snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
> +snd-soc-sst-bytcr-rt5645-objs := bytcr_rt5645.o
>  snd-soc-sst-cht-bsw-rt5672-objs := cht_bsw_rt5672.o
>  snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o
>  snd-soc-sst-cht-bsw-max98090_ti-objs := cht_bsw_max98090_ti.o
> @@ -12,6 +13,7 @@ obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
>  obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
>  obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
>  obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
> +obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH) += snd-soc-sst-bytcr-rt5645.o
>  obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH) += snd-soc-sst-cht-bsw-rt5672.o
>  obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH) += snd-soc-sst-cht-bsw-rt5645.o
>  obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) += snd-soc-sst-cht-bsw-max98090_ti.o
> diff --git a/sound/soc/intel/boards/bytcr_rt5645.c b/sound/soc/intel/boards/bytcr_rt5645.c
> new file mode 100644
> index 0000000..c64b524
> --- /dev/null
> +++ b/sound/soc/intel/boards/bytcr_rt5645.c
> @@ -0,0 +1,227 @@
> +/*
> + *  byt_cr_dpcm_rt5645.c - ASoc Machine driver for Intel Byt CR platform
> + *
> + *  Copyright (C) 2014 Intel Corp
> + *  Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
> + *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + *
> + *  This program is free software; you can redistribute it and/or modify
> + *  it under the terms of the GNU General Public License as published by
> + *  the Free Software Foundation; version 2 of the License.
> + *
> + *  This program is distributed in the hope that it will be useful, but
> + *  WITHOUT ANY WARRANTY; without even the implied warranty of
> + *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> + *  General Public License for more details.
> + *
> + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> + */
> +
> +#include <linux/init.h>
> +#include <linux/module.h>
> +#include <linux/platform_device.h>
> +#include <linux/device.h>
> +#include <linux/slab.h>
> +#include <linux/input.h>
> +#include <sound/pcm.h>
> +#include <sound/pcm_params.h>
> +#include <sound/soc.h>
> +#include "../../codecs/rt5645.h"
> +#include "../atom/sst-atom-controls.h"
> +
> +static const struct snd_soc_dapm_widget byt_dapm_widgets[] = {
> +	SND_SOC_DAPM_HP("Headphone", NULL),
> +	SND_SOC_DAPM_MIC("Headset Mic", NULL),
> +	SND_SOC_DAPM_MIC("Int Mic", NULL),
> +	SND_SOC_DAPM_SPK("Ext Spk", NULL),
> +};
> +
> +static const struct snd_soc_dapm_route byt_audio_map[] = {
> +	{"IN2P", NULL, "Headset Mic"},
> +	{"IN2N", NULL, "Headset Mic"},
> +	{"Headset Mic", NULL, "MICBIAS1"},
> +	{"IN1P", NULL, "MICBIAS1"},
> +	{"LDO2", NULL, "Int Mic"},
> +	{"Headphone", NULL, "HPOL"},
> +	{"Headphone", NULL, "HPOR"},
> +	{"Ext Spk", NULL, "SPOLP"},
> +	{"Ext Spk", NULL, "SPOLN"},
> +	{"Ext Spk", NULL, "SPORP"},
> +	{"Ext Spk", NULL, "SPORN"},
> +
> +	{"AIF1 Playback", NULL, "ssp2 Tx"},
> +	{"ssp2 Tx", NULL, "codec_out0"},
> +	{"ssp2 Tx", NULL, "codec_out1"},
> +	{"codec_in0", NULL, "ssp2 Rx"},
> +	{"codec_in1", NULL, "ssp2 Rx"},
> +	{"ssp2 Rx", NULL, "AIF1 Capture"},
> +};
> +
> +static const struct snd_kcontrol_new byt_mc_controls[] = {
> +	SOC_DAPM_PIN_SWITCH("Headphone"),
> +	SOC_DAPM_PIN_SWITCH("Headset Mic"),
> +	SOC_DAPM_PIN_SWITCH("Int Mic"),
> +	SOC_DAPM_PIN_SWITCH("Ext Spk"),
> +};
> +
> +static int byt_aif1_hw_params(struct snd_pcm_substream *substream,
> +					struct snd_pcm_hw_params *params)
> +{
> +	struct snd_soc_pcm_runtime *rtd = substream->private_data;
> +	struct snd_soc_dai *codec_dai = rtd->codec_dai;
> +	int ret;
> +
> +	snd_soc_dai_set_bclk_ratio(codec_dai, 50);
> +
> +	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
> +				     params_rate(params) * 512,
> +				     SND_SOC_CLOCK_IN);
> +	if (ret < 0) {
> +		dev_err(rtd->dev, "can't set codec clock %d\n", ret);
> +		return ret;
> +	}
> +
> +	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
> +				  params_rate(params) * 50,
> +				  params_rate(params) * 512);
> +	if (ret < 0) {
> +		dev_err(rtd->dev, "can't set codec pll: %d\n", ret);
> +		return ret;
> +	}
> +
> +	return 0;
> +}
> +
> +static const struct snd_soc_pcm_stream byt_dai_params = {
> +	.formats = SNDRV_PCM_FMTBIT_S24_LE,
> +	.rate_min = 48000,
> +	.rate_max = 48000,
> +	.channels_min = 2,
> +	.channels_max = 2,
> +};
> +
> +static int byt_codec_fixup(struct snd_soc_pcm_runtime *rtd,
> +			    struct snd_pcm_hw_params *params)
> +{
> +	struct snd_interval *rate = hw_param_interval(params,
> +			SNDRV_PCM_HW_PARAM_RATE);
> +	struct snd_interval *channels = hw_param_interval(params,
> +						SNDRV_PCM_HW_PARAM_CHANNELS);
> +
> +	/* The DSP will covert the FE rate to 48k, stereo, 24bits */
> +	rate->min = rate->max = 48000;
> +	channels->min = channels->max = 2;
> +
> +	/* set SSP2 to 24-bit */
> +	params_set_format(params, SNDRV_PCM_FORMAT_S24_LE);
> +	return 0;
> +}
> +
> +static unsigned int rates_48000[] = {
> +	48000,
> +};
> +
> +static struct snd_pcm_hw_constraint_list constraints_48000 = {
> +	.count = ARRAY_SIZE(rates_48000),
> +	.list  = rates_48000,
> +};
> +
> +static int byt_aif1_startup(struct snd_pcm_substream *substream)
> +{
> +	return snd_pcm_hw_constraint_list(substream->runtime, 0,
> +			SNDRV_PCM_HW_PARAM_RATE,
> +			&constraints_48000);
> +}
> +
> +static struct snd_soc_ops byt_aif1_ops = {
> +	.startup = byt_aif1_startup,
> +};
> +
> +static struct snd_soc_ops byt_be_ssp2_ops = {
> +	.hw_params = byt_aif1_hw_params,
> +};
> +
> +static struct snd_soc_dai_link byt_dailink[] = {
> +	[MERR_DPCM_AUDIO] = {
> +		.name = "Baytrail Audio Port",
> +		.stream_name = "Baytrail Audio",
> +		.cpu_dai_name = "media-cpu-dai",
> +		.codec_dai_name = "snd-soc-dummy-dai",
> +		.codec_name = "snd-soc-dummy",
> +		.platform_name = "sst-mfld-platform",
> +		.ignore_suspend = 1,
> +		.dynamic = 1,
> +		.dpcm_playback = 1,
> +		.dpcm_capture = 1,
> +		.ops = &byt_aif1_ops,
> +	},
> +	[MERR_DPCM_COMPR] = {
> +		.name = "Baytrail Compressed Port",
> +		.stream_name = "Baytrail Compress",
> +		.cpu_dai_name = "compress-cpu-dai",
> +		.codec_dai_name = "snd-soc-dummy-dai",
> +		.codec_name = "snd-soc-dummy",
> +		.platform_name = "sst-mfld-platform",
> +	},
> +		/* back ends */
> +	{
> +		.name = "SSP2-Codec",
> +		.be_id = 1,
> +		.cpu_dai_name = "ssp2-port",
> +		.platform_name = "sst-mfld-platform",
> +		.no_pcm = 1,
> +		.codec_dai_name = "rt5645-aif1",
> +		.codec_name = "i2c-10EC56458:00",
> +		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
> +						| SND_SOC_DAIFMT_CBS_CFS,
> +		.be_hw_params_fixup = byt_codec_fixup,
> +		.ignore_suspend = 1,
> +		.dpcm_playback = 1,
> +		.dpcm_capture = 1,
> +		.ops = &byt_be_ssp2_ops,
> +	},
> +};
> +
> +/* SoC card */
> +static struct snd_soc_card snd_soc_card_byt = {
> +	.name = "baytrailcraudio",
> +	.dai_link = byt_dailink,
> +	.num_links = ARRAY_SIZE(byt_dailink),
> +	.dapm_widgets = byt_dapm_widgets,
> +	.num_dapm_widgets = ARRAY_SIZE(byt_dapm_widgets),
> +	.dapm_routes = byt_audio_map,
> +	.num_dapm_routes = ARRAY_SIZE(byt_audio_map),
> +	.controls = byt_mc_controls,
> +	.num_controls = ARRAY_SIZE(byt_mc_controls),
> +};
> +
> +static int snd_byt_mc_probe(struct platform_device *pdev)
> +{
> +	int ret_val = 0;
> +
> +	/* register the soc card */
> +	snd_soc_card_byt.dev = &pdev->dev;
> +
> +	ret_val = devm_snd_soc_register_card(&pdev->dev, &snd_soc_card_byt);
> +	if (ret_val) {
> +		dev_err(&pdev->dev, "devm_snd_soc_register_card failed %d\n", ret_val);
> +		return ret_val;
> +	}
> +	platform_set_drvdata(pdev, &snd_soc_card_byt);
> +	return ret_val;
> +}
> +
> +static struct platform_driver snd_byt_mc_driver = {
> +	.driver = {
> +		.name = "bytx205_rt5645",
> +		.pm = &snd_soc_pm_ops,
> +	},
> +	.probe = snd_byt_mc_probe,
> +};
> +
> +module_platform_driver(snd_byt_mc_driver);
> +
> +MODULE_DESCRIPTION("ASoC Intel(R) Baytrail CR Machine driver");
> +MODULE_AUTHOR("Subhransu S. Prusty <subhransu.s.prusty@intel.com>");
> +MODULE_LICENSE("GPL v2");
> +MODULE_ALIAS("platform:bytx205_rt5645");

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-17  9:16                                   ` Liam Girdwood
@ 2015-06-17 21:34                                     ` Michele Curti
  2015-06-18 11:14                                       ` Vinod Koul
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-17 21:34 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Koul, Vinod, Nikula,
	Jarkko, Bard Liao

On Wed, Jun 17, 2015 at 10:16:15AM +0100, Liam Girdwood wrote:
> On Tue, 2015-06-16 at 22:50 +0200, Michele Curti wrote:
> > On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> > > 
> > > We are also a little suspicious that this laptop is using SSP1 for the
> > > I2S audio connection to the codec. The bad news is that the FW used by
> > > this BYT ADSP driver does not support the SSP1 port. It's hard coded to
> > > use SSP0 (Jarrko, please correct the port numbering if it's wrong).
> > > There are going to be no further releases of this FW.
> > > 
> > > However, the other upstream BYT ADSP driver from Vinod's team is going
> > > to support the other SSP ports. It currently only supports SSP0, but I
> > > believe that a new FW will be released soon that will support SSP1.
> > > Vinod do you know the new FW release date ?
> > > 
> > > Michele, can you change your machine driver to use the Vinods BYT DSP
> > > PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> > > the current FW release from Vinod too. That way you should be ready to
> > > integrate the new FW when it is released. Please also CC Vinod on any
> > > issues you have getting the FW to boot using the new driver/FW.
> > >
> > 
> > Sure!
> > 
> > A note, without enabling the config option SND_SOC_INTEL_SST the driver
> > will not compile/install but it seems strange because when doing a 
> > menuconfig the machine driver option is available even if the 
> > SND_SOC_INTEL_SST option is not selcted (I copied the Kconfig part 
> > from the SND_SOC_INTEL_BYTCR_RT5640_MACH one).
> 
> Is the BYTCR_RT5640 building for you ? This driver family uses the
> SND_SST_MFLD_PLATFORM instead of the SND_SOC_INTEL_SST platform.

Mmmh.. indeed no.. I tried with a clean linux-next, doing a make clean and
selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH option using menuconfig:

[zio@asus linux-next]$ grep BYTCR_RT5640 .config
CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
[zio@asus linux-next]$ grep SND_SST_MFLD_PLATFORM .config
CONFIG_SND_SST_MFLD_PLATFORM=m
[zio@asus linux-next]$ 

But when I do a make the driver don't compile

[zio@asus linux-next]$ ls sound/soc/intel/boards/*.o
ls: cannot access sound/soc/intel/boards/*.o: No such file or directory

And when I do a make install the only (sound) installed modules are

  INSTALL sound/core/snd-compress.ko
  INSTALL sound/core/snd-pcm.ko
  INSTALL sound/core/snd-timer.ko
  INSTALL sound/core/snd.ko
  INSTALL sound/soc/codecs/snd-soc-rl6231.ko
  INSTALL sound/soc/codecs/snd-soc-rt5640.ko
  INSTALL sound/soc/intel/atom/snd-soc-sst-mfld-platform.ko
  INSTALL sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
  INSTALL sound/soc/intel/atom/sst/snd-intel-sst-core.ko
  INSTALL sound/soc/snd-soc-core.ko
  INSTALL sound/soundcore.ko
  DEPMOD  4.1.0-rc8-next-20150617-asus

> 
> > 
> > So I think I'm missing something...  The two "upstream BYT ADSP drivers"
> > are mutually exclusive?  I see mixed outputs like
> > [    2.209494] sst-acpi 80860F28:00: No matching ASoC machine driver found
> > followed by output of the machine driver that tries to bind cpu and codec 
> > dais..
> 
> Yes, both BYT ADSP driver are mutually exclusive. They both work with
> the same HW but target different FW ABIs and capabilities.
>

Ok, thanks!

So now I'll disable the SND_SOC_INTEL_SST option and will try to get the
machine driver compile and install ;)

Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-17 21:34                                     ` Michele Curti
@ 2015-06-18 11:14                                       ` Vinod Koul
  2015-06-18 18:47                                         ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Vinod Koul @ 2015-06-18 11:14 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Wed, Jun 17, 2015 at 11:34:10PM +0200, Michele Curti wrote:
> On Wed, Jun 17, 2015 at 10:16:15AM +0100, Liam Girdwood wrote:
> > On Tue, 2015-06-16 at 22:50 +0200, Michele Curti wrote:
> > > On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> > > > 
> > > > We are also a little suspicious that this laptop is using SSP1 for the
> > > > I2S audio connection to the codec. The bad news is that the FW used by
> > > > this BYT ADSP driver does not support the SSP1 port. It's hard coded to
> > > > use SSP0 (Jarrko, please correct the port numbering if it's wrong).
> > > > There are going to be no further releases of this FW.
> > > > 
> > > > However, the other upstream BYT ADSP driver from Vinod's team is going
> > > > to support the other SSP ports. It currently only supports SSP0, but I
> > > > believe that a new FW will be released soon that will support SSP1.
> > > > Vinod do you know the new FW release date ?
> > > > 
> > > > Michele, can you change your machine driver to use the Vinods BYT DSP
> > > > PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> > > > the current FW release from Vinod too. That way you should be ready to
> > > > integrate the new FW when it is released. Please also CC Vinod on any
> > > > issues you have getting the FW to boot using the new driver/FW.
> > > >
> > > 
> > > Sure!
> > > 
> > > A note, without enabling the config option SND_SOC_INTEL_SST the driver
> > > will not compile/install but it seems strange because when doing a 
> > > menuconfig the machine driver option is available even if the 
> > > SND_SOC_INTEL_SST option is not selcted (I copied the Kconfig part 
> > > from the SND_SOC_INTEL_BYTCR_RT5640_MACH one).
Only selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH should do, rest is auto
selected

> > 
> > Is the BYTCR_RT5640 building for you ? This driver family uses the
> > SND_SST_MFLD_PLATFORM instead of the SND_SOC_INTEL_SST platform.
> 
> Mmmh.. indeed no.. I tried with a clean linux-next, doing a make clean and
> selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH option using menuconfig:
> 
> [zio@asus linux-next]$ grep BYTCR_RT5640 .config
> CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
> [zio@asus linux-next]$ grep SND_SST_MFLD_PLATFORM .config
> CONFIG_SND_SST_MFLD_PLATFORM=m
> [zio@asus linux-next]$ 
> 
> But when I do a make the driver don't compile
> 
> [zio@asus linux-next]$ ls sound/soc/intel/boards/*.o
> ls: cannot access sound/soc/intel/boards/*.o: No such file or directory
> 
> And when I do a make install the only (sound) installed modules are
> 
>   INSTALL sound/core/snd-compress.ko
>   INSTALL sound/core/snd-pcm.ko
>   INSTALL sound/core/snd-timer.ko
>   INSTALL sound/core/snd.ko
>   INSTALL sound/soc/codecs/snd-soc-rl6231.ko
>   INSTALL sound/soc/codecs/snd-soc-rt5640.ko
>   INSTALL sound/soc/intel/atom/snd-soc-sst-mfld-platform.ko
>   INSTALL sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
>   INSTALL sound/soc/intel/atom/sst/snd-intel-sst-core.ko
>   INSTALL sound/soc/snd-soc-core.ko
>   INSTALL sound/soundcore.ko
>   DEPMOD  4.1.0-rc8-next-20150617-asus
I am using Marks next

$ grep BYTCR_RT5640 .config
CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
$ grep SND_SST_MFLD_PLATFORM .config
CONFIG_SND_SST_MFLD_PLATFORM=m
$ ls sound/soc/intel/boards/*.o
sound/soc/intel/boards/built-in.o      sound/soc/intel/boards/skl_rt286.o
sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o
sound/soc/intel/boards/bytcr_rt5640.o
sound/soc/intel/boards/snd-soc-skl_rt286.o

So these did get built for me

-- 
~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-18 11:14                                       ` Vinod Koul
@ 2015-06-18 18:47                                         ` Michele Curti
  2015-06-19  7:54                                           ` Vinod Koul
  0 siblings, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-18 18:47 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Thu, Jun 18, 2015 at 04:44:51PM +0530, Vinod Koul wrote:
> On Wed, Jun 17, 2015 at 11:34:10PM +0200, Michele Curti wrote:
> > On Wed, Jun 17, 2015 at 10:16:15AM +0100, Liam Girdwood wrote:
> > > On Tue, 2015-06-16 at 22:50 +0200, Michele Curti wrote:
> > > > A note, without enabling the config option SND_SOC_INTEL_SST the driver
> > > > will not compile/install but it seems strange because when doing a 
> > > > menuconfig the machine driver option is available even if the 
> > > > SND_SOC_INTEL_SST option is not selcted (I copied the Kconfig part 
> > > > from the SND_SOC_INTEL_BYTCR_RT5640_MACH one).
> Only selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH should do, rest is auto
> selected
> 
> > > 
> > > Is the BYTCR_RT5640 building for you ? This driver family uses the
> > > SND_SST_MFLD_PLATFORM instead of the SND_SOC_INTEL_SST platform.
> > 
> > Mmmh.. indeed no.. I tried with a clean linux-next, doing a make clean and
> > selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH option using menuconfig:
> > 
> > [zio@asus linux-next]$ grep BYTCR_RT5640 .config
> > CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
> > [zio@asus linux-next]$ grep SND_SST_MFLD_PLATFORM .config
> > CONFIG_SND_SST_MFLD_PLATFORM=m
> > [zio@asus linux-next]$ 
> > 
> > But when I do a make the driver don't compile
> > 
> > [zio@asus linux-next]$ ls sound/soc/intel/boards/*.o
> > ls: cannot access sound/soc/intel/boards/*.o: No such file or directory
> > 
> > And when I do a make install the only (sound) installed modules are
> > 
> >   INSTALL sound/core/snd-compress.ko
> >   INSTALL sound/core/snd-pcm.ko
> >   INSTALL sound/core/snd-timer.ko
> >   INSTALL sound/core/snd.ko
> >   INSTALL sound/soc/codecs/snd-soc-rl6231.ko
> >   INSTALL sound/soc/codecs/snd-soc-rt5640.ko
> >   INSTALL sound/soc/intel/atom/snd-soc-sst-mfld-platform.ko
> >   INSTALL sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
> >   INSTALL sound/soc/intel/atom/sst/snd-intel-sst-core.ko
> >   INSTALL sound/soc/snd-soc-core.ko
> >   INSTALL sound/soundcore.ko
> >   DEPMOD  4.1.0-rc8-next-20150617-asus
> I am using Marks next
> 
> $ grep BYTCR_RT5640 .config
> CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
> $ grep SND_SST_MFLD_PLATFORM .config
> CONFIG_SND_SST_MFLD_PLATFORM=m
> $ ls sound/soc/intel/boards/*.o
> sound/soc/intel/boards/built-in.o      sound/soc/intel/boards/skl_rt286.o
> sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o
> sound/soc/intel/boards/bytcr_rt5640.o
> sound/soc/intel/boards/snd-soc-skl_rt286.o
> 
> So these did get built for me
> 

Mh, maybe the CONFIG_SND_SOC_INTEL_SST is selected?

I'm looking at the sound/soc/intel/Makefile content:

# Core support
obj-$(CONFIG_SND_SOC_INTEL_SST) += common/

# Platform Support
obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/

# Machine support
obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/

Does this last line mean that nothing under the 'boards' folder will 
compile if the CONFIG_SND_SOC_INTEL_SST option is not enabled?

Tried to replace the line with
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += boards/
and the machine driver builds and installs

I'll try to add a CONFIG_SND_SOC_INTEL_BOARDS selected by both
CONFIG_SND_SOC_INTEL_SST and CONFIG_SND_SST_MFLD_PLATFORM :)

Thanks,
Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-18 18:47                                         ` Michele Curti
@ 2015-06-19  7:54                                           ` Vinod Koul
  2015-06-19  8:12                                             ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Vinod Koul @ 2015-06-19  7:54 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Thu, Jun 18, 2015 at 08:47:40PM +0200, Michele Curti wrote:
> On Thu, Jun 18, 2015 at 04:44:51PM +0530, Vinod Koul wrote:
> > On Wed, Jun 17, 2015 at 11:34:10PM +0200, Michele Curti wrote:
> > > On Wed, Jun 17, 2015 at 10:16:15AM +0100, Liam Girdwood wrote:
> > > > On Tue, 2015-06-16 at 22:50 +0200, Michele Curti wrote:
> > > > > A note, without enabling the config option SND_SOC_INTEL_SST the driver
> > > > > will not compile/install but it seems strange because when doing a 
> > > > > menuconfig the machine driver option is available even if the 
> > > > > SND_SOC_INTEL_SST option is not selcted (I copied the Kconfig part 
> > > > > from the SND_SOC_INTEL_BYTCR_RT5640_MACH one).
> > Only selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH should do, rest is auto
> > selected
> > 
> > > > 
> > > > Is the BYTCR_RT5640 building for you ? This driver family uses the
> > > > SND_SST_MFLD_PLATFORM instead of the SND_SOC_INTEL_SST platform.
> > > 
> > > Mmmh.. indeed no.. I tried with a clean linux-next, doing a make clean and
> > > selecting the SND_SOC_INTEL_BYTCR_RT5640_MACH option using menuconfig:
> > > 
> > > [zio@asus linux-next]$ grep BYTCR_RT5640 .config
> > > CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
> > > [zio@asus linux-next]$ grep SND_SST_MFLD_PLATFORM .config
> > > CONFIG_SND_SST_MFLD_PLATFORM=m
> > > [zio@asus linux-next]$ 
> > > 
> > > But when I do a make the driver don't compile
> > > 
> > > [zio@asus linux-next]$ ls sound/soc/intel/boards/*.o
> > > ls: cannot access sound/soc/intel/boards/*.o: No such file or directory
> > > 
> > > And when I do a make install the only (sound) installed modules are
> > > 
> > >   INSTALL sound/core/snd-compress.ko
> > >   INSTALL sound/core/snd-pcm.ko
> > >   INSTALL sound/core/snd-timer.ko
> > >   INSTALL sound/core/snd.ko
> > >   INSTALL sound/soc/codecs/snd-soc-rl6231.ko
> > >   INSTALL sound/soc/codecs/snd-soc-rt5640.ko
> > >   INSTALL sound/soc/intel/atom/snd-soc-sst-mfld-platform.ko
> > >   INSTALL sound/soc/intel/atom/sst/snd-intel-sst-acpi.ko
> > >   INSTALL sound/soc/intel/atom/sst/snd-intel-sst-core.ko
> > >   INSTALL sound/soc/snd-soc-core.ko
> > >   INSTALL sound/soundcore.ko
> > >   DEPMOD  4.1.0-rc8-next-20150617-asus
> > I am using Marks next
> > 
> > $ grep BYTCR_RT5640 .config
> > CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
> > $ grep SND_SST_MFLD_PLATFORM .config
> > CONFIG_SND_SST_MFLD_PLATFORM=m
> > $ ls sound/soc/intel/boards/*.o
> > sound/soc/intel/boards/built-in.o      sound/soc/intel/boards/skl_rt286.o
> > sound/soc/intel/boards/snd-soc-sst-bytcr-rt5640.o
> > sound/soc/intel/boards/bytcr_rt5640.o
> > sound/soc/intel/boards/snd-soc-skl_rt286.o
> > 
> > So these did get built for me
> > 
> 
> Mh, maybe the CONFIG_SND_SOC_INTEL_SST is selected?
> 
> I'm looking at the sound/soc/intel/Makefile content:
> 
> # Core support
> obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
> 
> # Platform Support
> obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
> obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
> obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
> 
> # Machine support
> obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
> 
> Does this last line mean that nothing under the 'boards' folder will 
> compile if the CONFIG_SND_SOC_INTEL_SST option is not enabled?
> 
> Tried to replace the line with
> obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += boards/
> and the machine driver builds and installs
> 
> I'll try to add a CONFIG_SND_SOC_INTEL_BOARDS selected by both
> CONFIG_SND_SOC_INTEL_SST and CONFIG_SND_SST_MFLD_PLATFORM :)
Yes you are right, that does cause the issue, we need to get the board to
get included, so I am able to reproduce this.

Also I saw you patch, I dont this we need to add a new symbol as boards is
the one where one should select the machine and allow other symbold to be
auto selected, so better to do this

diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
index 3853ec2ddbc7..6de5d5cd3280 100644
--- a/sound/soc/intel/Makefile
+++ b/sound/soc/intel/Makefile
@@ -7,4 +7,4 @@ obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
 obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/

 # Machine support
-obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
+obj-$(CONFIG_SND_SOC) += boards/

With thhis machine compiles, can you please verify at your end. Also I think
we should remove the prompt for SND_SOC_INTEL_SST, this should be selected
by respective driver

I will send patches to fix all these

Thanks for reporting

-- 
~Vinod

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-19  7:54                                           ` Vinod Koul
@ 2015-06-19  8:12                                             ` Michele Curti
  0 siblings, 0 replies; 50+ messages in thread
From: Michele Curti @ 2015-06-19  8:12 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Fri, Jun 19, 2015 at 01:24:39PM +0530, Vinod Koul wrote:
> On Thu, Jun 18, 2015 at 08:47:40PM +0200, Michele Curti wrote:
> > # Machine support
> > obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
> > 
> > Does this last line mean that nothing under the 'boards' folder will 
> > compile if the CONFIG_SND_SOC_INTEL_SST option is not enabled?
> > 
> > Tried to replace the line with
> > obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += boards/
> > and the machine driver builds and installs
> > 
> > I'll try to add a CONFIG_SND_SOC_INTEL_BOARDS selected by both
> > CONFIG_SND_SOC_INTEL_SST and CONFIG_SND_SST_MFLD_PLATFORM :)
> Yes you are right, that does cause the issue, we need to get the board to
> get included, so I am able to reproduce this.
> 
> Also I saw you patch, I dont this we need to add a new symbol as boards is
> the one where one should select the machine and allow other symbold to be
> auto selected, so better to do this

Yes, much better than mine :p

> 
> diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile
> index 3853ec2ddbc7..6de5d5cd3280 100644
> --- a/sound/soc/intel/Makefile
> +++ b/sound/soc/intel/Makefile
> @@ -7,4 +7,4 @@ obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
>  obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
> 
>  # Machine support
> -obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/
> +obj-$(CONFIG_SND_SOC) += boards/
> 
> With thhis machine compiles, can you please verify at your end. Also I think

Yes, it works, thank you ;)

> we should remove the prompt for SND_SOC_INTEL_SST, this should be selected
> by respective driver
> 
> I will send patches to fix all these
> 
> Thanks for reporting
> 
> -- 
> ~Vinod
> 

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-15 17:04                               ` Liam Girdwood
  2015-06-16 20:50                                 ` Michele Curti
  2015-06-17  6:39                                 ` Jarkko Nikula
@ 2015-06-23  9:09                                 ` Michele Curti
  2015-06-23  9:51                                   ` Liam Girdwood
  2015-06-24 10:21                                   ` Vinod Koul
  2 siblings, 2 replies; 50+ messages in thread
From: Michele Curti @ 2015-06-23  9:09 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Koul, Vinod, Nikula,
	Jarkko, Bard Liao

On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> Michele, can you change your machine driver to use the Vinods BYT DSP
> PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> the current FW release from Vinod too. That way you should be ready to
> integrate the new FW when it is released. Please also CC Vinod on any
> issues you have getting the FW to boot using the new driver/FW.
>

Hi,
an update, thanks to Vinod now the driver compiles enabling only the (new)
CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH option.

The sound card shows up:
[zio@asus ~]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: baytrailcraudio [baytrailcraudio], device 0: Baytrail Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

There are a lot of errors about missing backend dai:
[    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port

dmesg with some debug output enabled:
[    2.198045] snd-soc-dummy snd-soc-dummy: codec register snd-soc-dummy
[    2.198058] snd-soc-dummy snd-soc-dummy: ASoC: dai register snd-soc-dummy #1
[    2.198064] snd-soc-dummy snd-soc-dummy: ASoC: Registered DAI 'snd-soc-dummy-dai'
[    2.198070] snd-soc-dummy snd-soc-dummy: ASoC: Registered codec 'snd-soc-dummy'
[    2.198075] snd-soc-dummy snd-soc-dummy: ASoC: platform register snd-soc-dummy
[    2.198081] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
[    2.200659] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.204484] ACPI: Lid Switch [LID]
[    2.210292] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.214379] ACPI: Power Button [PWRB]
[    2.221387] intel_sst_acpi 80860F28:00: for 80860F28
[    2.223389] intel_sst_acpi 80860F28:00: ACPI device id: 80860f28
[    2.223503] sst-mfld-platform sst-mfld-platform: ASoC: platform register sst-mfld-platform
[    2.223514] sst-mfld-platform sst-mfld-platform: ASoC: Registered platform 'sst-mfld-platform'
[    2.223521] sst-mfld-platform sst-mfld-platform: ASoC: dai register sst-mfld-platform #5
[    2.223527] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'media-cpu-dai'
[    2.223532] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'compress-cpu-dai'
[    2.223537] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp0-port'
[    2.223542] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp1-port'
[    2.223547] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp2-port'
[    2.223621] intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
[    2.226965] intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
[    2.230340] intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
[    2.233631] intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
[    2.236865] intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
[    2.240034] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[    2.240884] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    2.240891] ACPI: Sleep Button [SLPB]
[    2.249534] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[    2.253392] [Firmware Bug]: No valid trip found
[    2.256962] media: Linux media interface: v0.10
[    2.261504] wmi: Mapper loaded
[    2.266609] intel_sst_acpi 80860F28:00: Registered IRQ 0x6
[    2.266619] intel_sst_acpi 80860F28:00: Requesting FW intel/fw_sst_0f28.bin now...
[    2.267746] intel_sst_acpi 80860F28:00: registering device Intel(R) SST LPE
[    2.267792] intel_sst_acpi 80860F28:00: LPE is already in RESET state, No action
[    2.275168] intel_sst_acpi 80860F28:00: Enter
[    2.275177] intel_sst_acpi 80860F28:00: Request Fw completed
[    2.275486] intel_sst_acpi 80860F28:00: copied fw to ffff88007a900000
[    2.275493] intel_sst_acpi 80860F28:00: phys: 7a900000
[    2.275907] intel_sst_acpi 80860F28:00: Enter
[    2.275914] intel_sst_acpi 80860F28:00: header sign=$SST\xffffff86\xffffffdf	 size=9df86 modules=1 fmt=100 size=20
[    2.275920] intel_sst_acpi 80860F28:00: module sign $SSTr\xffffffdf	 size 9df72 blocks 13 type ffff
[    2.275925] intel_sst_acpi 80860F28:00: module entrypoint 0x0
[    2.278703] [drm] Initialized drm 1.1.0 20060810
[    2.278900] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    2.278903] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    2.293372] Linux video capture interface: v2.00
[    2.306515] ACPI: Battery Slot [BATC] (battery present)
[    2.346408] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.356216] rt5645 i2c-10EC5648:00: codec register i2c-10EC5648:00
[    2.356244] rt5645 i2c-10EC5648:00: ASoC: dai register i2c-10EC5648:00 #2
[    2.356251] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
[    2.356257] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif2'
[    2.356263] rt5645 i2c-10EC5648:00: ASoC: Registered codec 'i2c-10EC5648:00'
[    2.378914] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    2.392617] cfg80211: Calling CRDA to update world regulatory domain
[    2.402518] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
[    2.405826] usbcore: registered new interface driver uvcvideo
[    2.409489] USB Video Class driver (1.1.1)
[    2.417281] SSE version of gcm_enc/dec engaged.
[    2.480445] Bluetooth: Core ver 2.20
[    2.483723] NET: Registered protocol family 31
[    2.486857] Bluetooth: HCI device and connection manager initialized
[    2.493490] Bluetooth: HCI socket layer initialized
[    2.497095] Bluetooth: L2CAP socket layer initialized
[    2.500650] Bluetooth: SCO socket layer initialized
[    2.509247] [drm] Memory usable by graphics device = 2048M
[    2.512242] checking generic (80000000 410000) vs hw (80000000 10000000)
[    2.512250] fb: switching to inteldrmfb from EFI VGA
[    2.515466] Console: switching to colour dummy device 80x25
[    2.518207] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.518382] [drm] Replacing VGA console driver
[    2.520674] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.522230] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.523796] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.526625] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.529055] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.529076] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.529082] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP1-Codec at idx 2
[    2.529385] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp2 Tx widget
[    2.529394] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp2 Rx widget
[    2.529401] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp1 Tx widget
[    2.529408] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp1 Rx widget
[    2.529415] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp0 Tx widget
[    2.529420] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp0 Rx widget
[    2.529426] sst-mfld-platform sst-mfld-platform: ASoC: adding Compress Playback widget
[    2.529433] sst-mfld-platform sst-mfld-platform: ASoC: adding Headset Playback widget
[    2.529439] sst-mfld-platform sst-mfld-platform: ASoC: adding Headset Capture widget
[    2.529498] snd-soc-dummy snd-soc-dummy: ASoC: adding Playback widget
[    2.529506] snd-soc-dummy snd-soc-dummy: ASoC: adding Capture widget
[    2.531155] asus_wmi: ASUS WMI generic driver loaded
[    2.533317] iTCO_vendor_support: vendor-support=0
[    2.534266] sst-mfld-platform sst-mfld-platform: widget type=22 name=codec_in0
[    2.534292] sst-mfld-platform sst-mfld-platform: widget type=22 name=codec_in1
[    2.534312] sst-mfld-platform sst-mfld-platform: widget type=23 name=codec_out0
[    2.534340] sst-mfld-platform sst-mfld-platform: widget type=23 name=codec_out1
[    2.534368] sst-mfld-platform sst-mfld-platform: widget type=6 name=media0_in
[    2.534385] sst-mfld-platform sst-mfld-platform: widget type=6 name=media1_in
[    2.534400] sst-mfld-platform sst-mfld-platform: widget type=6 name=media2_in
[    2.534415] sst-mfld-platform sst-mfld-platform: widget type=6 name=media3_in
[    2.534451] sst-mfld-platform sst-mfld-platform: widget type=6 name=media0_out
[    2.534471] sst-mfld-platform sst-mfld-platform: widget type=6 name=media1_out
[    2.534490] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm0_in
[    2.534505] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm1_in
[    2.534519] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm0_out
[    2.534541] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm1_out
[    2.534572] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm2_out
[    2.534596] sst-mfld-platform sst-mfld-platform: widget type=6 name=sprot_loop_in
[    2.534608] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop1_in
[    2.534622] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop2_in
[    2.534636] sst-mfld-platform sst-mfld-platform: widget type=6 name=sprot_loop_out
[    2.534661] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop1_out
[    2.534697] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop2_out
[    2.534727] sst-mfld-platform sst-mfld-platform: widget type=4 name=media0_out mix 0
[    2.534763] sst-mfld-platform sst-mfld-platform: widget type=4 name=media1_out mix 0
[    2.534783] sst-mfld-platform sst-mfld-platform: widget type=4 name=pcm0_out mix 0
[    2.534804] sst-mfld-platform sst-mfld-platform: widget type=4 name=pcm1_out mix 0
[    2.534827] sst-mfld-platform sst-mfld-platform: widget type=4 name=pcm2_out mix 0
[    2.534850] sst-mfld-platform sst-mfld-platform: widget type=4 name=sprot_loop_out mix 0
[    2.534875] sst-mfld-platform sst-mfld-platform: widget type=4 name=media_loop1_out mix 0
[    2.534905] sst-mfld-platform sst-mfld-platform: widget type=4 name=media_loop2_out mix 0
[    2.534934] sst-mfld-platform sst-mfld-platform: widget type=4 name=codec_out0 mix 0
[    2.534962] sst-mfld-platform sst-mfld-platform: widget type=4 name=codec_out1 mix 0
[    2.535181] rt5645 i2c-10EC5648:00: ASoC: adding AIF2 Playback widget
[    2.535192] rt5645 i2c-10EC5648:00: ASoC: adding AIF2 Capture widget
[    2.535199] rt5645 i2c-10EC5648:00: ASoC: adding AIF1 Playback widget
[    2.535205] rt5645 i2c-10EC5648:00: ASoC: adding AIF1 Capture widget
[    2.536951] asus_wmi: Initialization: 0x1
[    2.537106] asus_wmi: BIOS WMI version: 7.9
[    2.537375] asus_wmi: SFUN value: 0x37
[    2.540185] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late -2
[    2.540194] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late -2
[    2.540200] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late -2
[    2.540206] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late -1
[    2.540211] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late -1
[    2.540216] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late -1
[    2.540221] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late 0
[    2.540226] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late 0
[    2.540232] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late 0
[    2.540237] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late 1
[    2.540242] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late 1
[    2.540247] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late 1
[    2.540252] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late 2
[    2.540425] bytx205_rt5645 bytx205_rt5645: ASoC: registered pcm #0 Baytrail Audio (*)
[    2.540458] bytx205_rt5645 bytx205_rt5645: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[    2.540480] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late 2
[    2.540539] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[    2.540555] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late 2
[    2.540635] bytx205_rt5645 bytx205_rt5645: ASoC: registered pcm #2 ((null))
[    2.540642] bytx205_rt5645 bytx205_rt5645: rt5645-aif1 <-> ssp1-port mapping ok
[    2.541070] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.541203] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    2.541602] rt5645 i2c-10EC5648:00: AIF2 Playback -> AIF2RX
[    2.541617] rt5645 i2c-10EC5648:00: AIF2TX -> AIF2 Capture
[    2.541626] rt5645 i2c-10EC5648:00: AIF1 Playback -> AIF1RX
[    2.541635] rt5645 i2c-10EC5648:00: AIF1TX -> AIF1 Capture
[    2.541644]  SSP1-Codec: connected DAI link sst-mfld-platform:ssp1 Tx -> i2c-10EC5648:00:AIF1 Playback
[    2.541649]  SSP1-Codec: connected DAI link i2c-10EC5648:00:AIF1 Capture -> sst-mfld-platform:ssp1 Rx
[    2.541778] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.546368] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
[    2.549984] intel_rapl: Found RAPL domain package
[    2.550004] intel_rapl: Found RAPL domain core
[    2.550559] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.550579] [drm] Driver supports precise vblank timestamp query.
[    2.550605] asus_wmi: Number of fans: 1
[    2.562665] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    2.571771] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    2.572129] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
[    2.582969] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    2.603240] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    2.603874] usbcore: registered new interface driver brcmfmac
[    2.621326] random: nonblocking pool is initialized
[    2.629496] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.656020] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    2.662642] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    2.663158] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input7
[    2.663557] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    2.669058] mousedev: PS/2 mouse device common for all mice
[    2.688871] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.689089] fbcon: inteldrmfb (fb0) is primary device
[    2.689295] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    2.689612] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    3.812671] Console: switching to colour frame buffer device 170x48
[    3.823431] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.823434] i915 0000:00:02.0: registered panic notifier
[    4.785003] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[    4.803337] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    4.904294] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    4.904305] brcmfmac: brcmf_add_if: ignore IF event
[    5.542226] cfg80211: Calling CRDA to update world regulatory domain
[    5.812381] cfg80211: Calling CRDA to update world regulatory domain
[    6.827403] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.827413] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.827419] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.827424] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.827429]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.827433]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.827437]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.827442]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.827522] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.827783]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.827813]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.827818]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.827956]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.827975]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.828253]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.828261]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.828329]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.828361]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.828583]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.828589]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.828650]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.828697]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.828703]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.828710] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.828715] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.828722] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.829961] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.829970] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.829976] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.829981] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.829986]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.829990]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.829994]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.829998]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.830007] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.830260]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.830291]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.830296]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.830432]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.830451]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.830642]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.830648]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.830716]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.830742]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.830954]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.830960]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.831022]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.831068]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.831075]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.831083] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.831088] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.831094] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.837561] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.837571] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.837577] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.837582] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.837587]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.837591]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.837595]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.837599]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.837608] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.838129]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.838168]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.838176]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.838440]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.838481]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.838714]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.838722]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.838885]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.838931]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.839136]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.839143]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.839200]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.839240]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.839247]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.839254] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.839258] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.839265] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.840348] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.840356] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.840362] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.840367] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.840372]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.840376]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.840379]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.840383]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.840392] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.841255]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.841285]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.841290]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.841627]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.841670]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.841886]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.841892]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.842071]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.842116]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.842325]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.842331]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.842396]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.842441]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.842449]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.842457] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.842462] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.842469] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.846232] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.846242] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.846248] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.846253] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.846258]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.846263]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.846266]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.846270]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.846280] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.846528]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.846562]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.846567]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.846710]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.846730]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.846910]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.846915]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.846974]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.846994]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.847098]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.847103]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.847146]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.847191]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.847198]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.847205] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.847210] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.847216] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.847953] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.847962] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.847968] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.847972] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.847978]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.847981]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.847985]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.847989]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.848047] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.848317]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.848351]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.848356]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.848503]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.848529]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.848745]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.848750]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.848820]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.848843]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.849058]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.849064]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.849126]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.849171]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.849177]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.849184] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.849189] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.849196] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.849725] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.849734] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.849740] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.849745] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.849750]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.849754]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.849758]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.849762]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.849770] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.850274]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.850309]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.850314]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.850586]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.850626]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.850855]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.850862]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.851022]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.851067]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.851251]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.851257]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.851309]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.851409]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.851417]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.851427] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.851431] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.851439] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.852020] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.852030] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.852037] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.852043] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.852049]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.852053]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.852058]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.852062]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.852072] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.853057]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.853095]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.853101]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.853429]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.853477]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.853691]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.853697]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.853895]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.853947]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.854172]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.854179]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.854248]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.854295]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.854302]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.854310] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.854316] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.854323] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.855016] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.855025]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.855030]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    6.855037]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.855042]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.855051] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.855189]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.855200]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.855206] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    6.855211] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    6.855216] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.855614] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.855623]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.855627]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    6.855631]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.855636]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.855644] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.855775]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.855783]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.855789] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    6.855794] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    6.855799] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.856210] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.856218]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.856223]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    6.856227]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.856231]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.856240] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.856422]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.856430]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.856436] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    6.856441] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    6.856447] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.856848] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.856856]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.856861]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    6.856865]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.856869]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.856878] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.857452]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.857460]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.857467] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    6.857472] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    6.857477] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.857942] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.857950]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.857954]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    6.857958]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.857962]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.857971] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.858275]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.858310]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.858316]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.858482]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.858504]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.858718]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.858725]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.858800]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.858827]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.859057]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.859064]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.859125]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.859171]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.859178]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.859186] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    6.859191] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    6.859199] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.859701] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.859709]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.859714]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    6.859718]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.859723]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.859732] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.860023]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.860059]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.860065]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.860235]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.860258]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.860485]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.860497]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.860573]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.860599]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.860823]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.860830]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.860896]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.860936]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.860944]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.860952] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    6.860957] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    6.860964] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.861583] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.861592]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    6.861597]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
... snip ...
[    7.192410]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    7.192415]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    7.192419]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    7.192423]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    7.192433] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    7.192955]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    7.192993]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    7.192999]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    7.193295]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.193339]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    7.193535]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    7.193541]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    7.193710]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.193758]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    7.193886]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    7.193892]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    7.193940]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.193986]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.193993]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    7.194002] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    7.194007] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    7.194014] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    7.194528] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    7.194536]  Baytrail Audio Port: ASoC: found 0 audio playback paths
[    7.194541]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid playback route
[    7.194545]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    7.194550]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    7.194592] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    7.195526]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    7.195564]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    7.195885]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.195930]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    7.196127]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    7.196133]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    7.196314]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.196363]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    7.196487]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    7.196493]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    7.196549]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.196597]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    7.196604]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    7.196613] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[    7.196618] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[    7.196624] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    8.698043] cfg80211: Calling CRDA to update world regulatory domain
[    9.498693] intel_sst_acpi 80860F28:00: LPE is already in RESET state, No action
[   11.844228] cfg80211: Calling CRDA to update world regulatory domain
[   11.857334]  Baytrail Audio Port: ASoC: pop wq checking: Playback status: inactive waiting: yes

So, still no sound but there are new things I can play with ^^

Here the patch:

Signed-off-by: Michele Curti <michele.curti@gmail.com>
---
 sound/soc/codecs/rt5645.c             |   2 +
 sound/soc/intel/Kconfig               |  18 ++-
 sound/soc/intel/atom/sst/sst_acpi.c   |   2 +
 sound/soc/intel/boards/Makefile       |   2 +
 sound/soc/intel/boards/bytcr_rt5645.c | 224 ++++++++++++++++++++++++++++++++++
 5 files changed, 246 insertions(+), 2 deletions(-)
 create mode 100644 sound/soc/intel/boards/bytcr_rt5645.c

diff --git a/sound/soc/codecs/rt5645.c b/sound/soc/codecs/rt5645.c
index 9ce311e..7733659 100644
--- a/sound/soc/codecs/rt5645.c
+++ b/sound/soc/codecs/rt5645.c
@@ -3192,6 +3192,7 @@ static const struct regmap_config rt5645_regmap = {
 
 static const struct i2c_device_id rt5645_i2c_id[] = {
 	{ "rt5645", 0 },
+	{ "rt5648", 0 },
 	{ "rt5650", 0 },
 	{ }
 };
@@ -3200,6 +3201,7 @@ MODULE_DEVICE_TABLE(i2c, rt5645_i2c_id);
 #ifdef CONFIG_ACPI
 static struct acpi_device_id rt5645_acpi_match[] = {
 	{ "10EC5645", 0 },
+	{ "10EC5648", 0 },
 	{ "10EC5650", 0 },
 	{},
 };
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index f3060a4..33d26b9 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -87,14 +87,28 @@ config SND_SOC_INTEL_BROADWELL_MACH
 	  If unsure select "N".
 
 config SND_SOC_INTEL_BYTCR_RT5640_MACH
-	tristate "ASoC Audio DSP Support for MID BYT Platform"
+	tristate "ASoC Audio DSP Support for MID BYT Platform with RT5640 codec"
 	depends on X86 && I2C
 	select SND_SOC_RT5640
 	select SND_SST_MFLD_PLATFORM
 	select SND_SST_IPC_ACPI
 	help
 	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
-          used as alsa device in audio substem in Intel(R) MID devices
+          used as alsa device in audio substem in Intel(R) MID devices coupled with a
+          Realtek RT5640 codec.
+          Say Y if you have such a device
+          If unsure select "N".
+
+config SND_SOC_INTEL_BYTCR_RT5645_MACH
+	tristate "ASoC Audio DSP Support for MID BYT Platform with RT5645 codec"
+	depends on X86 && I2C
+	select SND_SOC_RT5645
+	select SND_SST_MFLD_PLATFORM
+	select SND_SST_IPC_ACPI
+	help
+	  This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
+          used as alsa device in audio substem in Intel(R) MID devices coupled with a
+          Realtek RT5645 codec.
           Say Y if you have such a device
           If unsure select "N".
 
diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index bb19b58..d908758 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -345,6 +345,8 @@ static int sst_acpi_remove(struct platform_device *pdev)
 static struct sst_machines sst_acpi_bytcr[] = {
 	{"10EC5640", "T100", "bytt100_rt5640", NULL, "intel/fw_sst_0f28.bin",
 						&byt_rvp_platform_data },
+	{"10EC5648", "X205", "bytx205_rt5645", NULL, "intel/fw_sst_0f28.bin",
+						&byt_rvp_platform_data },
 	{},
 };
 
diff --git a/sound/soc/intel/boards/Makefile b/sound/soc/intel/boards/Makefile
index cb94895..8e71631 100644
--- a/sound/soc/intel/boards/Makefile
+++ b/sound/soc/intel/boards/Makefile
@@ -3,6 +3,7 @@ snd-soc-sst-byt-rt5640-mach-objs := byt-rt5640.o
 snd-soc-sst-byt-max98090-mach-objs := byt-max98090.o
 snd-soc-sst-broadwell-objs := broadwell.o
 snd-soc-sst-bytcr-rt5640-objs := bytcr_rt5640.o
+snd-soc-sst-bytcr-rt5645-objs := bytcr_rt5645.o
 snd-soc-sst-cht-bsw-rt5672-objs := cht_bsw_rt5672.o
 snd-soc-sst-cht-bsw-rt5645-objs := cht_bsw_rt5645.o
 snd-soc-sst-cht-bsw-max98090_ti-objs := cht_bsw_max98090_ti.o
@@ -12,6 +13,7 @@ obj-$(CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH) += snd-soc-sst-byt-rt5640-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH) += snd-soc-sst-byt-max98090-mach.o
 obj-$(CONFIG_SND_SOC_INTEL_BROADWELL_MACH) += snd-soc-sst-broadwell.o
 obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH) += snd-soc-sst-bytcr-rt5640.o
+obj-$(CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH) += snd-soc-sst-bytcr-rt5645.o
 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH) += snd-soc-sst-cht-bsw-rt5672.o
 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_RT5645_MACH) += snd-soc-sst-cht-bsw-rt5645.o
 obj-$(CONFIG_SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH) += snd-soc-sst-cht-bsw-max98090_ti.o
diff --git a/sound/soc/intel/boards/bytcr_rt5645.c b/sound/soc/intel/boards/bytcr_rt5645.c
new file mode 100644
index 0000000..9890d7b
--- /dev/null
+++ b/sound/soc/intel/boards/bytcr_rt5645.c
@@ -0,0 +1,224 @@
+/*
+ *  byt_cr_dpcm_rt5645.c - ASoc Machine driver for Intel Byt CR platform
+ *
+ *  Copyright (C) 2014 Intel Corp
+ *  Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
+ *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License as published by
+ *  the Free Software Foundation; version 2 of the License.
+ *
+ *  This program is distributed in the hope that it will be useful, but
+ *  WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ *  General Public License for more details.
+ *
+ * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ */
+
+#include <linux/init.h>
+#include <linux/module.h>
+#include <linux/platform_device.h>
+#include <linux/device.h>
+#include <linux/slab.h>
+#include <linux/input.h>
+#include <sound/pcm.h>
+#include <sound/pcm_params.h>
+#include <sound/soc.h>
+#include "../../codecs/rt5645.h"
+#include "../atom/sst-atom-controls.h"
+
+static const struct snd_soc_dapm_widget byt_dapm_widgets[] = {
+	SND_SOC_DAPM_HP("Headphone", NULL),
+	SND_SOC_DAPM_MIC("Headset Mic", NULL),
+	SND_SOC_DAPM_MIC("Int Mic", NULL),
+	SND_SOC_DAPM_SPK("Ext Spk", NULL),
+};
+
+static const struct snd_soc_dapm_route byt_audio_map[] = {
+	{"IN1P", NULL, "Headset Mic"},
+	{"IN1N", NULL, "Headset Mic"},
+	{"DMIC L1", NULL, "Int Mic"},
+	{"DMIC R1", NULL, "Int Mic"},
+	{"Headphone", NULL, "HPOL"},
+	{"Headphone", NULL, "HPOR"},
+	{"Ext Spk", NULL, "SPOL"},
+	{"Ext Spk", NULL, "SPOR"},
+
+	{"AIF1 Playback", NULL, "ssp1 Tx"},
+	{"ssp1 Tx", NULL, "codec_out0"},
+	{"ssp1 Tx", NULL, "codec_out1"},
+	{"codec_in0", NULL, "ssp1 Rx"},
+	{"codec_in1", NULL, "ssp1 Rx"},
+	{"ssp1 Rx", NULL, "AIF1 Capture"},
+};
+
+static const struct snd_kcontrol_new byt_mc_controls[] = {
+	SOC_DAPM_PIN_SWITCH("Headphone"),
+	SOC_DAPM_PIN_SWITCH("Headset Mic"),
+	SOC_DAPM_PIN_SWITCH("Int Mic"),
+	SOC_DAPM_PIN_SWITCH("Ext Spk"),
+};
+
+static int byt_aif1_hw_params(struct snd_pcm_substream *substream,
+					struct snd_pcm_hw_params *params)
+{
+	struct snd_soc_pcm_runtime *rtd = substream->private_data;
+	struct snd_soc_dai *codec_dai = rtd->codec_dai;
+	int ret;
+
+	snd_soc_dai_set_bclk_ratio(codec_dai, 50);
+
+	ret = snd_soc_dai_set_sysclk(codec_dai, RT5645_SCLK_S_PLL1,
+				     params_rate(params) * 512,
+				     SND_SOC_CLOCK_IN);
+	if (ret < 0) {
+		dev_err(rtd->dev, "can't set codec clock %d\n", ret);
+		return ret;
+	}
+
+	ret = snd_soc_dai_set_pll(codec_dai, 0, RT5645_PLL1_S_BCLK1,
+				  params_rate(params) * 50,
+				  params_rate(params) * 512);
+	if (ret < 0) {
+		dev_err(rtd->dev, "can't set codec pll: %d\n", ret);
+		return ret;
+	}
+
+	return 0;
+}
+
+static const struct snd_soc_pcm_stream byt_dai_params = {
+	.formats = SNDRV_PCM_FMTBIT_S24_LE,
+	.rate_min = 48000,
+	.rate_max = 48000,
+	.channels_min = 2,
+	.channels_max = 2,
+};
+
+static int byt_codec_fixup(struct snd_soc_pcm_runtime *rtd,
+			    struct snd_pcm_hw_params *params)
+{
+	struct snd_interval *rate = hw_param_interval(params,
+			SNDRV_PCM_HW_PARAM_RATE);
+	struct snd_interval *channels = hw_param_interval(params,
+						SNDRV_PCM_HW_PARAM_CHANNELS);
+
+	/* The DSP will covert the FE rate to 48k, stereo, 24bits */
+	rate->min = rate->max = 48000;
+	channels->min = channels->max = 2;
+
+	/* set SSP12to 24-bit */
+	params_set_format(params, SNDRV_PCM_FORMAT_S24_LE);
+	return 0;
+}
+
+static unsigned int rates_48000[] = {
+	48000,
+};
+
+static struct snd_pcm_hw_constraint_list constraints_48000 = {
+	.count = ARRAY_SIZE(rates_48000),
+	.list  = rates_48000,
+};
+
+static int byt_aif1_startup(struct snd_pcm_substream *substream)
+{
+	return snd_pcm_hw_constraint_list(substream->runtime, 0,
+			SNDRV_PCM_HW_PARAM_RATE,
+			&constraints_48000);
+}
+
+static struct snd_soc_ops byt_aif1_ops = {
+	.startup = byt_aif1_startup,
+};
+
+static struct snd_soc_ops byt_be_ssp1_ops = {
+	.hw_params = byt_aif1_hw_params,
+};
+
+static struct snd_soc_dai_link byt_dailink[] = {
+	[MERR_DPCM_AUDIO] = {
+		.name = "Baytrail Audio Port",
+		.stream_name = "Baytrail Audio",
+		.cpu_dai_name = "media-cpu-dai",
+		.codec_dai_name = "snd-soc-dummy-dai",
+		.codec_name = "snd-soc-dummy",
+		.platform_name = "sst-mfld-platform",
+		.ignore_suspend = 1,
+		.dynamic = 1,
+		.dpcm_playback = 1,
+		.dpcm_capture = 1,
+		.ops = &byt_aif1_ops,
+	},
+	[MERR_DPCM_COMPR] = {
+		.name = "Baytrail Compressed Port",
+		.stream_name = "Baytrail Compress",
+		.cpu_dai_name = "compress-cpu-dai",
+		.codec_dai_name = "snd-soc-dummy-dai",
+		.codec_name = "snd-soc-dummy",
+		.platform_name = "sst-mfld-platform",
+	},
+		/* back ends */
+	{
+		.name = "SSP1-Codec",
+		.be_id = 1,
+		.cpu_dai_name = "ssp1-port",
+		.platform_name = "sst-mfld-platform",
+		.no_pcm = 1,
+		.codec_dai_name = "rt5645-aif1",
+		.codec_name = "i2c-10EC5648:00",
+		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF
+						| SND_SOC_DAIFMT_CBS_CFS,
+		.be_hw_params_fixup = byt_codec_fixup,
+		.ignore_suspend = 1,
+		.dpcm_playback = 1,
+		.dpcm_capture = 1,
+		.ops = &byt_be_ssp1_ops,
+	},
+};
+
+/* SoC card */
+static struct snd_soc_card snd_soc_card_byt = {
+	.name = "baytrailcraudio",
+	.dai_link = byt_dailink,
+	.num_links = ARRAY_SIZE(byt_dailink),
+	.dapm_widgets = byt_dapm_widgets,
+	.num_dapm_widgets = ARRAY_SIZE(byt_dapm_widgets),
+	.dapm_routes = byt_audio_map,
+	.num_dapm_routes = ARRAY_SIZE(byt_audio_map),
+	.controls = byt_mc_controls,
+	.num_controls = ARRAY_SIZE(byt_mc_controls),
+};
+
+static int snd_byt_mc_probe(struct platform_device *pdev)
+{
+	int ret_val = 0;
+
+	/* register the soc card */
+	snd_soc_card_byt.dev = &pdev->dev;
+
+	ret_val = devm_snd_soc_register_card(&pdev->dev, &snd_soc_card_byt);
+	if (ret_val) {
+		dev_err(&pdev->dev, "devm_snd_soc_register_card failed %d\n", ret_val);
+		return ret_val;
+	}
+	platform_set_drvdata(pdev, &snd_soc_card_byt);
+	return ret_val;
+}
+
+static struct platform_driver snd_byt_mc_driver = {
+	.driver = {
+		.name = "bytx205_rt5645",
+		.pm = &snd_soc_pm_ops,
+	},
+	.probe = snd_byt_mc_probe,
+};
+
+module_platform_driver(snd_byt_mc_driver);
+
+MODULE_DESCRIPTION("ASoC Intel(R) Baytrail CR Machine driver");
+MODULE_AUTHOR("Subhransu S. Prusty <subhransu.s.prusty@intel.com>");
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:bytx205_rt5645");
-- 
2.4.4

Regards,
Michele

^ permalink raw reply related	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-23  9:09                                 ` Michele Curti
@ 2015-06-23  9:51                                   ` Liam Girdwood
  2015-06-24 10:21                                   ` Vinod Koul
  1 sibling, 0 replies; 50+ messages in thread
From: Liam Girdwood @ 2015-06-23  9:51 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Koul, Vinod, Nikula,
	Jarkko, Bard Liao

On Tue, 2015-06-23 at 11:09 +0200, Michele Curti wrote:
> On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> > Michele, can you change your machine driver to use the Vinods BYT DSP
> > PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> > the current FW release from Vinod too. That way you should be ready to
> > integrate the new FW when it is released. Please also CC Vinod on any
> > issues you have getting the FW to boot using the new driver/FW.
> >
> 
> Hi,
> an update, thanks to Vinod now the driver compiles enabling only the (new)
> CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH option.
> 
> The sound card shows up:
> [zio@asus ~]$ aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: baytrailcraudio [baytrailcraudio], device 0: Baytrail Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> 
> There are a lot of errors about missing backend dai:
> [    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port

This usually means that no DAPM route has been configured to route the
audio from the PCM FE to the BE DAI link. Can you check your mixer
settings with alsamixer and make sure a route exists. The DSP is in
between the FE and BE so it's the DSP mixers that would need to be
configured.

Btw, there is some debugFS files to help display the routing status for
each widget so this can be used to check your DAPM DSP driver graph.

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-23  9:09                                 ` Michele Curti
  2015-06-23  9:51                                   ` Liam Girdwood
@ 2015-06-24 10:21                                   ` Vinod Koul
  2015-06-24 11:31                                     ` Antonio Ospite
  2015-06-24 18:21                                     ` Michele Curti
  1 sibling, 2 replies; 50+ messages in thread
From: Vinod Koul @ 2015-06-24 10:21 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Tue, Jun 23, 2015 at 11:09:33AM +0200, Michele Curti wrote:
> On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> > Michele, can you change your machine driver to use the Vinods BYT DSP
> > PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> > the current FW release from Vinod too. That way you should be ready to
> > integrate the new FW when it is released. Please also CC Vinod on any
> > issues you have getting the FW to boot using the new driver/FW.
> >
> 
> Hi,
> an update, thanks to Vinod now the driver compiles enabling only the (new)
> CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH option.
> 
> The sound card shows up:
> [zio@asus ~]$ aplay -l
> **** List of PLAYBACK Hardware Devices ****
> card 0: baytrailcraudio [baytrailcraudio], device 0: Baytrail Audio (*) []
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> 
> There are a lot of errors about missing backend dai:
> [    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
So in this driver we use DPCM, which means that you have to route Front End
to a BackEnd and then only you can open a device. Without linking to BE it
will fail

For Playback you can try:

#DSP routing
amixer -c0 sset 'codec_out0 mix 0 pcm0_in' on
amixer -c0 sset 'media0_out mix 0 media1_in' on
amixer -c0 sset 'media1_in Gain 0' 80% 
amixer -c0 sset 'media1_in Gain 0 Ramp Delay' 50
amixer -c0 sset 'media1_in Gain 0' off
amixer -c0 sset 'pcm0_in Gain 0' 80% 
amixer -c0 sset 'pcm0_in Gain 0 Ramp Delay' 50
amixer -c0 sset 'pcm0_in Gain 0' off
amixer -c0 sset 'codec_out0 Gain 0' 80%
amixer -c0 sset 'codec_out0 Gain 0 Ramp Delay' 50
amixer -c0 sset 'codec_out0 Gain 0' off

#Codec routin, if you have different one please modfiy
amixer -c0 sset "DAC MIXL INF1" on
amixer -c0 sset "DAC MIXR INF1" on
amixer -c0 sset "Stereo DAC MIXL DAC L1" on
amixer -c0 sset "Stereo DAC MIXR DAC R1" on
amixer -c0 sset "SPK MIXL DAC L1" on
amixer -c0 sset "SPK MIXR DAC R1" on
amixer -c0 sset "SPOL MIX SPKVOL L" on
amixer -c0 sset "SPOR MIX SPKVOL R" on
amixer -c0 sset "SPOL MIX DAC L1" on
amixer -c0 sset "SPOR MIX DAC R1" on
amixer -c0 sset "Speaker L" on
amixer -c0 sset "Speaker R" on
amixer -c0 sset "Headphone" off
amixer -c0 sset "Ext Spk" on

I have used this in T100.

-- 
~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-24 10:21                                   ` Vinod Koul
@ 2015-06-24 11:31                                     ` Antonio Ospite
  2015-06-24 11:40                                       ` Liam Girdwood
  2015-06-24 18:21                                     ` Michele Curti
  1 sibling, 1 reply; 50+ messages in thread
From: Antonio Ospite @ 2015-06-24 11:31 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Michele Curti, Luka Karinja, Takashi Iwai, alsa-devel,
	Liam Girdwood, Nikula, Jarkko, Bard Liao

On Wed, 24 Jun 2015 15:51:57 +0530
Vinod Koul <vinod.koul@intel.com> wrote:

[...]
> For Playback you can try:
> 
> #DSP routing
> amixer -c0 sset 'codec_out0 mix 0 pcm0_in' on
> amixer -c0 sset 'media0_out mix 0 media1_in' on
> amixer -c0 sset 'media1_in Gain 0' 80% 
> amixer -c0 sset 'media1_in Gain 0 Ramp Delay' 50
> amixer -c0 sset 'media1_in Gain 0' off
> amixer -c0 sset 'pcm0_in Gain 0' 80% 
> amixer -c0 sset 'pcm0_in Gain 0 Ramp Delay' 50
> amixer -c0 sset 'pcm0_in Gain 0' off
> amixer -c0 sset 'codec_out0 Gain 0' 80%
> amixer -c0 sset 'codec_out0 Gain 0 Ramp Delay' 50
> amixer -c0 sset 'codec_out0 Gain 0' off
> 
> #Codec routin, if you have different one please modfiy
> amixer -c0 sset "DAC MIXL INF1" on
> amixer -c0 sset "DAC MIXR INF1" on
> amixer -c0 sset "Stereo DAC MIXL DAC L1" on
> amixer -c0 sset "Stereo DAC MIXR DAC R1" on
> amixer -c0 sset "SPK MIXL DAC L1" on
> amixer -c0 sset "SPK MIXR DAC R1" on
> amixer -c0 sset "SPOL MIX SPKVOL L" on
> amixer -c0 sset "SPOR MIX SPKVOL R" on
> amixer -c0 sset "SPOL MIX DAC L1" on
> amixer -c0 sset "SPOR MIX DAC R1" on
> amixer -c0 sset "Speaker L" on
> amixer -c0 sset "Speaker R" on
> amixer -c0 sset "Headphone" off
> amixer -c0 sset "Ext Spk" on
> 
> I have used this in T100.
> 

OK, I guess this answers my request for a state file :)
I had not read this message yet when I wrote the other one.

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-24 11:31                                     ` Antonio Ospite
@ 2015-06-24 11:40                                       ` Liam Girdwood
  2015-06-24 16:04                                         ` Vinod Koul
  0 siblings, 1 reply; 50+ messages in thread
From: Liam Girdwood @ 2015-06-24 11:40 UTC (permalink / raw)
  To: Antonio Ospite
  Cc: Michele Curti, Luka Karinja, Vinod Koul, alsa-devel,
	Takashi Iwai, Nikula, Jarkko, Bard Liao

On Wed, 2015-06-24 at 13:31 +0200, Antonio Ospite wrote:
> On Wed, 24 Jun 2015 15:51:57 +0530
> Vinod Koul <vinod.koul@intel.com> wrote:
> 
> [...]
> > For Playback you can try:
> > 
> > #DSP routing
> > amixer -c0 sset 'codec_out0 mix 0 pcm0_in' on
> > amixer -c0 sset 'media0_out mix 0 media1_in' on
> > amixer -c0 sset 'media1_in Gain 0' 80% 
> > amixer -c0 sset 'media1_in Gain 0 Ramp Delay' 50
> > amixer -c0 sset 'media1_in Gain 0' off
> > amixer -c0 sset 'pcm0_in Gain 0' 80% 
> > amixer -c0 sset 'pcm0_in Gain 0 Ramp Delay' 50
> > amixer -c0 sset 'pcm0_in Gain 0' off
> > amixer -c0 sset 'codec_out0 Gain 0' 80%
> > amixer -c0 sset 'codec_out0 Gain 0 Ramp Delay' 50
> > amixer -c0 sset 'codec_out0 Gain 0' off
> > 
> > #Codec routin, if you have different one please modfiy
> > amixer -c0 sset "DAC MIXL INF1" on
> > amixer -c0 sset "DAC MIXR INF1" on
> > amixer -c0 sset "Stereo DAC MIXL DAC L1" on
> > amixer -c0 sset "Stereo DAC MIXR DAC R1" on
> > amixer -c0 sset "SPK MIXL DAC L1" on
> > amixer -c0 sset "SPK MIXR DAC R1" on
> > amixer -c0 sset "SPOL MIX SPKVOL L" on
> > amixer -c0 sset "SPOR MIX SPKVOL R" on
> > amixer -c0 sset "SPOL MIX DAC L1" on
> > amixer -c0 sset "SPOR MIX DAC R1" on
> > amixer -c0 sset "Speaker L" on
> > amixer -c0 sset "Speaker R" on
> > amixer -c0 sset "Headphone" off
> > amixer -c0 sset "Ext Spk" on
> > 
> > I have used this in T100.
> > 
> 
> OK, I guess this answers my request for a state file :)
> I had not read this message yet when I wrote the other one.
> 

Might be worth creating a UCM config for this machine since there are
several different outputs.

Liam

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-24 11:40                                       ` Liam Girdwood
@ 2015-06-24 16:04                                         ` Vinod Koul
  0 siblings, 0 replies; 50+ messages in thread
From: Vinod Koul @ 2015-06-24 16:04 UTC (permalink / raw)
  To: Liam Girdwood
  Cc: Michele Curti, Luka Karinja, Takashi Iwai, Antonio Ospite,
	alsa-devel, Nikula, Jarkko, Bard Liao

On Wed, Jun 24, 2015 at 12:40:21PM +0100, Liam Girdwood wrote:
> On Wed, 2015-06-24 at 13:31 +0200, Antonio Ospite wrote:
> > On Wed, 24 Jun 2015 15:51:57 +0530
> > Vinod Koul <vinod.koul@intel.com> wrote:
> > 
> > [...]
> > > For Playback you can try:
> > > 
> > > #DSP routing
> > > amixer -c0 sset 'codec_out0 mix 0 pcm0_in' on
> > > amixer -c0 sset 'media0_out mix 0 media1_in' on
> > > amixer -c0 sset 'media1_in Gain 0' 80% 
> > > amixer -c0 sset 'media1_in Gain 0 Ramp Delay' 50
> > > amixer -c0 sset 'media1_in Gain 0' off
> > > amixer -c0 sset 'pcm0_in Gain 0' 80% 
> > > amixer -c0 sset 'pcm0_in Gain 0 Ramp Delay' 50
> > > amixer -c0 sset 'pcm0_in Gain 0' off
> > > amixer -c0 sset 'codec_out0 Gain 0' 80%
> > > amixer -c0 sset 'codec_out0 Gain 0 Ramp Delay' 50
> > > amixer -c0 sset 'codec_out0 Gain 0' off
> > > 
> > > #Codec routin, if you have different one please modfiy
> > > amixer -c0 sset "DAC MIXL INF1" on
> > > amixer -c0 sset "DAC MIXR INF1" on
> > > amixer -c0 sset "Stereo DAC MIXL DAC L1" on
> > > amixer -c0 sset "Stereo DAC MIXR DAC R1" on
> > > amixer -c0 sset "SPK MIXL DAC L1" on
> > > amixer -c0 sset "SPK MIXR DAC R1" on
> > > amixer -c0 sset "SPOL MIX SPKVOL L" on
> > > amixer -c0 sset "SPOR MIX SPKVOL R" on
> > > amixer -c0 sset "SPOL MIX DAC L1" on
> > > amixer -c0 sset "SPOR MIX DAC R1" on
> > > amixer -c0 sset "Speaker L" on
> > > amixer -c0 sset "Speaker R" on
> > > amixer -c0 sset "Headphone" off
> > > amixer -c0 sset "Ext Spk" on
> > > 
> > > I have used this in T100.
> > > 
> > 
> > OK, I guess this answers my request for a state file :)
> > I had not read this message yet when I wrote the other one.
> > 
> 
> Might be worth creating a UCM config for this machine since there are
> several different outputs.
Yes that is a good idea, let this be verified and then we can do this. I do
have configs for all cases, so need to get the file created now

-- 
~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-24 10:21                                   ` Vinod Koul
  2015-06-24 11:31                                     ` Antonio Ospite
@ 2015-06-24 18:21                                     ` Michele Curti
  2015-06-25  3:24                                       ` Vinod Koul
  1 sibling, 1 reply; 50+ messages in thread
From: Michele Curti @ 2015-06-24 18:21 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Wed, Jun 24, 2015 at 03:51:57PM +0530, Vinod Koul wrote:
> On Tue, Jun 23, 2015 at 11:09:33AM +0200, Michele Curti wrote:
> > On Mon, Jun 15, 2015 at 06:04:28PM +0100, Liam Girdwood wrote:
> > > Michele, can you change your machine driver to use the Vinods BYT DSP
> > > PCM driver (base it on bytcr_rt5640.c). Please test probing/booting with
> > > the current FW release from Vinod too. That way you should be ready to
> > > integrate the new FW when it is released. Please also CC Vinod on any
> > > issues you have getting the FW to boot using the new driver/FW.
> > >
> > 
> > Hi,
> > an update, thanks to Vinod now the driver compiles enabling only the (new)
> > CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH option.
> > 
> > The sound card shows up:
> > [zio@asus ~]$ aplay -l
> > **** List of PLAYBACK Hardware Devices ****
> > card 0: baytrailcraudio [baytrailcraudio], device 0: Baytrail Audio (*) []
> >   Subdevices: 1/1
> >   Subdevice #0: subdevice #0
> > 
> > There are a lot of errors about missing backend dai:
> > [    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
> So in this driver we use DPCM, which means that you have to route Front End
> to a BackEnd and then only you can open a device. Without linking to BE it
> will fail
>

Yes, when Liam wrote about that I started to try to understand how to find the
right audio route/path, but I think it will take a while eheh :p

> For Playback you can try:
> 
> #DSP routing
> amixer -c0 sset 'codec_out0 mix 0 pcm0_in' on
> amixer -c0 sset 'media0_out mix 0 media1_in' on
> amixer -c0 sset 'media1_in Gain 0' 80% 
> amixer -c0 sset 'media1_in Gain 0 Ramp Delay' 50
> amixer -c0 sset 'media1_in Gain 0' off
> amixer -c0 sset 'pcm0_in Gain 0' 80% 
> amixer -c0 sset 'pcm0_in Gain 0 Ramp Delay' 50
> amixer -c0 sset 'pcm0_in Gain 0' off
> amixer -c0 sset 'codec_out0 Gain 0' 80%
> amixer -c0 sset 'codec_out0 Gain 0 Ramp Delay' 50
> amixer -c0 sset 'codec_out0 Gain 0' off
> 
> #Codec routin, if you have different one please modfiy
> amixer -c0 sset "DAC MIXL INF1" on
> amixer -c0 sset "DAC MIXR INF1" on
> amixer -c0 sset "Stereo DAC MIXL DAC L1" on
> amixer -c0 sset "Stereo DAC MIXR DAC R1" on
> amixer -c0 sset "SPK MIXL DAC L1" on
> amixer -c0 sset "SPK MIXR DAC R1" on
> amixer -c0 sset "SPOL MIX SPKVOL L" on
> amixer -c0 sset "SPOR MIX SPKVOL R" on
> amixer -c0 sset "SPOL MIX DAC L1" on
> amixer -c0 sset "SPOR MIX DAC R1" on
> amixer -c0 sset "Speaker L" on
> amixer -c0 sset "Speaker R" on
> amixer -c0 sset "Headphone" off
> amixer -c0 sset "Ext Spk" on
> 
> I have used this in T100.
> 
> -- 
> ~Vinod

Thanks!  So for now I tried to blindy launch these commands (apart for the 
"Speaker L" and "Speaker R" controls, not present in the rt5645 codec) and 
I got about a minute freeze at every boot and some new errors:

[    2.700127] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    2.700177] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    2.700226] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    2.700276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    2.700321] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    2.700368] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    2.700417] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
...
[    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
...
[   53.538117]  Baytrail Audio Port: sst: error code = -22
[   53.541909] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199


Full dmesg:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.1.0-next-20150624-asus+ (zio@asus) (gcc version 5.1.0 (GCC) ) #28 SMP PREEMPT Wed Jun 24 14:52:54 CEST 2015
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw rw
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007bf13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bf14000-0x000000007bf43fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bf44000-0x000000007bf77fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007bf78000-0x000000007c040fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c041000-0x000000007c928fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c929000-0x000000007c984fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007c985000-0x000000007cbfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x7bf77000  ACPI 2.0=0x7bf77014  ESRT=0x7bf43000  SMBIOS=0x7c928190 
[    0.000000] efi: requested map not found.
[    0.000000] esrt: ESRT header is not in the memory map.
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X205TA/X205TA, BIOS X205TA.205 10/06/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7cc00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 07CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b2b000, 0x01b2bfff] PGTABLE
[    0.000000] BRK [0x01b2c000, 0x01b2cfff] PGTABLE
[    0.000000] BRK [0x01b2d000, 0x01b2dfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ba00000-0x7bbfffff]
[    0.000000]  [mem 0x7ba00000-0x7bbfffff] page 2M
[    0.000000] BRK [0x01b2e000, 0x01b2efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7b9fffff]
[    0.000000]  [mem 0x60000000-0x7b9fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7bc00000-0x7bf13fff]
[    0.000000]  [mem 0x7bc00000-0x7bdfffff] page 2M
[    0.000000]  [mem 0x7be00000-0x7bf13fff] page 4k
[    0.000000] BRK [0x01b2f000, 0x01b2ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c985000-0x7cbfffff]
[    0.000000]  [mem 0x7c985000-0x7c9fffff] page 4k
[    0.000000]  [mem 0x7ca00000-0x7cbfffff] page 2M
[    0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x379e6000-0x37ceafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007BF77014 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007BF760F8 0000D4 (v01 _ASUS_ Notebook 00000003 MSFT 0100000D)
[    0.000000] ACPI: FACP 0x000000007BF72000 00010C (v05 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: DSDT 0x000000007BF5B000 0126F4 (v02 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: TCPA 0x000000007BF75000 000032 (v02                 00000000      00000000)
[    0.000000] ACPI: UEFI 0x000000007BFF4000 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: OEM0 0x000000007BF74000 000084 (v05 _ASUS_ BATTERY  00000003 AMI  0100000D)
[    0.000000] ACPI: DBG2 0x000000007BF73000 000072 (v00 _ASUS_ INTLDBG2 00000003 AMI  0100000D)
[    0.000000] ACPI: HPET 0x000000007BF71000 000038 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: LPIT 0x000000007BF70000 000104 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: APIC 0x000000007BF6F000 00006C (v03 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: MCFG 0x000000007BF6E000 00003C (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF5A000 000603 (v01 _ASUS_ CpuDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF58000 001BE2 (v01 _ASUS_ DptfTab  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF57000 000058 (v01 _ASUS_ LowPwrM  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF56000 0000FF (v01 _ASUS_ SoCDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: FPDT 0x000000007BF55000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007BF54000 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF53000 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF52000 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF51000 000427 (v01 Intel_ Tpm2Tabl 00001000 INTL 20061109)
[    0.000000] ACPI: TPM2 0x000000007BF50000 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x000000007BF4F000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007BF4E000 00014C (v00 _ASUS_ Notebook 00000005 INTL 20120624)
[    0.000000] ACPI: MSDM 0x000000007BF42F90 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007cbfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7bd17000-0x7bd1afff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076c00000-ffff880078bfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007cbfffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000007bf13fff]
[    0.000000]   node   0: [mem 0x000000007c985000-0x000000007cbfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007cbfffff]
[    0.000000] On node 0 totalpages: 507691
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 22 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7920 pages used for memmap
[    0.000000]   DMA32 zone: 503695 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bf14000-0x7bf43fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bf44000-0x7bf77fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bf78000-0x7c040fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c041000-0x7c928fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c929000-0x7c984fff]
[    0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 32 pages/cpu @ffff88007ba00000 s91480 r8192 d31400 u524288
[    0.000000] pcpu-alloc: s91480 r8192 d31400 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 499685
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-asus root=/dev/mmcblk0p2 rw rw
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1939348K/2030764K available (5406K kernel code, 891K rwdata, 1668K rodata, 1168K init, 1152K bss, 91416K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:1024 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x10
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1331200 KHz
[    0.000000] lapic_timer_frequency = 277333
[    0.000000] tsc: Detected 1331.200 MHz processor
[    0.000057] Calibrating delay loop (skipped), value calculated using timer frequency.. 2663.33 BogoMIPS (lpj=4437333)
[    0.000084] pid_max: default: 32768 minimum: 301
[    0.000106] ACPI: Core revision 20150515
[    0.056915] ACPI: All ACPI Tables successfully acquired
[    0.059004] Security Framework initialized
[    0.059021] Yama: becoming mindful.
[    0.059410] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.060818] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.061472] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.061500] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.061993] Initializing cgroup subsys blkio
[    0.062016] Initializing cgroup subsys memory
[    0.062047] Initializing cgroup subsys devices
[    0.062065] Initializing cgroup subsys freezer
[    0.062081] Initializing cgroup subsys net_cls
[    0.062125] CPU: Physical Processor ID: 0
[    0.062138] CPU: Processor Core ID: 0
[    0.062154] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.062167] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.067083] mce: CPU supports 6 MCE banks
[    0.067105] CPU0: Thermal monitoring enabled (TM1)
[    0.067120] process: using mwait in idle threads
[    0.067137] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.067151] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.067357] Freeing SMP alternatives memory: 20K (ffffffff81a04000 - ffffffff81a09000)
[    0.068969] Ignoring BGRT: invalid status 0 (expected 1)
[    0.073466] ftrace: allocating 21328 entries in 84 pages
[    0.091663] TSC deadline timer enabled
[    0.091673] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[    0.091744] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.091785] ... version:                3
[    0.091796] ... bit width:              40
[    0.091807] ... generic registers:      2
[    0.091818] ... value mask:             000000ffffffffff
[    0.091830] ... max period:             000000ffffffffff
[    0.091842] ... fixed-purpose events:   3
[    0.091852] ... event mask:             0000000700000003
[    0.105223] x86: Booting SMP configuration:
[    0.105241] .... node  #0, CPUs:      #1
[    0.113513] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.116824]  #2 #3
[    0.136459] x86: Booted up 1 node, 4 CPUs
[    0.136481] smpboot: Total of 4 processors activated (10653.33 BogoMIPS)
[    0.137708] devtmpfs: initialized
[    0.147947] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.147969] PM: Registering ACPI NVS region [mem 0x7bf78000-0x7c040fff] (823296 bytes)
[    0.148234] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.148472] pinctrl core: initialized pinctrl subsystem
[    0.148555] RTC time: 17:12:27, date: 06/24/15
[    0.148926] NET: Registered protocol family 16
[    0.163153] cpuidle: using governor ladder
[    0.176501] cpuidle: using governor menu
[    0.176612] ACPI: bus type PCI registered
[    0.176627] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.176807] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.176831] PCI: not using MMCONFIG
[    0.176843] PCI: Using configuration type 1 for base access
[    0.190786] ACPI: Added _OSI(Module Device)
[    0.190803] ACPI: Added _OSI(Processor Device)
[    0.190815] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.190827] ACPI: Added _OSI(Processor Aggregator Device)
[    0.223407] ACPI: Dynamic OEM Table Load:
[    0.223446] ACPI: SSDT 0xFFFF880076729800 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.225709] ACPI: Dynamic OEM Table Load:
[    0.225742] ACPI: SSDT 0xFFFF88007672A000 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.228631] ACPI: Dynamic OEM Table Load:
[    0.228663] ACPI: SSDT 0xFFFF88007675CC00 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.230874] ACPI: Dynamic OEM Table Load:
[    0.230905] ACPI: SSDT 0xFFFF88007670AD80 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.235237] ACPI: Interpreter enabled
[    0.235267] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150515/hwxface-580)
[    0.235299] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150515/hwxface-580)
[    0.235329] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150515/hwxface-580)
[    0.235360] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150515/hwxface-580)
[    0.235398] ACPI: (supports S0 S5)
[    0.235411] ACPI: Using IOAPIC for interrupt routing
[    0.235484] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.246568] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.246594] PCI: not using MMCONFIG
[    0.246652] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.251427] ACPI: Power Resource [USBC] (on)
[    0.259144] ACPI: Power Resource [PLPE] (on)
[    0.270812] ACPI: Power Resource [CLK0] (on)
[    0.270959] ACPI: Power Resource [CLK1] (on)
[    0.271672] ACPI: Power Resource [P28T] (off)
[    0.271803] ACPI: Power Resource [P18T] (off)
[    0.277493] ACPI: Power Resource [P28X] (off)
[    0.277632] ACPI: Power Resource [P18X] (off)
[    0.277779] ACPI: Power Resource [P28P] (off)
[    0.277916] ACPI: Power Resource [P18P] (off)
[    0.278074] ACPI: Power Resource [P1XT] (off)
[    0.279593] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.287857] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.287885] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.288025] \_SB_.PCI0:_OSC invalid UUID
[    0.288030] _OSC request data:1 1e 0 
[    0.288042] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.288467] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.289018] PCI host bridge to bus 0000:00
[    0.289036] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.289052] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.289068] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.289083] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.289099] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.289115] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.289136] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.289156] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.289177] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
[    0.289198] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000 window]
[    0.289218] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
[    0.289239] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.289271] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.289541] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.289570] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.289589] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.289606] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.289868] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.289906] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.289974] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.290228] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.290269] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[    0.290286] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[    0.290370] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.290610] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.291714] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.291933] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.292143] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.292353] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.292569] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.292791] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.293001] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.293210] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.306787] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.306808] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.306828] vgaarb: loaded
[    0.306839] vgaarb: bridge control possible 0000:00:02.0
[    0.307194] PCI: Using ACPI for IRQ routing
[    0.307210] PCI: pci_cache_line_size set to 64 bytes
[    0.307236] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.307253] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.307258] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.307263] e820: reserve RAM buffer [mem 0x7bf14000-0x7bffffff]
[    0.307268] e820: reserve RAM buffer [mem 0x7cc00000-0x7fffffff]
[    0.307584] NetLabel: Initializing
[    0.307597] NetLabel:  domain hash size = 128
[    0.307608] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.307645] NetLabel:  unlabeled traffic allowed by default
[    0.307738] clocksource: Switched to clocksource refined-jiffies
[    0.322495] pnp: PnP ACPI init
[    0.322662] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.323174] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.323194] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.323211] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.323227] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.323243] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.323263] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.323566] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.325162] system 00:03: [io  0x0240-0x0259] has been reserved
[    0.325185] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.327139] pnp: PnP ACPI: found 4 devices
[    0.333180] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.333189] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.333195] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.333202] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.333208] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.333214] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.333221] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.333227] pci_bus 0000:00: resource 11 [mem 0x90c00000-0x90ffffff window]
[    0.333233] pci_bus 0000:00: resource 12 [mem 0x7cf00001-0x7ef00000 window]
[    0.333239] pci_bus 0000:00: resource 13 [mem 0x80000000-0x908ffffe window]
[    0.333245] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.333324] NET: Registered protocol family 2
[    0.333716] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.333856] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.333985] TCP: Hash tables configured (established 16384 bind 16384)
[    0.334058] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.334100] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.334239] NET: Registered protocol family 1
[    0.334289] pci 0000:00:02.0: Video device with shadowed ROM
[    0.334669] PCI: CLS 0 bytes, default 64
[    0.334815] Unpacking initramfs...
[    0.463592] Freeing initrd memory: 3092K (ffff8800379e6000 - ffff880037ceb000)
[    0.463900] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x829
[    0.463929] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x829
[    0.463963] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x829
[    0.463994] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x829
[    0.464128] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.464281] Scanning for low memory corruption every 60 seconds
[    0.465100] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.465151] Initialise system trusted keyring
[    0.465904] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.470726] zpool: loaded
[    0.470743] zbud: loaded
[    0.471315] VFS: Disk quotas dquot_6.6.0
[    0.471436] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.471880] Key type big_key registered
[    0.472217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.472324] io scheduler noop registered
[    0.472342] io scheduler deadline registered
[    0.472452] io scheduler cfq registered (default)
[    0.472624] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.472658] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.472754] efifb: probing for efifb
[    0.472795] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000800000, using 4160k, total 4160k
[    0.472817] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    0.472829] efifb: scrolling: redraw
[    0.472841] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.482712] Console: switching to colour frame buffer device 170x48
[    0.492341] fb0: EFI VGA frame buffer device
[    0.492434] intel_idle: MWAIT substates: 0x33000020
[    0.492439] intel_idle: v0.4 model 0x37
[    0.492443] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.492964] GHES: HEST is not enabled!
[    0.493183] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.513579] 00:02: ttyS0 at I/O 0x3f8 (irq = 200, base_baud = 115200) is a 16550A
[    0.514619] hpet: number irqs doesn't agree with number of timers
[    0.514776] Linux agpgart interface v0.103
[    0.515611] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20150515/evxface-654)
[    0.515971] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.516106] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[    0.516226] i2c /dev entries driver
[    0.516314] Intel P-state driver initializing.
[    0.516777] ledtrig-cpu: registered to indicate activity on CPUs
[    0.519159] NET: Registered protocol family 10
[    0.520600] NET: Registered protocol family 17
[    0.523030] Loading compiled-in X.509 certificates
[    0.523314] registered taskstats version 1
[    0.523547] zswap: loading zswap
[    0.523695] zswap: using zbud pool
[    0.523906] zswap: using lzo compressor
[    0.525112]   Magic number: 3:774:239
[    0.525398] rtc_cmos 00:00: setting system clock to 2015-06-24 17:12:27 UTC (1435165947)
[    0.525938] PM: Hibernation image not present or could not be loaded.
[    0.526790] Freeing unused kernel memory: 1168K (ffffffff818e0000 - ffffffff81a04000)
[    0.526951] Write protecting the kernel read-only data: 8192k
[    0.531732] Freeing unused kernel memory: 728K (ffff88000154a000 - ffff880001600000)
[    0.535931] Freeing unused kernel memory: 380K (ffff8800017a1000 - ffff880001800000)
[    0.559180] random: systemd-tmpfile urandom read with 0 bits of entropy available
[    0.660326] sdhci: Secure Digital Host Controller Interface driver
[    0.663028] sdhci: Copyright(c) Pierre Ossman
[    0.667241] sdhci-acpi 80860F14:00: No vmmc regulator found
[    0.669856] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    0.675702] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    0.679565] sdhci-acpi INT33BB:00: No vmmc regulator found
[    0.682214] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    0.688103] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    0.692053] sdhci-acpi PNP0FFF:00: No vmmc regulator found
[    0.694746] sdhci-acpi PNP0FFF:00: No vqmmc regulator found
[    0.701834] ACPI: bus type USB registered
[    0.702599] mmc2: SDHCI controller on ACPI [PNP0FFF:00] using ADMA
[    0.707509] usbcore: registered new interface driver usbfs
[    0.710126] usbcore: registered new interface driver hub
[    0.712776] usbcore: registered new device driver usb
[    0.717373] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.719924] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.722836] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    0.725414] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.725958] hub 1-0:1.0: USB hub found
[    0.728505] hub 1-0:1.0: 6 ports detected
[    0.732151] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.734633] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.737561] hub 2-0:1.0: USB hub found
[    0.740009] hub 2-0:1.0: 1 port detected
[    0.807872] mmc0: MAN_BKOPS_EN bit is not set
[    0.819825] mmc0: new HS200 MMC card at address 0001
[    0.824942] mmcblk0: mmc0:0001 HBG4e\x05 29.1 GiB 
[    0.827343] mmcblk0boot0: mmc0:0001 HBG4e\x05 partition 1 4.00 MiB
[    0.829770] mmcblk0boot1: mmc0:0001 HBG4e\x05 partition 2 4.00 MiB
[    0.832952] mmcblk0rpmb: mmc0:0001 HBG4e\x05 partition 3 4.00 MiB
[    0.837843]  mmcblk0: p1 p2
[    0.913268] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    0.917205] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.921096] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    0.926167] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    0.988236] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    0.990568] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    1.020815] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    1.114032] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.136914] systemd[1]: systemd 221 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD +IDN)
[    1.141637] systemd[1]: Detected architecture x86-64.
[    1.154814] systemd[1]: Set hostname to <asus>.
[    1.290960] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.293259] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    1.298664] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.301366] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    1.307413] systemd[1]: Created slice Root Slice.
[    1.310137] systemd[1]: Starting Root Slice.
[    1.315712] systemd[1]: Listening on Journal Socket.
[    1.318445] systemd[1]: Starting Journal Socket.
[    1.324092] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.326891] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    1.332819] systemd[1]: Created slice User and Session Slice.
[    1.335630] systemd[1]: Starting User and Session Slice.
[    1.341611] systemd[1]: Created slice System Slice.
[    1.344406] systemd[1]: Starting System Slice.
[    1.350084] systemd[1]: Reached target Slices.
[    1.352872] systemd[1]: Starting Slices.
[    1.355655] systemd[1]: Started File System Check on Root Device.
[    1.359747] systemd[1]: Starting Setup Virtual Console...
[    1.371150] systemd[1]: Started Load Kernel Modules.
[    1.375239] systemd[1]: Mounting POSIX Message Queue File System...
[    1.384307] systemd[1]: Listening on udev Control Socket.
[    1.387236] systemd[1]: Starting udev Control Socket.
[    1.393841] systemd[1]: Mounting Temporary Directory...
[    1.403336] systemd[1]: Listening on networkd rtnetlink socket.
[    1.406330] systemd[1]: Starting networkd rtnetlink socket.
[    1.410340] systemd[1]: Started Set Up Additional Binary Formats.
[    1.422340] systemd[1]: Listening on Journal Audit Socket.
[    1.426604] systemd[1]: Starting Apply Kernel Variables...
[    1.435233] systemd[1]: Listening on udev Kernel Socket.
[    1.437868] systemd[1]: Starting udev Kernel Socket.
[    1.443554] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    1.446230] systemd[1]: Starting system-systemd\x2dfsck.slice.
[    1.450236] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.457248] systemd[1]: Mounting Huge Pages File System...
[    1.458360] EXT4-fs (mmcblk0p2): re-mounted. Opts: data=ordered,commit=60
[    1.468208] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.470788] systemd[1]: Starting LVM2 metadata daemon socket.
[    1.476120] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.478716] systemd[1]: Starting Journal Socket (/dev/log).
[    1.484377] systemd[1]: Created slice system-wpa_supplicant.slice.
[    1.486985] systemd[1]: Starting system-wpa_supplicant.slice.
[    1.491041] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.499781] systemd[1]: Created slice system-getty.slice.
[    1.502475] systemd[1]: Starting system-getty.slice.
[    1.508198] systemd[1]: Created slice system-dhcpcd.slice.
[    1.510889] systemd[1]: Starting system-dhcpcd.slice.
[    1.516378] systemd[1]: Reached target Encrypted Volumes.
[    1.519098] systemd[1]: Starting Encrypted Volumes.
[    1.519347] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[    1.524573] clocksource: Switched to clocksource tsc
[    1.524721] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.524745] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    1.535301] systemd[1]: Reached target Paths.
[    1.537734] systemd[1]: Starting Paths.
[    1.542805] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.545316] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    1.550372] systemd[1]: Reached target Remote File Systems.
[    1.552878] systemd[1]: Starting Remote File Systems.
[    1.556463] systemd[1]: Starting Journal Service...
[    1.564183] systemd[1]: Mounting Debug File System...
[    1.570336] systemd[1]: Mounted FUSE Control File System.
[    1.574684] systemd[1]: Mounting Configuration File System...
[    1.583788] systemd[1]: Reached target Swap.
[    1.586669] systemd[1]: Starting Swap.
[    1.594130] systemd[1]: Mounted Configuration File System.
[    1.599982] systemd[1]: Mounted POSIX Message Queue File System.
[    1.605568] systemd[1]: Mounted Debug File System.
[    1.611238] systemd[1]: Mounted Huge Pages File System.
[    1.616370] systemd[1]: Mounted Temporary Directory.
[    1.622367] systemd[1]: Started Setup Virtual Console.
[    1.628757] systemd[1]: Started Apply Kernel Variables.
[    1.634661] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.640367] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.677553] systemd[1]: Starting Load/Save Random Seed...
[    1.683033] systemd[1]: Started Rebuild Dynamic Linker Cache.
[    1.688158] systemd[1]: Started Rebuild Hardware Database.
[    1.692414] systemd[1]: Starting udev Coldplug all Devices...
[    1.698034] systemd[1]: Started First Boot Wizard.
[    1.700857] systemd[1]: Started Create System Users.
[    1.705700] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.717561] systemd[1]: Started Load/Save Random Seed.
[    1.739378] systemd[1]: Started Create Static Device Nodes in /dev.
[    1.746338] systemd[1]: Starting udev Kernel Device Manager...
[    1.755167] systemd[1]: Reached target Local File Systems (Pre).
[    1.757971] systemd[1]: Starting Local File Systems (Pre).
[    1.760708] systemd[1]: Mounted Virtual Machine and Container Storage.
[    1.767848] systemd[1]: Started Journal Service.
[    1.785729] systemd-journald[180]: Received request to flush runtime journal from PID 1
[    2.011183] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    2.158085] 80860F0A:00: ttyS1 at MMIO 0x90941000 (irq = 191, base_baud = 2764800) is a 16550A
[    2.162107] 80860F0A:01: ttyS2 at MMIO 0x90947000 (irq = 193, base_baud = 2764800) is a 16550A
[    2.162810] ACPI: AC Adapter [ADP1] (on-line)
[    2.186517] hub 1-2:1.0: USB hub found
[    2.189744] hub 1-2:1.0: 4 ports detected
[    2.194252] usb: failed to peer 1-2-port1 and usb2-port1 by location (1-2-port1:none) (usb2-port1:usb1-port1)
[    2.197288] usb 1-2-port1: failed to peer to usb2-port1 (-16)
[    2.200241] usb: port power management may be unreliable
[    2.203418] usb: failed to peer 1-2-port2 and usb2-port1 by location (1-2-port2:none) (usb2-port1:usb1-port1)
[    2.206456] usb 1-2-port2: failed to peer to usb2-port1 (-16)
[    2.215006] usb: failed to peer 1-2-port3 and usb2-port1 by location (1-2-port3:none) (usb2-port1:usb1-port1)
[    2.218150] usb 1-2-port3: failed to peer to usb2-port1 (-16)
[    2.221549] usb: failed to peer 1-2-port4 and usb2-port1 by location (1-2-port4:none) (usb2-port1:usb1-port1)
[    2.224786] usb 1-2-port4: failed to peer to usb2-port1 (-16)
[    2.235497] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    2.239132] hidraw: raw HID events driver (C) Jiri Kosina
[    2.243232] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    2.253834] snd-soc-dummy snd-soc-dummy: codec register snd-soc-dummy
[    2.253852] snd-soc-dummy snd-soc-dummy: ASoC: dai register snd-soc-dummy #1
[    2.253858] snd-soc-dummy snd-soc-dummy: ASoC: Registered DAI 'snd-soc-dummy-dai'
[    2.253864] snd-soc-dummy snd-soc-dummy: ASoC: Registered codec 'snd-soc-dummy'
[    2.253869] snd-soc-dummy snd-soc-dummy: ASoC: platform register snd-soc-dummy
[    2.253876] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
[    2.264587] intel_sst_acpi 80860F28:00: for 80860F28
[    2.268616] intel_sst_acpi 80860F28:00: ACPI device id: 80860f28
[    2.268736] sst-mfld-platform sst-mfld-platform: ASoC: platform register sst-mfld-platform
[    2.268747] sst-mfld-platform sst-mfld-platform: ASoC: Registered platform 'sst-mfld-platform'
[    2.268754] sst-mfld-platform sst-mfld-platform: ASoC: dai register sst-mfld-platform #5
[    2.268760] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'media-cpu-dai'
[    2.268765] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'compress-cpu-dai'
[    2.268770] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp0-port'
[    2.268775] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp1-port'
[    2.268780] sst-mfld-platform sst-mfld-platform: ASoC: Registered DAI 'ssp2-port'
[    2.268858] intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
[    2.272150] intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
[    2.275370] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    2.275379] intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
[    2.275389] intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
[    2.275398] intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
[    2.275407] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[    2.275492] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[    2.275579] intel_sst_acpi 80860F28:00: Registered IRQ 0x6
[    2.275585] intel_sst_acpi 80860F28:00: Requesting FW intel/fw_sst_0f28.bin now...
[    2.275595] intel_sst_acpi 80860F28:00: registering device Intel(R) SST LPE
[    2.279571] intel_sst_acpi 80860F28:00: LPE is already in RESET state, No action
[    2.289556] intel_sst_acpi 80860F28:00: Enter
[    2.289560] intel_sst_acpi 80860F28:00: Request Fw completed
[    2.289859] intel_sst_acpi 80860F28:00: copied fw to ffff88007ac00000
[    2.289862] intel_sst_acpi 80860F28:00: phys: 7ac00000
[    2.290233] intel_sst_acpi 80860F28:00: Enter
[    2.290238] intel_sst_acpi 80860F28:00: header sign=$SST\xffffff86\xffffffdf	 size=9df86 modules=1 fmt=100 size=20
[    2.290260] intel_sst_acpi 80860F28:00: module sign $SSTr\xffffffdf	 size 9df72 blocks 13 type ffff
[    2.290263] intel_sst_acpi 80860F28:00: module entrypoint 0x0
[    2.294153] ACPI: Lid Switch [LID]
[    2.297420] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.300648] ACPI: Power Button [PWRB]
[    2.300744] [Firmware Bug]: No valid trip found
[    2.307217] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    2.310401] ACPI: Sleep Button [SLPB]
[    2.314339] wmi: Mapper loaded
[    2.319506] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    2.323297] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    2.351526] media: Linux media interface: v0.10
[    2.355273] [drm] Initialized drm 1.1.0 20060810
[    2.368093] ACPI: Battery Slot [BATC] (battery present)
[    2.371755] input: PC Speaker as /devices/platform/pcspkr/input/input3
[    2.402990] rt5645 i2c-10EC5648:00: codec register i2c-10EC5648:00
[    2.403007] rt5645 i2c-10EC5648:00: ASoC: dai register i2c-10EC5648:00 #2
[    2.403013] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif1'
[    2.403019] rt5645 i2c-10EC5648:00: ASoC: Registered DAI 'rt5645-aif2'
[    2.403027] rt5645 i2c-10EC5648:00: ASoC: Registered codec 'i2c-10EC5648:00'
[    2.403047] Linux video capture interface: v2.00
[    2.428469] cfg80211: Calling CRDA to update world regulatory domain
[    2.459102] SSE version of gcm_enc/dec engaged.
[    2.503239] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    2.509474] [drm] Memory usable by graphics device = 2048M
[    2.512578] checking generic (80000000 410000) vs hw (80000000 10000000)
[    2.512597] fb: switching to inteldrmfb from EFI VGA
[    2.516893] Console: switching to colour dummy device 80x25
[    2.517101] [drm] Replacing VGA console driver
[    2.529402] Bluetooth: Core ver 2.20
[    2.529448] NET: Registered protocol family 31
[    2.529460] Bluetooth: HCI device and connection manager initialized
[    2.529477] Bluetooth: HCI socket layer initialized
[    2.529491] Bluetooth: L2CAP socket layer initialized
[    2.529515] Bluetooth: SCO socket layer initialized
[    2.533793] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    2.534887] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input4
[    2.534997] usbcore: registered new interface driver uvcvideo
[    2.535010] USB Video Class driver (1.1.1)
[    2.549928] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.551494] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.553060] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.555616] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.555635] [drm] Driver supports precise vblank timestamp query.
[    2.555852] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.567955] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Audio Port at idx 0
[    2.567970] bytx205_rt5645 bytx205_rt5645: ASoC: binding Baytrail Compressed Port at idx 1
[    2.567977] bytx205_rt5645 bytx205_rt5645: ASoC: binding SSP1-Codec at idx 2
[    2.568029] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp2 Tx widget
[    2.568036] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp2 Rx widget
[    2.568042] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp1 Tx widget
[    2.568048] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp1 Rx widget
[    2.568055] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp0 Tx widget
[    2.568068] sst-mfld-platform sst-mfld-platform: ASoC: adding ssp0 Rx widget
[    2.568074] sst-mfld-platform sst-mfld-platform: ASoC: adding Compress Playback widget
[    2.568081] sst-mfld-platform sst-mfld-platform: ASoC: adding Headset Playback widget
[    2.568087] sst-mfld-platform sst-mfld-platform: ASoC: adding Headset Capture widget
[    2.568105] snd-soc-dummy snd-soc-dummy: ASoC: adding Playback widget
[    2.568112] snd-soc-dummy snd-soc-dummy: ASoC: adding Capture widget
[    2.569166] sst-mfld-platform sst-mfld-platform: widget type=22 name=codec_in0
[    2.569191] sst-mfld-platform sst-mfld-platform: widget type=22 name=codec_in1
[    2.569211] sst-mfld-platform sst-mfld-platform: widget type=23 name=codec_out0
[    2.569239] sst-mfld-platform sst-mfld-platform: widget type=23 name=codec_out1
[    2.569266] sst-mfld-platform sst-mfld-platform: widget type=6 name=media0_in
[    2.569283] sst-mfld-platform sst-mfld-platform: widget type=6 name=media1_in
[    2.569299] sst-mfld-platform sst-mfld-platform: widget type=6 name=media2_in
[    2.569315] sst-mfld-platform sst-mfld-platform: widget type=6 name=media3_in
[    2.569334] sst-mfld-platform sst-mfld-platform: widget type=6 name=media0_out
[    2.569353] sst-mfld-platform sst-mfld-platform: widget type=6 name=media1_out
[    2.569372] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm0_in
[    2.569386] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm1_in
[    2.569401] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm0_out
[    2.569422] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm1_out
[    2.569450] sst-mfld-platform sst-mfld-platform: widget type=6 name=pcm2_out
[    2.569481] sst-mfld-platform sst-mfld-platform: widget type=6 name=sprot_loop_in
[    2.569494] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop1_in
[    2.569516] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop2_in
[    2.569534] sst-mfld-platform sst-mfld-platform: widget type=6 name=sprot_loop_out
[    2.569560] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop1_out
[    2.569589] sst-mfld-platform sst-mfld-platform: widget type=6 name=media_loop2_out
[    2.569618] sst-mfld-platform sst-mfld-platform: widget type=4 name=media0_out mix 0
[    2.569637] sst-mfld-platform sst-mfld-platform: widget type=4 name=media1_out mix 0
[    2.569655] sst-mfld-platform sst-mfld-platform: widget type=4 name=pcm0_out mix 0
[    2.569676] sst-mfld-platform sst-mfld-platform: widget type=4 name=pcm1_out mix 0
[    2.569700] sst-mfld-platform sst-mfld-platform: widget type=4 name=pcm2_out mix 0
[    2.569723] sst-mfld-platform sst-mfld-platform: widget type=4 name=sprot_loop_out mix 0
[    2.569749] sst-mfld-platform sst-mfld-platform: widget type=4 name=media_loop1_out mix 0
[    2.569779] sst-mfld-platform sst-mfld-platform: widget type=4 name=media_loop2_out mix 0
[    2.569808] sst-mfld-platform sst-mfld-platform: widget type=4 name=codec_out0 mix 0
[    2.569835] sst-mfld-platform sst-mfld-platform: widget type=4 name=codec_out1 mix 0
[    2.570012] rt5645 i2c-10EC5648:00: ASoC: adding AIF2 Playback widget
[    2.570021] rt5645 i2c-10EC5648:00: ASoC: adding AIF2 Capture widget
[    2.570027] rt5645 i2c-10EC5648:00: ASoC: adding AIF1 Playback widget
[    2.570033] rt5645 i2c-10EC5648:00: ASoC: adding AIF1 Capture widget
[    2.575265] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late -2
[    2.575276] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late -2
[    2.575282] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late -2
[    2.575287] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late -1
[    2.575292] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late -1
[    2.575297] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late -1
[    2.575303] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late 0
[    2.575308] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late 0
[    2.575313] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late 0
[    2.575319] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late 1
[    2.575324] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late 1
[    2.575329] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late 1
[    2.575334] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 0 late 2
[    2.575448] bytx205_rt5645 bytx205_rt5645: ASoC: registered pcm #0 Baytrail Audio (*)
[    2.575535] bytx205_rt5645 bytx205_rt5645: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[    2.575559] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 1 late 2
[    2.575607] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[    2.575682] bytx205_rt5645 bytx205_rt5645: ASoC: probe baytrailcraudio dai link 2 late 2
[    2.575741] bytx205_rt5645 bytx205_rt5645: ASoC: registered pcm #2 ((null))
[    2.575747] bytx205_rt5645 bytx205_rt5645: rt5645-aif1 <-> ssp1-port mapping ok
[    2.575813] rt5645 i2c-10EC5648:00: AIF2 Playback -> AIF2RX
[    2.575823] rt5645 i2c-10EC5648:00: AIF2TX -> AIF2 Capture
[    2.575831] rt5645 i2c-10EC5648:00: AIF1 Playback -> AIF1RX
[    2.575840] rt5645 i2c-10EC5648:00: AIF1TX -> AIF1 Capture
[    2.575848]  SSP1-Codec: connected DAI link sst-mfld-platform:ssp1 Tx -> i2c-10EC5648:00:AIF1 Playback
[    2.575853]  SSP1-Codec: connected DAI link i2c-10EC5648:00:AIF1 Capture -> sst-mfld-platform:ssp1 Rx
[    2.579409] asus_wmi: ASUS WMI generic driver loaded
[    2.583841] asus_wmi: Initialization: 0x1
[    2.584092] asus_wmi: BIOS WMI version: 7.9
[    2.584969] asus_wmi: SFUN value: 0x37
[    2.585704] iTCO_vendor_support: vendor-support=0
[    2.586955] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    2.587087] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    2.587351] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    2.594577] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
[    2.607756] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    2.609714] asus_wmi: Number of fans: 1
[    2.614412] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    2.614746] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-0/i2c-PDEC3393:00/0018:0B05:8585.0001/input/input6
[    2.621738] intel_rapl: Found RAPL domain package
[    2.621766] intel_rapl: Found RAPL domain core
[    2.628067] hid-generic 0018:0B05:8585.0001: input,hidraw0: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    2.631634] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43340 rev 2 pmurev 20
[    2.632950] usbcore: registered new interface driver brcmfmac
[    2.663765] random: nonblocking pool is initialized
[    2.667782] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.697713] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    2.698610] sst-mfld-platform sst-mfld-platform: media0_in: Ramp Delay5
[    2.698632] sst-mfld-platform sst-mfld-platform: media0_in: Mute 1
[    2.698675] sst-mfld-platform sst-mfld-platform: media0_in: Volume -1440, -1440
[    2.698699] sst-mfld-platform sst-mfld-platform: media1_in: Ramp Delay50
[    2.698717] sst-mfld-platform sst-mfld-platform: media1_in: Mute 0
[    2.698750] sst-mfld-platform sst-mfld-platform: media1_in: Volume 0, 0
[    2.698773] sst-mfld-platform sst-mfld-platform: media2_in: Ramp Delay5
[    2.698791] sst-mfld-platform sst-mfld-platform: media2_in: Mute 1
[    2.698825] sst-mfld-platform sst-mfld-platform: media2_in: Volume -1440, -1440
[    2.698849] sst-mfld-platform sst-mfld-platform: media3_in: Ramp Delay5
[    2.698867] sst-mfld-platform sst-mfld-platform: media3_in: Mute 1
[    2.698901] sst-mfld-platform sst-mfld-platform: media3_in: Volume -1440, -1440
[    2.698924] sst-mfld-platform sst-mfld-platform: pcm0_in: Ramp Delay50
[    2.698942] sst-mfld-platform sst-mfld-platform: pcm0_in: Mute 0
[    2.698975] sst-mfld-platform sst-mfld-platform: pcm0_in: Volume 0, 0
[    2.698999] sst-mfld-platform sst-mfld-platform: pcm1_in: Ramp Delay5
[    2.699017] sst-mfld-platform sst-mfld-platform: pcm1_in: Mute 1
[    2.699051] sst-mfld-platform sst-mfld-platform: pcm1_in: Volume -1440, -1440
[    2.699074] sst-mfld-platform sst-mfld-platform: pcm1_out: Ramp Delay5
[    2.699093] sst-mfld-platform sst-mfld-platform: pcm1_out: Mute 1
[    2.699126] sst-mfld-platform sst-mfld-platform: pcm1_out: Volume -1440, -1440
[    2.699151] sst-mfld-platform sst-mfld-platform: pcm2_out: Ramp Delay5
[    2.699169] sst-mfld-platform sst-mfld-platform: pcm2_out: Mute 1
[    2.699204] sst-mfld-platform sst-mfld-platform: pcm2_out: Volume -1440, -1440
[    2.699228] sst-mfld-platform sst-mfld-platform: codec_in0: Ramp Delay5
[    2.699246] sst-mfld-platform sst-mfld-platform: codec_in0: Mute 1
[    2.699280] sst-mfld-platform sst-mfld-platform: codec_in0: Volume -1440, -1440
[    2.699305] sst-mfld-platform sst-mfld-platform: codec_in1: Ramp Delay5
[    2.699323] sst-mfld-platform sst-mfld-platform: codec_in1: Mute 1
[    2.699358] sst-mfld-platform sst-mfld-platform: codec_in1: Volume -1440, -1440
[    2.699382] sst-mfld-platform sst-mfld-platform: codec_out0: Ramp Delay50
[    2.699401] sst-mfld-platform sst-mfld-platform: codec_out0: Mute 0
[    2.699435] sst-mfld-platform sst-mfld-platform: codec_out0: Volume 0, 0
[    2.699460] sst-mfld-platform sst-mfld-platform: codec_out1: Ramp Delay5
[    2.699478] sst-mfld-platform sst-mfld-platform: codec_out1: Mute 1
[    2.699514] sst-mfld-platform sst-mfld-platform: codec_out1: Volume -1440, -1440
[    2.699539] sst-mfld-platform sst-mfld-platform: media_loop1_out: Ramp Delay5
[    2.699558] sst-mfld-platform sst-mfld-platform: media_loop1_out: Mute 1
[    2.699594] sst-mfld-platform sst-mfld-platform: media_loop1_out: Volume -1440, -1440
[    2.699620] sst-mfld-platform sst-mfld-platform: media_loop2_out: Ramp Delay5
[    2.699640] sst-mfld-platform sst-mfld-platform: media_loop2_out: Mute 1
[    2.699676] sst-mfld-platform sst-mfld-platform: media_loop2_out: Volume -1440, -1440
[    2.699700] sst-mfld-platform sst-mfld-platform: sprot_loop_out: Ramp Delay5
[    2.699719] sst-mfld-platform sst-mfld-platform: sprot_loop_out: Mute 1
[    2.699755] sst-mfld-platform sst-mfld-platform: sprot_loop_out: Volume -1440, -1440
[    2.699780] sst-mfld-platform sst-mfld-platform: media0_in: Ramp Delay5
[    2.699799] sst-mfld-platform sst-mfld-platform: media0_in: Mute 1
[    2.699835] sst-mfld-platform sst-mfld-platform: media0_in: Volume -1440, -1440
[    2.699868] sst-mfld-platform sst-mfld-platform: control_name=media_loop1_out fir 0 params
[    2.699901] sst-mfld-platform sst-mfld-platform: control_name=media_loop1_out iir 0 params
[    2.699932] sst-mfld-platform sst-mfld-platform: control_name=media_loop1_out mdrp 0 params
[    2.699963] sst-mfld-platform sst-mfld-platform: control_name=media_loop2_out fir 0 params
[    2.699995] sst-mfld-platform sst-mfld-platform: control_name=media_loop2_out iir 0 params
[    2.700027] sst-mfld-platform sst-mfld-platform: control_name=media_loop2_out mdrp 0 params
[    2.700054] sst-mfld-platform sst-mfld-platform: control_name=sprot_loop_out lpro 0 params
[    2.700075] sst-mfld-platform sst-mfld-platform: control_name=codec_in0 dcr 0 params
[    2.700095] sst-mfld-platform sst-mfld-platform: control_name=codec_in1 dcr 0 params
[    2.700120] sst-mfld-platform sst-mfld-platform: tx channel codec_out0_0 map = 0x1
[    2.700127] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    2.700172] sst-mfld-platform sst-mfld-platform: tx channel codec_out0_1 map = 0x2
[    2.700177] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    2.700220] sst-mfld-platform sst-mfld-platform: tx channel codec_out1_0 map = 0x4
[    2.700226] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    2.700271] sst-mfld-platform sst-mfld-platform: tx channel codec_out1_1 map = 0x8
[    2.700276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    2.700315] sst-mfld-platform sst-mfld-platform: rx slot slot 0 map = 0x1
[    2.700321] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    2.700363] sst-mfld-platform sst-mfld-platform: rx slot slot 1 map = 0x2
[    2.700368] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    2.700411] sst-mfld-platform sst-mfld-platform: rx slot slot 2 map = 0x4
[    2.700417] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    2.700462] sst-mfld-platform sst-mfld-platform: rx slot slot 3 map = 0x8
[    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[    2.708420] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    2.708625] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-3/i2c-ELAN0100:00/0018:04F3:0401.0002/input/input7
[    2.709225] hid-generic 0018:04F3:0401.0002: input,hidraw1: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    2.719861] mousedev: PS/2 mouse device common for all mice
[    2.723903] fbcon: inteldrmfb (fb0) is primary device
[    2.729295] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.729665] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    2.729905] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[    3.848117] Console: switching to colour frame buffer device 170x48
[    3.861678] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.861681] i915 0000:00:02.0: registered panic notifier
[    3.897112] sst-mfld-platform sst-mfld-platform: media0_in: Ramp Delay5
[    3.897134] sst-mfld-platform sst-mfld-platform: media0_in: Mute 1
[    3.897173] sst-mfld-platform sst-mfld-platform: media0_in: Volume -1440, -1440
[    3.897198] sst-mfld-platform sst-mfld-platform: media1_in: Ramp Delay50
[    3.897216] sst-mfld-platform sst-mfld-platform: media1_in: Mute 0
[    3.897249] sst-mfld-platform sst-mfld-platform: media1_in: Volume 0, 0
[    3.897327] sst-mfld-platform sst-mfld-platform: media2_in: Ramp Delay5
[    3.897346] sst-mfld-platform sst-mfld-platform: media2_in: Mute 1
[    3.897381] sst-mfld-platform sst-mfld-platform: media2_in: Volume -1440, -1440
[    3.897405] sst-mfld-platform sst-mfld-platform: media3_in: Ramp Delay5
[    3.897424] sst-mfld-platform sst-mfld-platform: media3_in: Mute 1
[    3.897463] sst-mfld-platform sst-mfld-platform: media3_in: Volume -1440, -1440
[    3.897487] sst-mfld-platform sst-mfld-platform: pcm0_in: Ramp Delay50
[    3.897506] sst-mfld-platform sst-mfld-platform: pcm0_in: Mute 0
[    3.897540] sst-mfld-platform sst-mfld-platform: pcm0_in: Volume 0, 0
[    3.897564] sst-mfld-platform sst-mfld-platform: pcm1_in: Ramp Delay5
[    3.897583] sst-mfld-platform sst-mfld-platform: pcm1_in: Mute 1
[    3.897618] sst-mfld-platform sst-mfld-platform: pcm1_in: Volume -1440, -1440
[    3.897643] sst-mfld-platform sst-mfld-platform: pcm1_out: Ramp Delay5
[    3.897662] sst-mfld-platform sst-mfld-platform: pcm1_out: Mute 1
[    3.897697] sst-mfld-platform sst-mfld-platform: pcm1_out: Volume -1440, -1440
[    3.897722] sst-mfld-platform sst-mfld-platform: pcm2_out: Ramp Delay5
[    3.897740] sst-mfld-platform sst-mfld-platform: pcm2_out: Mute 1
[    3.897776] sst-mfld-platform sst-mfld-platform: pcm2_out: Volume -1440, -1440
[    3.897801] sst-mfld-platform sst-mfld-platform: codec_in0: Ramp Delay5
[    3.897819] sst-mfld-platform sst-mfld-platform: codec_in0: Mute 1
[    3.897854] sst-mfld-platform sst-mfld-platform: codec_in0: Volume -1440, -1440
[    3.897879] sst-mfld-platform sst-mfld-platform: codec_in1: Ramp Delay5
[    3.897897] sst-mfld-platform sst-mfld-platform: codec_in1: Mute 1
[    3.897932] sst-mfld-platform sst-mfld-platform: codec_in1: Volume -1440, -1440
[    3.897957] sst-mfld-platform sst-mfld-platform: codec_out0: Ramp Delay50
[    3.897976] sst-mfld-platform sst-mfld-platform: codec_out0: Mute 0
[    3.898012] sst-mfld-platform sst-mfld-platform: codec_out0: Volume 0, 0
[    3.898037] sst-mfld-platform sst-mfld-platform: codec_out1: Ramp Delay5
[    3.898056] sst-mfld-platform sst-mfld-platform: codec_out1: Mute 1
[    3.898092] sst-mfld-platform sst-mfld-platform: codec_out1: Volume -1440, -1440
[    3.898117] sst-mfld-platform sst-mfld-platform: media_loop1_out: Ramp Delay5
[    3.898137] sst-mfld-platform sst-mfld-platform: media_loop1_out: Mute 1
[    3.898174] sst-mfld-platform sst-mfld-platform: media_loop1_out: Volume -1440, -1440
[    3.898200] sst-mfld-platform sst-mfld-platform: media_loop2_out: Ramp Delay5
[    3.898220] sst-mfld-platform sst-mfld-platform: media_loop2_out: Mute 1
[    3.898257] sst-mfld-platform sst-mfld-platform: media_loop2_out: Volume -1440, -1440
[    3.898282] sst-mfld-platform sst-mfld-platform: sprot_loop_out: Ramp Delay5
[    3.898302] sst-mfld-platform sst-mfld-platform: sprot_loop_out: Mute 1
[    3.898338] sst-mfld-platform sst-mfld-platform: sprot_loop_out: Volume -1440, -1440
[    3.898364] sst-mfld-platform sst-mfld-platform: media0_in: Ramp Delay5
[    3.898384] sst-mfld-platform sst-mfld-platform: media0_in: Mute 1
[    3.898421] sst-mfld-platform sst-mfld-platform: media0_in: Volume -1440, -1440
[    3.898454] sst-mfld-platform sst-mfld-platform: control_name=media_loop1_out fir 0 params
[    3.898487] sst-mfld-platform sst-mfld-platform: control_name=media_loop1_out iir 0 params
[    3.898519] sst-mfld-platform sst-mfld-platform: control_name=media_loop1_out mdrp 0 params
[    3.898550] sst-mfld-platform sst-mfld-platform: control_name=media_loop2_out fir 0 params
[    3.898582] sst-mfld-platform sst-mfld-platform: control_name=media_loop2_out iir 0 params
[    3.898614] sst-mfld-platform sst-mfld-platform: control_name=media_loop2_out mdrp 0 params
[    3.898641] sst-mfld-platform sst-mfld-platform: control_name=sprot_loop_out lpro 0 params
[    3.898662] sst-mfld-platform sst-mfld-platform: control_name=codec_in0 dcr 0 params
[    3.898682] sst-mfld-platform sst-mfld-platform: control_name=codec_in1 dcr 0 params
[    3.898708] sst-mfld-platform sst-mfld-platform: tx channel codec_out0_0 map = 0x1
[    3.898714] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    3.898890] sst-mfld-platform sst-mfld-platform: tx channel codec_out0_1 map = 0x2
[    3.898896] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    3.899066] sst-mfld-platform sst-mfld-platform: tx channel codec_out1_0 map = 0x4
[    3.899072] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    3.899243] sst-mfld-platform sst-mfld-platform: tx channel codec_out1_1 map = 0x8
[    3.899249] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    3.899413] sst-mfld-platform sst-mfld-platform: rx slot slot 0 map = 0x1
[    3.899419] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    3.899591] sst-mfld-platform sst-mfld-platform: rx slot slot 1 map = 0x2
[    3.899597] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    3.899772] sst-mfld-platform sst-mfld-platform: rx slot slot 2 map = 0x4
[    3.899778] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    3.899954] sst-mfld-platform sst-mfld-platform: rx slot slot 3 map = 0x8
[    3.899960] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[    4.819217] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jun 17 2014 11:48:43 version 6.10.190.49 (r485840) FWID 01-8744bcd2
[    4.833811] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[    4.923515] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[    4.923525] brcmfmac: brcmf_add_if: ignore IF event
[    5.580422] cfg80211: Calling CRDA to update world regulatory domain
[    5.816139] cfg80211: Calling CRDA to update world regulatory domain
[    6.948275] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.948286] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.948293] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.948298] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.948304]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.948308]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.948312]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.948317]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.948409] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.948712]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.948745]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.948751]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.948910]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.948931]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.949136]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.949142]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.949210]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.949233]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.949347]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.949352]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.949398]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.949447]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.949454]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.949468] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.949473] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.949481] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.950318] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.950331] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.950338] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.950345] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.950351]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.950356]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.950361]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.950366]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.950377] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.950727]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.950766]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.950773]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.950971]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.950997]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.951245]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.951252]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.951334]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.951361]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.951505]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.951511]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.951569]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.951623]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.951631]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.951641] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.951647] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.951656] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.953831] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.953843] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.953851] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.953858] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.953864]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.953869]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.953874]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.953879]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.953890] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.954545]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.954582]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.954589]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.954942]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.954986]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.955181]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.955187]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.955359]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.955409]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.955527]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.955533]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.955584]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.955630]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.955638]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.955647] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.955652] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.955659] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.956825] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.956835] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.956845] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.956851] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.956856]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.956860]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.956864]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.956869]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.956878] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.957843]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.957879]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.957885]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.958198]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.958243]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.958430]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.958436]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.958622]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.958668]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 1 fmt 2
[    6.958800]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.958806]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.958863]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.958911]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.958918]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.958927] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.958932] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.958940] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.963261] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.963271] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.963277] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.963282] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.963286]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.963290]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.963293]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.963298]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.963307] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.963571]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.963607]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.963612]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.963777]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.963799]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.963985]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.963993]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.964060]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.964082]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.964189]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.964194]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.964238]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.964285]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.964294]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.964303] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.964308] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.964315] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.965220] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.965229] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.965235] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.965240] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.965246]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.965250]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.965254]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.965259]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.965268] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.965555]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.965590]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.965595]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.965759]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.965781]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.965962]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.965969]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.966036]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.966058]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.966173]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.966178]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.966228]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.966273]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.966280]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.966289] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.966294] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.966301] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.967207] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.967217] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.967223] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.967229] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.967234]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.967238]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.967242]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.967246]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.967255] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.967819]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.967857]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.967863]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.968165]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.968209]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.968395]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.968400]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.968574]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.968619]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.968732]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.968738]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.968792]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.968851]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.968857]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.968866] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.968870] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.968877] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.969486] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[    6.969495] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[    6.969500] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[    6.969505] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[    6.969509]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[    6.969513]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[    6.969517]  Baytrail Audio Port: ASoC: found 0 new BE paths
[    6.969524]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    6.969531] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.970405]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.970438]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.970444]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.970720]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.970759]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.970936]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.970942]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.971106]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.971147]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[    6.971258]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[    6.971264]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[    6.971318]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.971370]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    6.971377]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[    6.971386] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[    6.971391] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[    6.971398] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[    6.972023] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[    6.972033] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out mix 0 in widget list pos 1
[    6.972040] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out in widget list pos 2
[    6.972048] sst-mfld-platform sst-mfld-platform: ASoC: added pcm0_in in widget list pos 3
[    6.972054] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 mix 0 in widget list pos 4
[    6.972059] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 in widget list pos 5
[    6.972065] sst-mfld-platform sst-mfld-platform: ASoC: added ssp1 Tx in widget list pos 6
[    6.972071] rt5645 i2c-10EC5648:00: ASoC: added AIF1 Playback in widget list pos 7
[    6.972077] rt5645 i2c-10EC5648:00: ASoC: added AIF1RX in widget list pos 8
[    6.972082] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC3 in widget list pos 9
[    6.972088] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 R Mux in widget list pos 10
[    6.972094] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC2 in widget list pos 11
[    6.972099] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 L Mux in widget list pos 12
[    6.972104] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Mux in widget list pos 13
[    6.972109] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Volume in widget list pos 14
[    6.972119] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC1 in widget list pos 15
[    6.972125] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 R Mux in widget list pos 16
[    6.972130] rt5645 i2c-10EC5648:00: ASoC: added DAC1 R Mux in widget list pos 17
[    6.972135] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXR in widget list pos 18
[    6.972140] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXR in widget list pos 19
[    6.972146] rt5645 i2c-10EC5648:00: ASoC: added DAC R1 in widget list pos 20
[    6.972151] rt5645 i2c-10EC5648:00: ASoC: added SPOR MIX in widget list pos 21
[    6.972156] rt5645 i2c-10EC5648:00: ASoC: added SPK amp in widget list pos 22
[    6.972161] rt5645 i2c-10EC5648:00: ASoC: added SPOR in widget list pos 23
[    6.972167] bytx205_rt5645 bytx205_rt5645: ASoC: added Ext Spk in widget list pos 24
[    6.972172] rt5645 i2c-10EC5648:00: ASoC: added SPOL in widget list pos 25
[    6.972178] rt5645 i2c-10EC5648:00: ASoC: added DAC 1 in widget list pos 26
[    6.972184] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXR in widget list pos 27
[    6.972192] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC0 in widget list pos 28
[    6.972198] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 L Mux in widget list pos 29
[    6.972203] rt5645 i2c-10EC5648:00: ASoC: added DAC1 L Mux in widget list pos 30
[    6.972208] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXL in widget list pos 31
[    6.972214] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXL in widget list pos 32
[    6.972219] rt5645 i2c-10EC5648:00: ASoC: added DAC L1 in widget list pos 33
[    6.972224] rt5645 i2c-10EC5648:00: ASoC: added SPOL MIX in widget list pos 34
[    6.972230] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXL in widget list pos 35
[    6.972237]  Baytrail Audio Port: ASoC: found 8 audio playback paths
[    6.972243]  Baytrail Audio Port: connected new DPCM playback path Baytrail Audio Port -> SSP1-Codec
[    6.972258]  Baytrail Audio Port: ASoC: found 1 new BE paths
[    6.972267]  SSP1-Codec: ASoC: open playback BE SSP1-Codec
[    6.972275] sst-mfld-platform sst-mfld-platform: enable=1, usage=0
[    6.972281] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[    6.972288] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 55 00 00 00  ............U...
[    6.972295] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[    6.972301] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[    6.972306] intel_sst_acpi 80860F28:00: length is 8
[    6.972311] intel_sst_acpi 80860F28:00: Enter
[    6.972316] intel_sst_acpi 80860F28:00: Enter: sync: 0
[    6.972324] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[    6.972328] intel_sst_acpi 80860F28:00: sst: size = 0x8
[    6.972334] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[    6.972340] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
[    7.970986] intel_sst_acpi 80860F28:00: Enter
[    7.970993] pvt_id freed --> 1
[    7.971011]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[    7.971028] intel_sst_acpi 80860F28:00: Enable: pm usage count: 1
[    7.971036] intel_sst_acpi 80860F28:00: sst_load_fw
[    7.971045] intel_sst_acpi 80860F28:00: Enter
[    7.971064] intel_sst_acpi 80860F28:00: sst: Resetting the DSP in mrfld
[    7.971076] intel_sst_acpi 80860F28:00: value:0x1e40001
[    7.971086] intel_sst_acpi 80860F28:00: value:0x1e40007
[    7.971096] intel_sst_acpi 80860F28:00: value:0x1e40006
[    8.010659] intel_sst_acpi 80860F28:00: config written to DCCM
[    8.010667] intel_sst_acpi 80860F28:00: sst: Starting the DSP in mrfld LALALALA
[    8.010673] intel_sst_acpi 80860F28:00: value:0x1e40006
[    8.010679] intel_sst_acpi 80860F28:00: value:0x1e40007
[    8.010685] intel_sst_acpi 80860F28:00: sst: Starting the DSP_merrifield:1e40802
[    8.010690] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 0 drv_id 1
[    8.725834] cfg80211: Calling CRDA to update world regulatory domain
[    9.009085] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x0 fw_state 0x1
[    9.009095] intel_sst_acpi 80860F28:00: fw download failed -16
[    9.009107] intel_sst_acpi 80860F28:00: Enter
[    9.009111] pvt_id freed --> 1
[    9.009117] intel_sst_acpi 80860F28:00: fw load successful!!!
[    9.009122] intel_sst_acpi 80860F28:00: FW download fail -16
[    9.009331]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[    9.009341]  SSP1-Codec: ASoC: close BE Baytrail Audio Port
[    9.009349] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[    9.009355] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[    9.009361] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[    9.009365] writing to lpe: 00000010: 03 00 00 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[    9.009369] writing to lpe: 00000020: 00 00                                            ..
[    9.009377] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[    9.009383] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[    9.009388] intel_sst_acpi 80860F28:00: length is 26
[    9.009392] intel_sst_acpi 80860F28:00: Enter
[    9.009398] intel_sst_acpi 80860F28:00: Enter: sync: 0
[    9.009405] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[    9.009410] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[    9.009420] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[    9.009426] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   10.010271] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   10.010298] intel_sst_acpi 80860F28:00: fw returned err -16
[   10.010316] intel_sst_acpi 80860F28:00: Enter
[   10.010328] pvt_id freed --> 1
[   10.010352] sst-mfld-platform sst-mfld-platform: enable=0, usage=1
[   10.010369] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 0e 00 00 00  ................
[   10.010391] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   10.010410] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   10.010425] intel_sst_acpi 80860F28:00: length is 8
[   10.010439] intel_sst_acpi 80860F28:00: Enter
[   10.010456] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   10.010480] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   10.010489] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   10.010499] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   10.010509] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   11.010642] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   11.010671] intel_sst_acpi 80860F28:00: fw returned err -16
[   11.010682] intel_sst_acpi 80860F28:00: Enter
[   11.010689] pvt_id freed --> 1
[   11.010703] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[   11.010724]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   11.010736] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   11.010746] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   11.010756] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   11.010768]  SSP1-Codec: ASoC: BE SSP1-Codec event 2 dir 0
[   11.011577]  Baytrail Audio Port: ASoC: BE playback disconnect check for SSP1-Codec
[   11.011589]  Baytrail Audio Port: freed DSP playback path Baytrail Audio Port -> SSP1-Codec
[   11.012253] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[   11.012268] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out mix 0 in widget list pos 1
[   11.012285] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out in widget list pos 2
[   11.012296] sst-mfld-platform sst-mfld-platform: ASoC: added pcm0_in in widget list pos 3
[   11.012306] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 mix 0 in widget list pos 4
[   11.012316] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 in widget list pos 5
[   11.012326] sst-mfld-platform sst-mfld-platform: ASoC: added ssp1 Tx in widget list pos 6
[   11.012338] rt5645 i2c-10EC5648:00: ASoC: added AIF1 Playback in widget list pos 7
[   11.012348] rt5645 i2c-10EC5648:00: ASoC: added AIF1RX in widget list pos 8
[   11.012358] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC3 in widget list pos 9
[   11.012368] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 R Mux in widget list pos 10
[   11.012379] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC2 in widget list pos 11
[   11.012389] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 L Mux in widget list pos 12
[   11.012399] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Mux in widget list pos 13
[   11.012408] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Volume in widget list pos 14
[   11.012420] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC1 in widget list pos 15
[   11.012430] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 R Mux in widget list pos 16
[   11.012440] rt5645 i2c-10EC5648:00: ASoC: added DAC1 R Mux in widget list pos 17
[   11.012449] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXR in widget list pos 18
[   11.012459] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXR in widget list pos 19
[   11.012469] rt5645 i2c-10EC5648:00: ASoC: added DAC R1 in widget list pos 20
[   11.012479] rt5645 i2c-10EC5648:00: ASoC: added SPOR MIX in widget list pos 21
[   11.012488] rt5645 i2c-10EC5648:00: ASoC: added SPK amp in widget list pos 22
[   11.012499] rt5645 i2c-10EC5648:00: ASoC: added SPOR in widget list pos 23
[   11.012510] bytx205_rt5645 bytx205_rt5645: ASoC: added Ext Spk in widget list pos 24
[   11.012520] rt5645 i2c-10EC5648:00: ASoC: added SPOL in widget list pos 25
[   11.012530] rt5645 i2c-10EC5648:00: ASoC: added DAC 1 in widget list pos 26
[   11.012540] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXR in widget list pos 27
[   11.012550] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC0 in widget list pos 28
[   11.012560] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 L Mux in widget list pos 29
[   11.012570] rt5645 i2c-10EC5648:00: ASoC: added DAC1 L Mux in widget list pos 30
[   11.012580] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXL in widget list pos 31
[   11.012591] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXL in widget list pos 32
[   11.012600] rt5645 i2c-10EC5648:00: ASoC: added DAC L1 in widget list pos 33
[   11.012610] rt5645 i2c-10EC5648:00: ASoC: added SPOL MIX in widget list pos 34
[   11.012621] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXL in widget list pos 35
[   11.012631]  Baytrail Audio Port: ASoC: found 8 audio playback paths
[   11.012642]  Baytrail Audio Port: connected new DPCM playback path Baytrail Audio Port -> SSP1-Codec
[   11.012662]  Baytrail Audio Port: ASoC: found 1 new BE paths
[   11.012672]  SSP1-Codec: ASoC: open playback BE SSP1-Codec
[   11.012685] sst-mfld-platform sst-mfld-platform: enable=1, usage=0
[   11.012695] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   11.012706] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 55 00 00 00  ............U...
[   11.012725] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   11.012735] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   11.012743] intel_sst_acpi 80860F28:00: length is 8
[   11.012751] intel_sst_acpi 80860F28:00: Enter
[   11.012761] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   11.012772] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   11.012780] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   11.012789] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   11.012798] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   11.872132] cfg80211: Calling CRDA to update world regulatory domain
[   12.012547] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   12.012575] intel_sst_acpi 80860F28:00: fw returned err -16
[   12.012592] intel_sst_acpi 80860F28:00: Enter
[   12.012604] pvt_id freed --> 1
[   12.012635]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   12.012661] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[   12.013114]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   12.013138]  SSP1-Codec: ASoC: close BE Baytrail Audio Port
[   12.013160] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   12.013177] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   12.013193] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   12.013207] writing to lpe: 00000010: 03 00 00 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   12.013219] writing to lpe: 00000020: 00 00                                            ..
[   12.013241] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   12.013258] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   12.013273] intel_sst_acpi 80860F28:00: length is 26
[   12.013288] intel_sst_acpi 80860F28:00: Enter
[   12.013304] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   12.013323] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   12.013337] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   12.013358] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   12.013375] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   13.012429] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   13.012457] intel_sst_acpi 80860F28:00: fw returned err -16
[   13.012475] intel_sst_acpi 80860F28:00: Enter
[   13.012487] pvt_id freed --> 1
[   13.012510] sst-mfld-platform sst-mfld-platform: enable=0, usage=1
[   13.012527] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 0e 00 00 00  ................
[   13.012549] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   13.012568] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   13.012582] intel_sst_acpi 80860F28:00: length is 8
[   13.012597] intel_sst_acpi 80860F28:00: Enter
[   13.012613] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   13.012631] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   13.012646] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   13.012662] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   13.012679] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   14.011556] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   14.011583] intel_sst_acpi 80860F28:00: fw returned err -16
[   14.011601] intel_sst_acpi 80860F28:00: Enter
[   14.011613] pvt_id freed --> 1
[   14.011634] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[   14.011663]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   14.011684] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   14.011699] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   14.011716] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   14.011734]  SSP1-Codec: ASoC: BE SSP1-Codec event 2 dir 0
[   14.012648]  Baytrail Audio Port: ASoC: BE playback disconnect check for SSP1-Codec
[   14.012671]  Baytrail Audio Port: freed DSP playback path Baytrail Audio Port -> SSP1-Codec
[   14.013351] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[   14.013366] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out mix 0 in widget list pos 1
[   14.013376] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out in widget list pos 2
[   14.013387] sst-mfld-platform sst-mfld-platform: ASoC: added pcm0_in in widget list pos 3
[   14.013397] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 mix 0 in widget list pos 4
[   14.013407] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 in widget list pos 5
[   14.013417] sst-mfld-platform sst-mfld-platform: ASoC: added ssp1 Tx in widget list pos 6
[   14.013429] rt5645 i2c-10EC5648:00: ASoC: added AIF1 Playback in widget list pos 7
[   14.013438] rt5645 i2c-10EC5648:00: ASoC: added AIF1RX in widget list pos 8
[   14.013448] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC3 in widget list pos 9
[   14.013458] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 R Mux in widget list pos 10
[   14.013469] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC2 in widget list pos 11
[   14.013479] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 L Mux in widget list pos 12
[   14.013488] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Mux in widget list pos 13
[   14.013498] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Volume in widget list pos 14
[   14.013510] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC1 in widget list pos 15
[   14.013520] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 R Mux in widget list pos 16
[   14.013530] rt5645 i2c-10EC5648:00: ASoC: added DAC1 R Mux in widget list pos 17
[   14.013540] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXR in widget list pos 18
[   14.013549] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXR in widget list pos 19
[   14.013559] rt5645 i2c-10EC5648:00: ASoC: added DAC R1 in widget list pos 20
[   14.013569] rt5645 i2c-10EC5648:00: ASoC: added SPOR MIX in widget list pos 21
[   14.013579] rt5645 i2c-10EC5648:00: ASoC: added SPK amp in widget list pos 22
[   14.013589] rt5645 i2c-10EC5648:00: ASoC: added SPOR in widget list pos 23
[   14.013599] bytx205_rt5645 bytx205_rt5645: ASoC: added Ext Spk in widget list pos 24
[   14.013609] rt5645 i2c-10EC5648:00: ASoC: added SPOL in widget list pos 25
[   14.013619] rt5645 i2c-10EC5648:00: ASoC: added DAC 1 in widget list pos 26
[   14.013629] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXR in widget list pos 27
[   14.013639] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC0 in widget list pos 28
[   14.013649] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 L Mux in widget list pos 29
[   14.013659] rt5645 i2c-10EC5648:00: ASoC: added DAC1 L Mux in widget list pos 30
[   14.013669] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXL in widget list pos 31
[   14.013679] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXL in widget list pos 32
[   14.013689] rt5645 i2c-10EC5648:00: ASoC: added DAC L1 in widget list pos 33
[   14.013698] rt5645 i2c-10EC5648:00: ASoC: added SPOL MIX in widget list pos 34
[   14.013709] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXL in widget list pos 35
[   14.013719]  Baytrail Audio Port: ASoC: found 8 audio playback paths
[   14.013730]  Baytrail Audio Port: connected new DPCM playback path Baytrail Audio Port -> SSP1-Codec
[   14.013750]  Baytrail Audio Port: ASoC: found 1 new BE paths
[   14.013760]  SSP1-Codec: ASoC: open playback BE SSP1-Codec
[   14.013772] sst-mfld-platform sst-mfld-platform: enable=1, usage=0
[   14.013782] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   14.013793] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 55 00 00 00  ............U...
[   14.013806] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   14.013816] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   14.013825] intel_sst_acpi 80860F28:00: length is 8
[   14.013834] intel_sst_acpi 80860F28:00: Enter
[   14.013844] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   14.013856] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   14.013865] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   14.013875] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   14.013885] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   15.012097] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   15.012124] intel_sst_acpi 80860F28:00: fw returned err -16
[   15.012142] intel_sst_acpi 80860F28:00: Enter
[   15.012153] pvt_id freed --> 1
[   15.012184]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   15.012210] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[   15.012645]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   15.012660]  SSP1-Codec: ASoC: close BE Baytrail Audio Port
[   15.012674] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   15.012684] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   15.012695] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   15.012703] writing to lpe: 00000010: 03 00 00 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   15.012710] writing to lpe: 00000020: 00 00                                            ..
[   15.012724] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   15.012734] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   15.012743] intel_sst_acpi 80860F28:00: length is 26
[   15.012752] intel_sst_acpi 80860F28:00: Enter
[   15.012762] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   15.012774] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   15.012783] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   15.012798] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   15.012808] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   15.017620] cfg80211: Calling CRDA to update world regulatory domain
[   16.011814] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   16.011841] intel_sst_acpi 80860F28:00: fw returned err -16
[   16.011859] intel_sst_acpi 80860F28:00: Enter
[   16.011871] pvt_id freed --> 1
[   16.011895] sst-mfld-platform sst-mfld-platform: enable=0, usage=1
[   16.011912] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 0e 00 00 00  ................
[   16.011934] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   16.011952] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   16.011966] intel_sst_acpi 80860F28:00: length is 8
[   16.011980] intel_sst_acpi 80860F28:00: Enter
[   16.012003] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   16.012015] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   16.012023] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   16.012034] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   16.012044] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   16.020347]  Baytrail Audio Port: ASoC: pop wq checking: Playback status: active waiting: yes
[   17.011553] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   17.011580] intel_sst_acpi 80860F28:00: fw returned err -16
[   17.011603] intel_sst_acpi 80860F28:00: Enter
[   17.011611] pvt_id freed --> 1
[   17.011624] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[   17.011653]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   17.011667] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   17.011677] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   17.011687] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   17.011700]  SSP1-Codec: ASoC: BE SSP1-Codec event 2 dir 0
[   17.011794]  SSP1-Codec: ASoC: pop wq checking: AIF1 Playback status: inactive waiting: yes
[   17.012191]  Baytrail Audio Port: ASoC: BE playback disconnect check for SSP1-Codec
[   17.012207]  Baytrail Audio Port: freed DSP playback path Baytrail Audio Port -> SSP1-Codec
[   17.012870] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[   17.012885] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out mix 0 in widget list pos 1
[   17.012896] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out in widget list pos 2
[   17.012907] sst-mfld-platform sst-mfld-platform: ASoC: added pcm0_in in widget list pos 3
[   17.012917] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 mix 0 in widget list pos 4
[   17.012927] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 in widget list pos 5
[   17.012937] sst-mfld-platform sst-mfld-platform: ASoC: added ssp1 Tx in widget list pos 6
[   17.012949] rt5645 i2c-10EC5648:00: ASoC: added AIF1 Playback in widget list pos 7
[   17.012959] rt5645 i2c-10EC5648:00: ASoC: added AIF1RX in widget list pos 8
[   17.012969] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC3 in widget list pos 9
[   17.012979] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 R Mux in widget list pos 10
[   17.012990] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC2 in widget list pos 11
[   17.012999] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 L Mux in widget list pos 12
[   17.013009] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Mux in widget list pos 13
[   17.013019] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Volume in widget list pos 14
[   17.013030] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC1 in widget list pos 15
[   17.013040] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 R Mux in widget list pos 16
[   17.013050] rt5645 i2c-10EC5648:00: ASoC: added DAC1 R Mux in widget list pos 17
[   17.013060] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXR in widget list pos 18
[   17.013069] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXR in widget list pos 19
[   17.013079] rt5645 i2c-10EC5648:00: ASoC: added DAC R1 in widget list pos 20
[   17.013089] rt5645 i2c-10EC5648:00: ASoC: added SPOR MIX in widget list pos 21
[   17.013099] rt5645 i2c-10EC5648:00: ASoC: added SPK amp in widget list pos 22
[   17.013109] rt5645 i2c-10EC5648:00: ASoC: added SPOR in widget list pos 23
[   17.013120] bytx205_rt5645 bytx205_rt5645: ASoC: added Ext Spk in widget list pos 24
[   17.013130] rt5645 i2c-10EC5648:00: ASoC: added SPOL in widget list pos 25
[   17.013140] rt5645 i2c-10EC5648:00: ASoC: added DAC 1 in widget list pos 26
[   17.013150] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXR in widget list pos 27
[   17.013160] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC0 in widget list pos 28
[   17.013170] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 L Mux in widget list pos 29
[   17.013180] rt5645 i2c-10EC5648:00: ASoC: added DAC1 L Mux in widget list pos 30
[   17.013190] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXL in widget list pos 31
[   17.013200] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXL in widget list pos 32
[   17.013210] rt5645 i2c-10EC5648:00: ASoC: added DAC L1 in widget list pos 33
[   17.013220] rt5645 i2c-10EC5648:00: ASoC: added SPOL MIX in widget list pos 34
[   17.013230] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXL in widget list pos 35
[   17.013240]  Baytrail Audio Port: ASoC: found 8 audio playback paths
[   17.013251]  Baytrail Audio Port: connected new DPCM playback path Baytrail Audio Port -> SSP1-Codec
[   17.013273]  Baytrail Audio Port: ASoC: found 1 new BE paths
[   17.013283]  SSP1-Codec: ASoC: open playback BE SSP1-Codec
[   17.013296] sst-mfld-platform sst-mfld-platform: enable=1, usage=0
[   17.013307] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   17.013319] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 55 00 00 00  ............U...
[   17.013370] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   17.013382] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   17.013391] intel_sst_acpi 80860F28:00: length is 8
[   17.013400] intel_sst_acpi 80860F28:00: Enter
[   17.013411] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   17.013423] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   17.013431] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   17.013441] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   17.013452] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   18.011437] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   18.011454] intel_sst_acpi 80860F28:00: fw returned err -16
[   18.011465] intel_sst_acpi 80860F28:00: Enter
[   18.011472] pvt_id freed --> 1
[   18.011493]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   18.011509] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[   18.012649]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   18.012665]  SSP1-Codec: ASoC: close BE Baytrail Audio Port
[   18.012678] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   18.012689] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   18.012699] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   18.012708] writing to lpe: 00000010: 03 00 00 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   18.012715] writing to lpe: 00000020: 00 00                                            ..
[   18.012729] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   18.012739] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   18.012748] intel_sst_acpi 80860F28:00: length is 26
[   18.012757] intel_sst_acpi 80860F28:00: Enter
[   18.012767] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   18.012779] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   18.012788] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   18.012803] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   18.012813] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   18.163474] cfg80211: Calling CRDA to update world regulatory domain
[   19.011192] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   19.011209] intel_sst_acpi 80860F28:00: fw returned err -16
[   19.011220] intel_sst_acpi 80860F28:00: Enter
[   19.011227] pvt_id freed --> 1
[   19.011243] sst-mfld-platform sst-mfld-platform: enable=0, usage=1
[   19.011253] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 0e 00 00 00  ................
[   19.011267] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   19.011278] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   19.011287] intel_sst_acpi 80860F28:00: length is 8
[   19.011296] intel_sst_acpi 80860F28:00: Enter
[   19.011306] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   19.011318] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   19.011326] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   19.011336] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   19.011346] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   20.010914] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   20.010932] intel_sst_acpi 80860F28:00: fw returned err -16
[   20.010943] intel_sst_acpi 80860F28:00: Enter
[   20.010950] pvt_id freed --> 1
[   20.010963] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[   20.010983]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   20.010996] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   20.011005] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   20.011015] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   20.011027]  SSP1-Codec: ASoC: BE SSP1-Codec event 2 dir 0
[   20.011609]  Baytrail Audio Port: ASoC: BE playback disconnect check for SSP1-Codec
[   20.011621]  Baytrail Audio Port: freed DSP playback path Baytrail Audio Port -> SSP1-Codec
[   20.012312] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[   20.012325] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out mix 0 in widget list pos 1
[   20.012335] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out in widget list pos 2
[   20.012344] sst-mfld-platform sst-mfld-platform: ASoC: added pcm0_in in widget list pos 3
[   20.012354] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 mix 0 in widget list pos 4
[   20.012363] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 in widget list pos 5
[   20.012372] sst-mfld-platform sst-mfld-platform: ASoC: added ssp1 Tx in widget list pos 6
[   20.012382] rt5645 i2c-10EC5648:00: ASoC: added AIF1 Playback in widget list pos 7
[   20.012391] rt5645 i2c-10EC5648:00: ASoC: added AIF1RX in widget list pos 8
[   20.012400] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC3 in widget list pos 9
[   20.012409] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 R Mux in widget list pos 10
[   20.012419] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC2 in widget list pos 11
[   20.012464] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 L Mux in widget list pos 12
[   20.012474] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Mux in widget list pos 13
[   20.012483] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Volume in widget list pos 14
[   20.012494] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC1 in widget list pos 15
[   20.012504] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 R Mux in widget list pos 16
[   20.012512] rt5645 i2c-10EC5648:00: ASoC: added DAC1 R Mux in widget list pos 17
[   20.012521] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXR in widget list pos 18
[   20.012530] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXR in widget list pos 19
[   20.012539] rt5645 i2c-10EC5648:00: ASoC: added DAC R1 in widget list pos 20
[   20.012548] rt5645 i2c-10EC5648:00: ASoC: added SPOR MIX in widget list pos 21
[   20.012557] rt5645 i2c-10EC5648:00: ASoC: added SPK amp in widget list pos 22
[   20.012566] rt5645 i2c-10EC5648:00: ASoC: added SPOR in widget list pos 23
[   20.012576] bytx205_rt5645 bytx205_rt5645: ASoC: added Ext Spk in widget list pos 24
[   20.012585] rt5645 i2c-10EC5648:00: ASoC: added SPOL in widget list pos 25
[   20.012594] rt5645 i2c-10EC5648:00: ASoC: added DAC 1 in widget list pos 26
[   20.012603] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXR in widget list pos 27
[   20.012612] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC0 in widget list pos 28
[   20.012622] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 L Mux in widget list pos 29
[   20.012630] rt5645 i2c-10EC5648:00: ASoC: added DAC1 L Mux in widget list pos 30
[   20.012640] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXL in widget list pos 31
[   20.012649] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXL in widget list pos 32
[   20.012658] rt5645 i2c-10EC5648:00: ASoC: added DAC L1 in widget list pos 33
[   20.012666] rt5645 i2c-10EC5648:00: ASoC: added SPOL MIX in widget list pos 34
[   20.012676] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXL in widget list pos 35
[   20.012686]  Baytrail Audio Port: ASoC: found 8 audio playback paths
[   20.012696]  Baytrail Audio Port: connected new DPCM playback path Baytrail Audio Port -> SSP1-Codec
[   20.012715]  Baytrail Audio Port: ASoC: found 1 new BE paths
[   20.012724]  SSP1-Codec: ASoC: open playback BE SSP1-Codec
[   20.012736] sst-mfld-platform sst-mfld-platform: enable=1, usage=0
[   20.012746] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   20.012756] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 55 00 00 00  ............U...
[   20.012767] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   20.012777] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   20.012785] intel_sst_acpi 80860F28:00: length is 8
[   20.012793] intel_sst_acpi 80860F28:00: Enter
[   20.012869] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   20.012880] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   20.012888] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   20.012897] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   20.012907] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   21.017343] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   21.017361] intel_sst_acpi 80860F28:00: fw returned err -16
[   21.017372] intel_sst_acpi 80860F28:00: Enter
[   21.017379] pvt_id freed --> 1
[   21.017399]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   21.017415] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[   21.017969]  SSP1-Codec: ASoC: hw_params BE Baytrail Audio Port
[   21.040904] rt5645 i2c-10EC5648:00: Sysclk is 24576000Hz and clock id is 1
[   21.047698] rt5645 i2c-10EC5648:00: bypass=0 m=10 n=490 k=2
[   21.059456] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[   21.059481] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[   21.066168] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   21.066180] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   21.066188] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   21.066193] writing to lpe: 00000010: 03 00 03 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   21.066198] writing to lpe: 00000020: 00 00                                            ..
[   21.066208] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   21.066215] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   21.066221] intel_sst_acpi 80860F28:00: length is 26
[   21.066227] intel_sst_acpi 80860F28:00: Enter
[   21.066233] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   21.066242] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   21.066254] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   21.066266] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   21.066273] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   21.312624] cfg80211: Calling CRDA to update world regulatory domain
[   22.020434]  Baytrail Audio Port: ASoC: pop wq checking: Playback status: active waiting: yes
[   22.066372] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   22.066399] intel_sst_acpi 80860F28:00: fw returned err -16
[   22.066416] intel_sst_acpi 80860F28:00: Enter
[   22.066428] pvt_id freed --> 1
[   22.066467]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   22.066571]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   22.066589]  SSP1-Codec: ASoC: prepare BE Baytrail Audio Port
[   22.141384] intel_sst_acpi 80860F28:00: Enter
[   22.141401] intel_sst_acpi 80860F28:00: alloc tstamp location = 0xff34484c
[   22.141411] intel_sst_acpi 80860F28:00: assigned pipe id 0x90 to task 3
[   22.141420] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[   22.141437] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   22.141450] intel_sst_acpi 80860F28:00: Enter
[   22.141458] intel_sst_acpi 80860F28:00: pvt_id = 1, pipe id = 144, task = 3 ipc_msg: 1
[   22.141465] intel_sst_acpi 80860F28:00: header:b0001301
[   22.141472] intel_sst_acpi 80860F28:00: response rqd: 1
[   22.141479] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:108
[   22.141486] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   22.141495] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   22.141502] intel_sst_acpi 80860F28:00: sst: size = 0x6c
[   22.141551] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   22.141569]  SSP1-Codec: ASoC: pop wq checking: AIF1 Playback status: active waiting: no
[   23.139726] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   23.144358] intel_sst_acpi 80860F28:00: Enter
[   23.144368] pvt_id freed --> 1
[   23.144380] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[   23.148990] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[   23.152743] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[   23.155468]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[   23.158448]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   23.158459]  SSP1-Codec: ASoC: hw_free BE Baytrail Audio Port
[   23.158485]  SSP1-Codec: ASoC: hw_params BE Baytrail Audio Port
[   23.158498] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[   23.158504] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[   23.158515] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   23.161302] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   23.161309] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   23.161314] writing to lpe: 00000010: 03 00 03 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   23.161319] writing to lpe: 00000020: 00 00                                            ..
[   23.161328] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   23.161334] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   23.161340] intel_sst_acpi 80860F28:00: length is 26
[   23.161345] intel_sst_acpi 80860F28:00: Enter
[   23.161351] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   23.161359] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   23.161364] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   23.161374] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   23.161380] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   24.159421] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   24.164264] intel_sst_acpi 80860F28:00: fw returned err -16
[   24.167631] intel_sst_acpi 80860F28:00: Enter
[   24.167638] pvt_id freed --> 1
[   24.167651]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   24.167917]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   24.167927]  SSP1-Codec: ASoC: prepare BE Baytrail Audio Port
[   24.168151] sst-mfld-platform sst-mfld-platform: Enter: widget=codec_out0
[   24.168162] writing to lpe: 00000000: 01 02 01 01 00 00 1e 00 ff ff ff ff 82 00 16 00  ................
[   24.168167] writing to lpe: 00000010: 82 00 12 00 03 00 01 02 04 08 10 20 40 80 01 02  ........... @...
[   24.168172] writing to lpe: 00000020: 04 08 10 20 40 80                                ... @.
[   24.168181] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:1 pipe: 0x0 length:0x1e
[   24.168188] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   24.168194] intel_sst_acpi 80860F28:00: length is 30
[   24.168199] intel_sst_acpi 80860F28:00: Enter
[   24.168206] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   24.168215] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001102
[   24.168221] intel_sst_acpi 80860F28:00: sst: size = 0x1e
[   24.168234] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:30
[   24.168240] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   24.461700] cfg80211: Calling CRDA to update world regulatory domain
[   25.169163] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   25.174018] intel_sst_acpi 80860F28:00: fw returned err -16
[   25.178719] intel_sst_acpi 80860F28:00: Enter
[   25.178728] pvt_id freed --> 1
[   25.178745] sst-mfld-platform sst-mfld-platform: Enter: widget=codec_out0
[   25.178755] sst-mfld-platform sst-mfld-platform: control name=codec_out0 Gain 0 Volume
[   25.178764] sst-mfld-platform sst-mfld-platform: Enter
[   25.178774] writing to lpe: 00000000: 01 02 01 01 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   25.178782] writing to lpe: 00000010: 01 00 00 02 67 00 00 00 00 00 32 00              ....g.....2.
[   25.178796] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:1 pipe: 0x0 length:0x14
[   25.178807] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   25.178816] intel_sst_acpi 80860F28:00: length is 20
[   25.178824] intel_sst_acpi 80860F28:00: Enter
[   25.178834] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   25.178846] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001102
[   25.178855] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   25.178867] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   25.178876] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   26.178738] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   26.183563] intel_sst_acpi 80860F28:00: fw returned err -16
[   26.188236] intel_sst_acpi 80860F28:00: Enter
[   26.188246] pvt_id freed --> 1
[   26.188268] sst-mfld-platform sst-mfld-platform: widget = codec_out0 mix 0
[   26.188279] sst-mfld-platform sst-mfld-platform: val = 0x2000
[   26.188288] sst-mfld-platform sst-mfld-platform: reg: 0x2000
[   26.188298] sst-mfld-platform sst-mfld-platform: input id: 0x8dff, nb_inputs: 1
[   26.188309] writing to lpe: 00000000: 01 01 01 01 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   26.188317] writing to lpe: 00000010: ff 02 ff ff 03 00 01 00 ff 8d ff ff              ............
[   26.188331] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x14
[   26.188342] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   26.188351] intel_sst_acpi 80860F28:00: length is 20
[   26.188359] intel_sst_acpi 80860F28:00: Enter
[   26.188369] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   26.188381] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   26.188389] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   26.188401] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   26.188411] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   27.188476] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   27.193257] intel_sst_acpi 80860F28:00: fw returned err -16
[   27.197966] intel_sst_acpi 80860F28:00: Enter
[   27.197976] pvt_id freed --> 1
[   27.197994] sst-mfld-platform sst-mfld-platform: widget = media0_out mix 0
[   27.198005] sst-mfld-platform sst-mfld-platform: val = 0x40000
[   27.198014] sst-mfld-platform sst-mfld-platform: reg: 0x40000
[   27.198024] sst-mfld-platform sst-mfld-platform: input id: 0x90ff, nb_inputs: 1
[   27.198034] writing to lpe: 00000000: 01 01 01 03 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   27.198043] writing to lpe: 00000010: ff 12 ff ff 03 00 01 00 ff 90 ff ff              ............
[   27.198057] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0x14
[   27.198068] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   27.198077] intel_sst_acpi 80860F28:00: length is 20
[   27.198086] intel_sst_acpi 80860F28:00: Enter
[   27.198096] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   27.198107] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   27.198116] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   27.198128] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   27.198138] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   27.614097] cfg80211: Calling CRDA to update world regulatory domain
[   28.198211] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   28.203181] intel_sst_acpi 80860F28:00: fw returned err -16
[   28.208093] intel_sst_acpi 80860F28:00: Enter
[   28.208103] pvt_id freed --> 1
[   28.208124] sst-mfld-platform sst-mfld-platform: widget=media0_out
[   28.208134] sst-mfld-platform sst-mfld-platform: task=3, location=0x12ff
[   28.208144] writing to lpe: 00000000: 01 01 01 03 00 00 0a 00 ff 12 ff ff 77 00 02 00  ............w...
[   28.208152] writing to lpe: 00000010: 01 00                                            ..
[   28.208166] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0xa
[   28.208177] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   28.208186] intel_sst_acpi 80860F28:00: length is 10
[   28.208194] intel_sst_acpi 80860F28:00: Enter
[   28.208205] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   28.208217] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   28.208225] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   28.208236] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   28.208246] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   29.207874] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   29.212885] intel_sst_acpi 80860F28:00: fw returned err -16
[   29.216828] intel_sst_acpi 80860F28:00: Enter
[   29.216834] pvt_id freed --> 1
[   29.216844] sst-mfld-platform sst-mfld-platform: Enter: widget=media0_out
[   29.216852] sst-mfld-platform sst-mfld-platform: widget=pcm0_in
[   29.216858] sst-mfld-platform sst-mfld-platform: task=1, location=0x8dff
[   29.216865] writing to lpe: 00000000: 01 01 01 01 00 00 0a 00 ff 8d ff ff 77 00 02 00  ............w...
[   29.216869] writing to lpe: 00000010: 01 00                                            ..
[   29.216878] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0xa
[   29.216885] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   29.216890] intel_sst_acpi 80860F28:00: length is 10
[   29.216895] intel_sst_acpi 80860F28:00: Enter
[   29.216901] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   29.216909] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   29.216914] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   29.216921] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   29.216927] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   30.217770] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   30.222899] intel_sst_acpi 80860F28:00: fw returned err -16
[   30.226439] intel_sst_acpi 80860F28:00: Enter
[   30.226445] pvt_id freed --> 1
[   30.226456] sst-mfld-platform sst-mfld-platform: Enter: widget=pcm0_in
[   30.226463] sst-mfld-platform sst-mfld-platform: control name=pcm0_in Gain 0 Volume
[   30.226468] sst-mfld-platform sst-mfld-platform: Enter
[   30.226475] writing to lpe: 00000000: 01 02 01 01 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   30.226480] writing to lpe: 00000010: 01 00 00 8d 67 00 00 00 00 00 32 00              ....g.....2.
[   30.226489] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:1 pipe: 0x0 length:0x14
[   30.226497] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   30.226502] intel_sst_acpi 80860F28:00: length is 20
[   30.226507] intel_sst_acpi 80860F28:00: Enter
[   30.226514] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   30.226522] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001102
[   30.226527] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   30.226536] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   30.226542] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   30.766485] cfg80211: Calling CRDA to update world regulatory domain
[   31.227296] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   31.232549] intel_sst_acpi 80860F28:00: fw returned err -16
[   31.237772] intel_sst_acpi 80860F28:00: Enter
[   31.237782] pvt_id freed --> 1
[   31.240064] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   31.240090] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   31.240102] sst-mfld-platform sst-mfld-platform: send gains for widget=media1_in
[   31.240116] sst-mfld-platform sst-mfld-platform: control name=media1_in Gain 0 Volume
[   31.240125] sst-mfld-platform sst-mfld-platform: Enter
[   31.240135] writing to lpe: 00000000: 01 02 01 03 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   31.240143] writing to lpe: 00000010: 01 00 00 90 67 00 00 00 00 00 32 00              ....g.....2.
[   31.240159] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:3 pipe: 0x0 length:0x14
[   31.240171] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   31.240181] intel_sst_acpi 80860F28:00: length is 20
[   31.240192] intel_sst_acpi 80860F28:00: Enter
[   31.240203] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   31.240215] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001302
[   31.240223] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   31.240235] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   31.240245] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   32.241494] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   32.245879] intel_sst_acpi 80860F28:00: fw returned err -16
[   32.250007] intel_sst_acpi 80860F28:00: Enter
[   32.250014] pvt_id freed --> 1
[   32.250028]  SSP1-Codec: ASoC: BE SSP1-Codec event 1 dir 0
[   32.252630]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   32.252783] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   32.252790] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   32.252796] sst-mfld-platform sst-mfld-platform: send gains for widget=media1_in
[   32.252802] sst-mfld-platform sst-mfld-platform: control name=media1_in Gain 0 Volume
[   32.252806] sst-mfld-platform sst-mfld-platform: Enter
[   32.252812] writing to lpe: 00000000: 01 02 01 03 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   32.252816] writing to lpe: 00000010: 01 00 00 90 67 00 00 00 00 00 32 00              ....g.....2.
[   32.252824] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:3 pipe: 0x0 length:0x14
[   32.252830] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   32.252835] intel_sst_acpi 80860F28:00: length is 20
[   32.252839] intel_sst_acpi 80860F28:00: Enter
[   32.252845] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   32.252852] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001302
[   32.252857] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   32.252864] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   32.252870] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   33.256772] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   33.262332] intel_sst_acpi 80860F28:00: fw returned err -16
[   33.266189] intel_sst_acpi 80860F28:00: Enter
[   33.266195] pvt_id freed --> 1
[   33.266207]  SSP1-Codec: ASoC: BE SSP1-Codec event 1 dir 0
[   33.315261] sst-mfld-platform sst-mfld-platform: rx slot - slot 0 map = 0x1
[   33.315313] sst-mfld-platform sst-mfld-platform: rx slot - slot 1 map = 0x2
[   33.315384] sst-mfld-platform sst-mfld-platform: rx slot - slot 2 map = 0x4
[   33.315431] sst-mfld-platform sst-mfld-platform: rx slot - slot 3 map = 0x8
[   33.315683] sst-mfld-platform sst-mfld-platform: tx channel - codec_out0_0 map = 0x1
[   33.315723] sst-mfld-platform sst-mfld-platform: tx channel - codec_out0_1 map = 0x2
[   33.315762] sst-mfld-platform sst-mfld-platform: tx channel - codec_out1_0 map = 0x4
[   33.315810] sst-mfld-platform sst-mfld-platform: tx channel - codec_out1_1 map = 0x8
[   33.322117]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   33.322131]  SSP1-Codec: ASoC: hw_free BE Baytrail Audio Port
[   33.322184]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   33.322192]  SSP1-Codec: ASoC: hw_free BE Baytrail Audio Port
[   33.322200]  SSP1-Codec: ASoC: close BE Baytrail Audio Port
[   33.322211] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   33.325794] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   33.325802] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   33.325808] writing to lpe: 00000010: 03 00 00 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   33.325812] writing to lpe: 00000020: 00 00                                            ..
[   33.325823] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   33.325830] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   33.325836] intel_sst_acpi 80860F28:00: length is 26
[   33.325842] intel_sst_acpi 80860F28:00: Enter
[   33.325849] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   33.325857] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   33.325862] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   33.325873] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   33.325880] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   33.922211] cfg80211: Calling CRDA to update world regulatory domain
[   34.325418] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   34.331527] intel_sst_acpi 80860F28:00: fw returned err -16
[   34.337223] intel_sst_acpi 80860F28:00: Enter
[   34.337233] pvt_id freed --> 1
[   34.337249] sst-mfld-platform sst-mfld-platform: enable=0, usage=1
[   34.337259] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 0e 00 00 00  ................
[   34.337273] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   34.337284] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   34.337293] intel_sst_acpi 80860F28:00: length is 8
[   34.337302] intel_sst_acpi 80860F28:00: Enter
[   34.337312] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   34.337324] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   34.337332] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   34.337342] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   34.337352] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   35.335105] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   35.341348] intel_sst_acpi 80860F28:00: fw returned err -16
[   35.347135] intel_sst_acpi 80860F28:00: Enter
[   35.347144] pvt_id freed --> 1
[   35.347159] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[   35.347178]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   35.347191] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   35.347201] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   35.347211] sst-mfld-platform sst-mfld-platform: send gains for widget=media1_in
[   35.347221] sst-mfld-platform sst-mfld-platform: control name=media1_in Gain 0 Volume
[   35.347229] sst-mfld-platform sst-mfld-platform: Enter
[   35.347239] writing to lpe: 00000000: 01 02 01 03 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   35.347247] writing to lpe: 00000010: 01 00 00 90 67 00 60 fa 60 fa 32 00              ....g.`.`.2.
[   35.347261] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:3 pipe: 0x0 length:0x14
[   35.347272] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   35.347281] intel_sst_acpi 80860F28:00: length is 20
[   35.347290] intel_sst_acpi 80860F28:00: Enter
[   35.347300] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   35.347312] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001302
[   35.347321] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   35.347333] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   35.347343] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   36.344804] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   36.351239] intel_sst_acpi 80860F28:00: fw returned err -16
[   36.355554] intel_sst_acpi 80860F28:00: Enter
[   36.355561] pvt_id freed --> 1
[   36.355575] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   36.355583] intel_sst_acpi 80860F28:00: SST DBG:sst_free_stream for 1
[   36.355589] intel_sst_acpi 80860F28:00: free stream returned err -19
[   36.359490] intel_sst_acpi 80860F28:00: Exit
[   36.359505]  SSP1-Codec: ASoC: BE SSP1-Codec event 2 dir 0
[   36.379340] sst-mfld-platform sst-mfld-platform: widget=pcm0_in
[   36.379368] sst-mfld-platform sst-mfld-platform: task=1, location=0x8dff
[   36.379387] writing to lpe: 00000000: 01 01 01 01 00 00 0a 00 ff 8d ff ff 77 00 02 00  ............w...
[   36.379400] writing to lpe: 00000010: 00 00                                            ..
[   36.379424] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0xa
[   36.379443] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   36.379459] intel_sst_acpi 80860F28:00: length is 10
[   36.379473] intel_sst_acpi 80860F28:00: Enter
[   36.379490] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   36.379508] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   36.379522] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   36.379540] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   36.379556] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   37.084574] cfg80211: Exceeded CRDA call max attempts. Not calling CRDA
[   37.381147] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   37.387505] intel_sst_acpi 80860F28:00: fw returned err -16
[   37.391801] intel_sst_acpi 80860F28:00: Enter
[   37.391808] pvt_id freed --> 1
[   37.391822] sst-mfld-platform sst-mfld-platform: widget=media0_out
[   37.391829] sst-mfld-platform sst-mfld-platform: task=3, location=0x12ff
[   37.391836] writing to lpe: 00000000: 01 01 01 03 00 00 0a 00 ff 12 ff ff 77 00 02 00  ............w...
[   37.391841] writing to lpe: 00000010: 00 00                                            ..
[   37.391850] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0xa
[   37.391859] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   37.391865] intel_sst_acpi 80860F28:00: length is 10
[   37.391871] intel_sst_acpi 80860F28:00: Enter
[   37.391878] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   37.391892] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   37.391897] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   37.391905] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   37.391911] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   38.390842] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   38.397305] intel_sst_acpi 80860F28:00: fw returned err -16
[   38.403321] intel_sst_acpi 80860F28:00: Enter
[   38.403330] pvt_id freed --> 1
[   38.403353] sst-mfld-platform sst-mfld-platform: widget = codec_out0 mix 0
[   38.403365] sst-mfld-platform sst-mfld-platform: val = 0x2000
[   38.403374] sst-mfld-platform sst-mfld-platform: reg: 0x2000
[   38.403384] sst-mfld-platform sst-mfld-platform: input id: 0x8dff, nb_inputs: 1
[   38.403395] writing to lpe: 00000000: 01 01 01 01 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   38.403403] writing to lpe: 00000010: ff 02 ff ff 00 00 01 00 ff 8d ff ff              ............
[   38.403416] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x14
[   38.403428] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   38.403437] intel_sst_acpi 80860F28:00: length is 20
[   38.403445] intel_sst_acpi 80860F28:00: Enter
[   38.403455] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   38.403467] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   38.403476] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   38.403488] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   38.403497] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   39.384905] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   39.391397] intel_sst_acpi 80860F28:00: fw returned err -16
[   39.397311] intel_sst_acpi 80860F28:00: Enter
[   39.397320] pvt_id freed --> 1
[   39.397339] sst-mfld-platform sst-mfld-platform: widget = media0_out mix 0
[   39.397351] sst-mfld-platform sst-mfld-platform: val = 0x40000
[   39.397367] sst-mfld-platform sst-mfld-platform: reg: 0x40000
[   39.397377] sst-mfld-platform sst-mfld-platform: input id: 0x90ff, nb_inputs: 1
[   39.397388] writing to lpe: 00000000: 01 01 01 03 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   39.397396] writing to lpe: 00000010: ff 12 ff ff 00 00 01 00 ff 90 ff ff              ............
[   39.397410] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0x14
[   39.397421] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   39.397430] intel_sst_acpi 80860F28:00: length is 20
[   39.397439] intel_sst_acpi 80860F28:00: Enter
[   39.397449] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   39.397461] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   39.397470] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   39.397483] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   39.397493] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   40.309450]  SSP1-Codec: ASoC: pop wq checking: AIF1 Playback status: inactive waiting: yes
[   40.354104] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   40.360521] intel_sst_acpi 80860F28:00: fw returned err -16
[   40.364665] intel_sst_acpi 80860F28:00: Enter
[   40.364671] pvt_id freed --> 1
[   40.384096] sst-mfld-platform sst-mfld-platform: Enter: widget=codec_out0
[   40.428696]  Baytrail Audio Port: ASoC: BE playback disconnect check for SSP1-Codec
[   40.428709]  Baytrail Audio Port: freed DSP playback path Baytrail Audio Port -> SSP1-Codec
[   40.432420] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[   40.432433] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[   40.432442] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[   40.432451] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[   40.432458]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[   40.432464]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[   40.432470]  Baytrail Audio Port: ASoC: found 0 new BE paths
[   40.432477]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   40.432491] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   40.432897]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.432944]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.432952]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.437819]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.437859]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.438110]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.438119]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.442607]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.442644]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.442872]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.442880]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.446483]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.446527]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.446533]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   40.446542] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[   40.446547] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[   40.446554] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   40.447135] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[   40.447145] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[   40.447154] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[   40.447159] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[   40.447164]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[   40.447168]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[   40.447172]  Baytrail Audio Port: ASoC: found 0 new BE paths
[   40.447177]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   40.447186] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   40.447468]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.447501]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.447507]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.450567]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.450590]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.450780]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.450785]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.453683]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.453709]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.453887]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.453894]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.456462]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.456505]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.456512]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   40.456523] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[   40.456528] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[   40.456536] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   40.457075] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[   40.457084] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[   40.457090] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[   40.457094] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[   40.457099]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[   40.457103]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[   40.457107]  Baytrail Audio Port: ASoC: found 0 new BE paths
[   40.457111]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   40.457119] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   40.457618]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.457651]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.457656]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.460376]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.460416]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.460603]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.460609]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.463171]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.463223]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.463447]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.463453]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.465846]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.465889]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.465895]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   40.465903] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[   40.465908] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[   40.465915] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   40.466974] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out in widget list pos 0
[   40.466982] sst-mfld-platform sst-mfld-platform: ASoC: added pcm2_out mix 0 in widget list pos 1
[   40.466987] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out in widget list pos 2
[   40.466992] sst-mfld-platform sst-mfld-platform: ASoC: added pcm1_out mix 0 in widget list pos 3
[   40.466996]  Baytrail Audio Port: ASoC: found 0 audio capture paths
[   40.467000]  Baytrail Audio Port: ASoC: Baytrail Audio Port no valid capture route
[   40.467004]  Baytrail Audio Port: ASoC: found 0 new BE paths
[   40.467008]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   40.467015] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   40.467853]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.467885]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.467890]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.470433]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.470473]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.470698]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.470705]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.473128]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.473173]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   40.473375]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   40.473381]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   40.475642]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.475687]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   40.475693]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   40.475701] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=1
[   40.475706] sst-mfld-platform sst-mfld-platform: Stream name=Headset Capture
[   40.475713] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   40.487107] sst-mfld-platform sst-mfld-platform: ASoC: added media1_in in widget list pos 0
[   40.487126] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out mix 0 in widget list pos 1
[   40.487137] sst-mfld-platform sst-mfld-platform: ASoC: added media0_out in widget list pos 2
[   40.487148] sst-mfld-platform sst-mfld-platform: ASoC: added pcm0_in in widget list pos 3
[   40.487158] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 mix 0 in widget list pos 4
[   40.487169] sst-mfld-platform sst-mfld-platform: ASoC: added codec_out0 in widget list pos 5
[   40.487179] sst-mfld-platform sst-mfld-platform: ASoC: added ssp1 Tx in widget list pos 6
[   40.487191] rt5645 i2c-10EC5648:00: ASoC: added AIF1 Playback in widget list pos 7
[   40.487201] rt5645 i2c-10EC5648:00: ASoC: added AIF1RX in widget list pos 8
[   40.487211] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC3 in widget list pos 9
[   40.487221] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 R Mux in widget list pos 10
[   40.487232] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC2 in widget list pos 11
[   40.487242] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC2 L Mux in widget list pos 12
[   40.487251] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Mux in widget list pos 13
[   40.487261] rt5645 i2c-10EC5648:00: ASoC: added DAC L2 Volume in widget list pos 14
[   40.487274] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC1 in widget list pos 15
[   40.487284] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 R Mux in widget list pos 16
[   40.487294] rt5645 i2c-10EC5648:00: ASoC: added DAC1 R Mux in widget list pos 17
[   40.487304] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXR in widget list pos 18
[   40.487314] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXR in widget list pos 19
[   40.487324] rt5645 i2c-10EC5648:00: ASoC: added DAC R1 in widget list pos 20
[   40.487334] rt5645 i2c-10EC5648:00: ASoC: added SPOR MIX in widget list pos 21
[   40.487343] rt5645 i2c-10EC5648:00: ASoC: added SPK amp in widget list pos 22
[   40.487354] rt5645 i2c-10EC5648:00: ASoC: added SPOR in widget list pos 23
[   40.487365] bytx205_rt5645 bytx205_rt5645: ASoC: added Ext Spk in widget list pos 24
[   40.487375] rt5645 i2c-10EC5648:00: ASoC: added SPOL in widget list pos 25
[   40.487385] rt5645 i2c-10EC5648:00: ASoC: added DAC 1 in widget list pos 26
[   40.487395] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXR in widget list pos 27
[   40.487405] rt5645 i2c-10EC5648:00: ASoC: added IF1 DAC0 in widget list pos 28
[   40.487415] rt5645 i2c-10EC5648:00: ASoC: added RT5645 IF1 DAC1 L Mux in widget list pos 29
[   40.487425] rt5645 i2c-10EC5648:00: ASoC: added DAC1 L Mux in widget list pos 30
[   40.487436] rt5645 i2c-10EC5648:00: ASoC: added DAC1 MIXL in widget list pos 31
[   40.487446] rt5645 i2c-10EC5648:00: ASoC: added Stereo DAC MIXL in widget list pos 32
[   40.487455] rt5645 i2c-10EC5648:00: ASoC: added DAC L1 in widget list pos 33
[   40.487465] rt5645 i2c-10EC5648:00: ASoC: added SPOL MIX in widget list pos 34
[   40.487476] rt5645 i2c-10EC5648:00: ASoC: added SPK MIXL in widget list pos 35
[   40.487487]  Baytrail Audio Port: ASoC: found 8 audio playback paths
[   40.487499]  Baytrail Audio Port: connected new DPCM playback path Baytrail Audio Port -> SSP1-Codec
[   40.487522]  Baytrail Audio Port: ASoC: found 1 new BE paths
[   40.487532]  SSP1-Codec: ASoC: open playback BE SSP1-Codec
[   40.487546] sst-mfld-platform sst-mfld-platform: enable=1, usage=0
[   40.487557] intel_sst_acpi 80860F28:00: Enable: pm usage count: -1
[   40.487568] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 55 00 00 00  ............U...
[   40.487581] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   40.487593] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   40.487602] intel_sst_acpi 80860F28:00: length is 8
[   40.487610] intel_sst_acpi 80860F28:00: Enter
[   40.487621] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   40.487633] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   40.487641] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   40.487651] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   40.487661] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   41.292883]  Baytrail Audio Port: ASoC: pop wq checking: Playback status: inactive waiting: yes
[   41.449259] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   41.453911] intel_sst_acpi 80860F28:00: fw returned err -16
[   41.458134] intel_sst_acpi 80860F28:00: Enter
[   41.458143] pvt_id freed --> 1
[   41.458164]  Baytrail Audio Port: ASoC: open FE Baytrail Audio Port
[   41.458179] intel_sst_acpi 80860F28:00: Enable: pm usage count: 0
[   41.458710]  SSP1-Codec: ASoC: hw_params BE Baytrail Audio Port
[   41.458730] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[   41.458739] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[   41.458754] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   41.462314] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   41.462321] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   41.462326] writing to lpe: 00000010: 03 00 03 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   41.462331] writing to lpe: 00000020: 00 00                                            ..
[   41.462339] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   41.462352] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   41.462357] intel_sst_acpi 80860F28:00: length is 26
[   41.462363] intel_sst_acpi 80860F28:00: Enter
[   41.462369] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   41.462376] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   41.462381] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   41.462393] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   41.462398] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   42.428292] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   42.433151] intel_sst_acpi 80860F28:00: fw returned err -16
[   42.437817] intel_sst_acpi 80860F28:00: Enter
[   42.437827] pvt_id freed --> 1
[   42.437844]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   42.437943]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   42.437954]  SSP1-Codec: ASoC: prepare BE Baytrail Audio Port
[   42.525568] intel_sst_acpi 80860F28:00: Enter
[   42.525595] intel_sst_acpi 80860F28:00: alloc tstamp location = 0xff34484c
[   42.525613] intel_sst_acpi 80860F28:00: assigned pipe id 0x90 to task 3
[   42.525629] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[   42.530360] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   42.530374] intel_sst_acpi 80860F28:00: Enter
[   42.530393] intel_sst_acpi 80860F28:00: pvt_id = 1, pipe id = 144, task = 3 ipc_msg: 1
[   42.530403] intel_sst_acpi 80860F28:00: header:b0001301
[   42.530411] intel_sst_acpi 80860F28:00: response rqd: 1
[   42.530420] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:108
[   42.530429] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   42.530441] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   42.530449] intel_sst_acpi 80860F28:00: sst: size = 0x6c
[   42.530501] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   43.502831] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   43.507607] intel_sst_acpi 80860F28:00: Enter
[   43.507617] pvt_id freed --> 1
[   43.507629] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[   43.510921] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[   43.513837] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[   43.516770]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[   43.519613]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   43.519621]  SSP1-Codec: ASoC: hw_free BE Baytrail Audio Port
[   43.519643]  SSP1-Codec: ASoC: hw_params BE Baytrail Audio Port
[   43.519653] rt5645 i2c-10EC5648:00: bclk is 1536000Hz and lrck is 48000Hz
[   43.519658] rt5645 i2c-10EC5648:00: bclk_ms is 0 and pre_div is 1 for iis 0
[   43.519667] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   43.521820] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   43.521827] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   43.521831] writing to lpe: 00000010: 03 00 03 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   43.521834] writing to lpe: 00000020: 00 00                                            ..
[   43.521841] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   43.521846] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   43.521850] intel_sst_acpi 80860F28:00: length is 26
[   43.521854] intel_sst_acpi 80860F28:00: Enter
[   43.521859] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   43.521866] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   43.521870] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   43.521879] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   43.521884] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   44.497123] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   44.501894] intel_sst_acpi 80860F28:00: fw returned err -16
[   44.506521] intel_sst_acpi 80860F28:00: Enter
[   44.506530] pvt_id freed --> 1
[   44.506548]  Baytrail Audio Port: ASoC: hw_params FE Baytrail Audio Port rate 48000 chan 2 fmt 2
[   44.506844]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   44.506856]  SSP1-Codec: ASoC: prepare BE Baytrail Audio Port
[   44.509768] sst-mfld-platform sst-mfld-platform: Enter: widget=codec_out0
[   44.509783] writing to lpe: 00000000: 01 02 01 01 00 00 1e 00 ff ff ff ff 82 00 16 00  ................
[   44.509792] writing to lpe: 00000010: 82 00 12 00 03 00 01 02 04 08 10 20 40 80 01 02  ........... @...
[   44.509800] writing to lpe: 00000020: 04 08 10 20 40 80                                ... @.
[   44.509819] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:1 pipe: 0x0 length:0x1e
[   44.509832] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   44.509838] intel_sst_acpi 80860F28:00: length is 30
[   44.509843] intel_sst_acpi 80860F28:00: Enter
[   44.509850] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   44.509857] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001102
[   44.509862] intel_sst_acpi 80860F28:00: sst: size = 0x1e
[   44.509875] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:30
[   44.509881] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   45.488022] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   45.492795] intel_sst_acpi 80860F28:00: fw returned err -16
[   45.497489] intel_sst_acpi 80860F28:00: Enter
[   45.497498] pvt_id freed --> 1
[   45.497514] sst-mfld-platform sst-mfld-platform: Enter: widget=codec_out0
[   45.497524] sst-mfld-platform sst-mfld-platform: control name=codec_out0 Gain 0 Volume
[   45.497533] sst-mfld-platform sst-mfld-platform: Enter
[   45.497543] writing to lpe: 00000000: 01 02 01 01 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   45.497551] writing to lpe: 00000010: 01 00 00 02 67 00 00 00 00 00 32 00              ....g.....2.
[   45.497565] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:1 pipe: 0x0 length:0x14
[   45.497576] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   45.497585] intel_sst_acpi 80860F28:00: length is 20
[   45.497593] intel_sst_acpi 80860F28:00: Enter
[   45.497604] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   45.497615] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001102
[   45.497624] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   45.497636] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   45.497646] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   46.478414] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   46.483210] intel_sst_acpi 80860F28:00: fw returned err -16
[   46.487868] intel_sst_acpi 80860F28:00: Enter
[   46.487877] pvt_id freed --> 1
[   46.487899] sst-mfld-platform sst-mfld-platform: widget = codec_out0 mix 0
[   46.487910] sst-mfld-platform sst-mfld-platform: val = 0x2000
[   46.487919] sst-mfld-platform sst-mfld-platform: reg: 0x2000
[   46.487929] sst-mfld-platform sst-mfld-platform: input id: 0x8dff, nb_inputs: 1
[   46.487940] writing to lpe: 00000000: 01 01 01 01 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   46.487948] writing to lpe: 00000010: ff 02 ff ff 03 00 01 00 ff 8d ff ff              ............
[   46.487962] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x14
[   46.487973] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   46.487982] intel_sst_acpi 80860F28:00: length is 20
[   46.487991] intel_sst_acpi 80860F28:00: Enter
[   46.488001] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   46.488012] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   46.488021] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   46.488033] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   46.488042] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   47.471158] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   47.475515] intel_sst_acpi 80860F28:00: fw returned err -16
[   47.479676] intel_sst_acpi 80860F28:00: Enter
[   47.479685] pvt_id freed --> 1
[   47.479702] sst-mfld-platform sst-mfld-platform: widget = media0_out mix 0
[   47.479713] sst-mfld-platform sst-mfld-platform: val = 0x40000
[   47.479721] sst-mfld-platform sst-mfld-platform: reg: 0x40000
[   47.479730] sst-mfld-platform sst-mfld-platform: input id: 0x90ff, nb_inputs: 1
[   47.479739] writing to lpe: 00000000: 01 01 01 03 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   47.479748] writing to lpe: 00000010: ff 12 ff ff 03 00 01 00 ff 90 ff ff              ............
[   47.479760] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0x14
[   47.479770] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   47.479778] intel_sst_acpi 80860F28:00: length is 20
[   47.479786] intel_sst_acpi 80860F28:00: Enter
[   47.479795] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   47.479806] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   47.479814] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   47.479825] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   47.479834] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   48.466031] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   48.470720] intel_sst_acpi 80860F28:00: fw returned err -16
[   48.473976] intel_sst_acpi 80860F28:00: Enter
[   48.473982] pvt_id freed --> 1
[   48.473996] sst-mfld-platform sst-mfld-platform: widget=media0_out
[   48.474002] sst-mfld-platform sst-mfld-platform: task=3, location=0x12ff
[   48.474010] writing to lpe: 00000000: 01 01 01 03 00 00 0a 00 ff 12 ff ff 77 00 02 00  ............w...
[   48.474014] writing to lpe: 00000010: 01 00                                            ..
[   48.474023] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0xa
[   48.474031] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   48.474036] intel_sst_acpi 80860F28:00: length is 10
[   48.474042] intel_sst_acpi 80860F28:00: Enter
[   48.474049] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   48.474057] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   48.474062] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   48.474069] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   48.474080] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   49.459380] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   49.464125] intel_sst_acpi 80860F28:00: fw returned err -16
[   49.468681] intel_sst_acpi 80860F28:00: Enter
[   49.468691] pvt_id freed --> 1
[   49.468707] sst-mfld-platform sst-mfld-platform: Enter: widget=media0_out
[   49.468721] sst-mfld-platform sst-mfld-platform: widget=pcm0_in
[   49.468730] sst-mfld-platform sst-mfld-platform: task=1, location=0x8dff
[   49.468747] writing to lpe: 00000000: 01 01 01 01 00 00 0a 00 ff 8d ff ff 77 00 02 00  ............w...
[   49.468754] writing to lpe: 00000010: 01 00                                            ..
[   49.468765] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0xa
[   49.468775] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   49.468782] intel_sst_acpi 80860F28:00: length is 10
[   49.468789] intel_sst_acpi 80860F28:00: Enter
[   49.468798] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   49.468808] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   49.468815] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   49.468824] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   49.468832] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   50.457826] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   50.462527] intel_sst_acpi 80860F28:00: fw returned err -16
[   50.467183] intel_sst_acpi 80860F28:00: Enter
[   50.467193] pvt_id freed --> 1
[   50.467208] sst-mfld-platform sst-mfld-platform: Enter: widget=pcm0_in
[   50.467219] sst-mfld-platform sst-mfld-platform: control name=pcm0_in Gain 0 Volume
[   50.467227] sst-mfld-platform sst-mfld-platform: Enter
[   50.467237] writing to lpe: 00000000: 01 02 01 01 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   50.467245] writing to lpe: 00000010: 01 00 00 8d 67 00 00 00 00 00 32 00              ....g.....2.
[   50.467259] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:1 pipe: 0x0 length:0x14
[   50.467271] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   50.467280] intel_sst_acpi 80860F28:00: length is 20
[   50.467288] intel_sst_acpi 80860F28:00: Enter
[   50.467298] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   50.467310] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001102
[   50.467318] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   50.467331] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   50.467340] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   51.457553] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   51.462278] intel_sst_acpi 80860F28:00: fw returned err -16
[   51.466843] intel_sst_acpi 80860F28:00: Enter
[   51.466853] pvt_id freed --> 1
[   51.467004] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   51.467029] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   51.467047] sst-mfld-platform sst-mfld-platform: send gains for widget=media1_in
[   51.467063] sst-mfld-platform sst-mfld-platform: control name=media1_in Gain 0 Volume
[   51.467078] sst-mfld-platform sst-mfld-platform: Enter
[   51.467095] writing to lpe: 00000000: 01 02 01 03 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   51.467108] writing to lpe: 00000010: 01 00 00 90 67 00 00 00 00 00 32 00              ....g.....2.
[   51.467132] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:3 pipe: 0x0 length:0x14
[   51.467151] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   51.467166] intel_sst_acpi 80860F28:00: length is 20
[   51.467181] intel_sst_acpi 80860F28:00: Enter
[   51.467198] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   51.467216] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001302
[   51.467230] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   51.467250] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   51.467266] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   52.458606] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   52.463286] intel_sst_acpi 80860F28:00: fw returned err -16
[   52.466532] intel_sst_acpi 80860F28:00: Enter
[   52.466538] pvt_id freed --> 1
[   52.466549]  SSP1-Codec: ASoC: BE SSP1-Codec event 1 dir 0
[   52.467348]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port
[   52.468824] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   52.468839] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   52.468847] sst-mfld-platform sst-mfld-platform: send gains for widget=media1_in
[   52.468855] sst-mfld-platform sst-mfld-platform: control name=media1_in Gain 0 Volume
[   52.468863] sst-mfld-platform sst-mfld-platform: Enter
[   52.468876] writing to lpe: 00000000: 01 02 01 03 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   52.468883] writing to lpe: 00000010: 01 00 00 90 67 00 00 00 00 00 32 00              ....g.....2.
[   52.468900] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:3 pipe: 0x0 length:0x14
[   52.468907] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   52.468913] intel_sst_acpi 80860F28:00: length is 20
[   52.468918] intel_sst_acpi 80860F28:00: Enter
[   52.468925] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   52.468933] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001302
[   52.468938] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   52.468949] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   52.468955] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   53.460691] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   53.465508] intel_sst_acpi 80860F28:00: fw returned err -16
[   53.468757] intel_sst_acpi 80860F28:00: Enter
[   53.468763] pvt_id freed --> 1
[   53.468775]  SSP1-Codec: ASoC: BE SSP1-Codec event 1 dir 0
[   53.502532] sst-mfld-platform sst-mfld-platform: rx slot - slot 0 map = 0x1
[   53.502586] sst-mfld-platform sst-mfld-platform: rx slot - slot 1 map = 0x2
[   53.502637] sst-mfld-platform sst-mfld-platform: rx slot - slot 2 map = 0x4
[   53.502686] sst-mfld-platform sst-mfld-platform: rx slot - slot 3 map = 0x8
[   53.502958] sst-mfld-platform sst-mfld-platform: tx channel - codec_out0_0 map = 0x1
[   53.503008] sst-mfld-platform sst-mfld-platform: tx channel - codec_out0_1 map = 0x2
[   53.503057] sst-mfld-platform sst-mfld-platform: tx channel - codec_out1_0 map = 0x4
[   53.503106] sst-mfld-platform sst-mfld-platform: tx channel - codec_out1_1 map = 0x8
[   53.538060]  Baytrail Audio Port: ASoC: pre trigger FE Baytrail Audio Port cmd 1
[   53.538074]  Baytrail Audio Port: sst_platform_pcm_trigger called
[   53.538080]  Baytrail Audio Port: sst: Trigger Start
[   53.538090]  SSP1-Codec: ASoC: trigger BE Baytrail Audio Port cmd 1
[   53.538096]  SSP1-Codec: sst_platform_pcm_trigger called
[   53.538117]  Baytrail Audio Port: sst: error code = -22
[   53.541909] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199
[   53.545882]  Baytrail Audio Port: sst: error code = -22
[   53.549197] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199
[   53.551953]  Baytrail Audio Port: sst: error code = -22
[   53.554218] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199
[   58.544436]  Baytrail Audio Port: sst: error code = -22
[   58.549708] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199
[   58.555281]  Baytrail Audio Port: ASoC: pre trigger FE Baytrail Audio Port cmd 0
[   58.555292]  Baytrail Audio Port: sst_platform_pcm_trigger called
[   58.555299]  Baytrail Audio Port: sst: in stop
[   58.555309]  SSP1-Codec: ASoC: trigger BE Baytrail Audio Port cmd 0
[   58.555316]  SSP1-Codec: sst_platform_pcm_trigger called
[   58.555484]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   58.555496]  SSP1-Codec: ASoC: hw_free BE Baytrail Audio Port
[   58.555547]  Baytrail Audio Port: ASoC: hw_free FE Baytrail Audio Port
[   58.555557]  SSP1-Codec: ASoC: hw_free BE Baytrail Audio Port
[   58.555567]  SSP1-Codec: ASoC: close BE Baytrail Audio Port
[   58.555579] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   58.559339] sst-mfld-platform sst-mfld-platform: ssp_id: 3
[   58.559347] writing to lpe: 00000000: 01 01 01 01 00 00 1a 00 ff ff ff ff 75 00 12 00  ............u...
[   58.559352] writing to lpe: 00000010: 03 00 00 00 18 09 0f ff 0f ff 03 00 01 01 01 00  ................
[   58.559356] writing to lpe: 00000020: 00 00                                            ..
[   58.559366] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x1a
[   58.559373] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   58.559378] intel_sst_acpi 80860F28:00: length is 26
[   58.559383] intel_sst_acpi 80860F28:00: Enter
[   58.559389] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   58.559397] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   58.559402] intel_sst_acpi 80860F28:00: sst: size = 0x1a
[   58.559413] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:26
[   58.559420] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   59.556431] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   59.562299] intel_sst_acpi 80860F28:00: fw returned err -16
[   59.566898] intel_sst_acpi 80860F28:00: Enter
[   59.566904] pvt_id freed --> 1
[   59.566914] sst-mfld-platform sst-mfld-platform: enable=0, usage=1
[   59.566921] writing to lpe: 00000000: 01 01 01 01 00 00 08 00 ff ff ff ff 0e 00 00 00  ................
[   59.566929] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x8
[   59.566936] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   59.566941] intel_sst_acpi 80860F28:00: length is 8
[   59.566946] intel_sst_acpi 80860F28:00: Enter
[   59.566952] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   59.566960] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   59.566966] intel_sst_acpi 80860F28:00: sst: size = 0x8
[   59.566972] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:8
[   59.566979] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   60.572830] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   60.578889] intel_sst_acpi 80860F28:00: fw returned err -16
[   60.583484] intel_sst_acpi 80860F28:00: Enter
[   60.583490] pvt_id freed --> 1
[   60.583499] intel_sst_acpi 80860F28:00: Disable: pm usage count: 1
[   60.583513]  Baytrail Audio Port: ASoC: close FE Baytrail Audio Port
[   60.583521] sst-mfld-platform sst-mfld-platform: enter, dai-name=media-cpu-dai dir=0
[   60.583527] sst-mfld-platform sst-mfld-platform: Stream name=Headset Playback
[   60.583533] sst-mfld-platform sst-mfld-platform: send gains for widget=media1_in
[   60.583539] sst-mfld-platform sst-mfld-platform: control name=media1_in Gain 0 Volume
[   60.583544] sst-mfld-platform sst-mfld-platform: Enter
[   60.583551] writing to lpe: 00000000: 01 02 01 03 00 00 14 00 ff ff ff ff 21 00 0c 00  ............!...
[   60.583556] writing to lpe: 00000010: 01 00 00 90 67 00 60 fa 60 fa 32 00              ....g.`.`.2.
[   60.583565] intel_sst_acpi 80860F28:00: type:1 ipc_msg:2 block:1 task_id:3 pipe: 0x0 length:0x14
[   60.583576] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   60.583581] intel_sst_acpi 80860F28:00: length is 20
[   60.583586] intel_sst_acpi 80860F28:00: Enter
[   60.583592] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   60.583600] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001302
[   60.583606] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   60.583614] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   60.583620] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 2 drv_id 1
[   61.583487] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   61.589215] intel_sst_acpi 80860F28:00: fw returned err -16
[   61.594911] intel_sst_acpi 80860F28:00: Enter
[   61.594920] pvt_id freed --> 1
[   61.594937] intel_sst_acpi 80860F28:00: Disable: pm usage count: 0
[   61.594947] intel_sst_acpi 80860F28:00: SST DBG:sst_free_stream for 1
[   61.594955] intel_sst_acpi 80860F28:00: free stream returned err -19
[   61.599414] intel_sst_acpi 80860F28:00: Exit
[   61.599426]  SSP1-Codec: ASoC: BE SSP1-Codec event 2 dir 0
[   61.624110] sst-mfld-platform sst-mfld-platform: widget=pcm0_in
[   61.624123] sst-mfld-platform sst-mfld-platform: task=1, location=0x8dff
[   61.624131] writing to lpe: 00000000: 01 01 01 01 00 00 0a 00 ff 8d ff ff 77 00 02 00  ............w...
[   61.624135] writing to lpe: 00000010: 00 00                                            ..
[   61.624145] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0xa
[   61.624153] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   61.624159] intel_sst_acpi 80860F28:00: length is 10
[   61.624165] intel_sst_acpi 80860F28:00: Enter
[   61.624172] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   61.624180] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   61.624185] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   61.624193] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   61.624199] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   62.620641] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   62.626388] intel_sst_acpi 80860F28:00: fw returned err -16
[   62.630840] intel_sst_acpi 80860F28:00: Enter
[   62.630845] pvt_id freed --> 1
[   62.630858] sst-mfld-platform sst-mfld-platform: widget=media0_out
[   62.630864] sst-mfld-platform sst-mfld-platform: task=3, location=0x12ff
[   62.630870] writing to lpe: 00000000: 01 01 01 03 00 00 0a 00 ff 12 ff ff 77 00 02 00  ............w...
[   62.630875] writing to lpe: 00000010: 00 00                                            ..
[   62.630883] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0xa
[   62.630890] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   62.630896] intel_sst_acpi 80860F28:00: length is 10
[   62.630901] intel_sst_acpi 80860F28:00: Enter
[   62.630908] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   62.630915] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   62.630920] intel_sst_acpi 80860F28:00: sst: size = 0xa
[   62.630927] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:10
[   62.630933] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   63.631861] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   63.637537] intel_sst_acpi 80860F28:00: fw returned err -16
[   63.641688] intel_sst_acpi 80860F28:00: Enter
[   63.641693] pvt_id freed --> 1
[   63.641709] sst-mfld-platform sst-mfld-platform: widget = codec_out0 mix 0
[   63.641717] sst-mfld-platform sst-mfld-platform: val = 0x2000
[   63.641723] sst-mfld-platform sst-mfld-platform: reg: 0x2000
[   63.641728] sst-mfld-platform sst-mfld-platform: input id: 0x8dff, nb_inputs: 1
[   63.641735] writing to lpe: 00000000: 01 01 01 01 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   63.641740] writing to lpe: 00000010: ff 02 ff ff 00 00 01 00 ff 8d ff ff              ............
[   63.641748] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:1 pipe: 0x0 length:0x14
[   63.641755] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   63.641761] intel_sst_acpi 80860F28:00: length is 20
[   63.641766] intel_sst_acpi 80860F28:00: Enter
[   63.641772] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   63.641780] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001101
[   63.641785] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   63.641793] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   63.641799] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   64.640208] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   64.645888] intel_sst_acpi 80860F28:00: fw returned err -16
[   64.650337] intel_sst_acpi 80860F28:00: Enter
[   64.650343] pvt_id freed --> 1
[   64.650355] sst-mfld-platform sst-mfld-platform: widget = media0_out mix 0
[   64.650362] sst-mfld-platform sst-mfld-platform: val = 0x40000
[   64.650367] sst-mfld-platform sst-mfld-platform: reg: 0x40000
[   64.650373] sst-mfld-platform sst-mfld-platform: input id: 0x90ff, nb_inputs: 1
[   64.650380] writing to lpe: 00000000: 01 01 01 03 00 00 14 00 ff ff ff ff 72 00 0c 00  ............r...
[   64.650384] writing to lpe: 00000010: ff 12 ff ff 00 00 01 00 ff 90 ff ff              ............
[   64.650393] intel_sst_acpi 80860F28:00: type:1 ipc_msg:1 block:1 task_id:3 pipe: 0x0 length:0x14
[   64.650400] intel_sst_acpi 80860F28:00: pvt_id assigned --> 1
[   64.650406] intel_sst_acpi 80860F28:00: length is 20
[   64.650411] intel_sst_acpi 80860F28:00: Enter
[   64.650417] intel_sst_acpi 80860F28:00: Enter: sync: 0
[   64.650430] intel_sst_acpi 80860F28:00: sst: Post message: header = b0001301
[   64.650435] intel_sst_acpi 80860F28:00: sst: size = 0x14
[   64.650443] intel_sst_acpi 80860F28:00: msg->mrfld_header.p.header_low_payload:20
[   64.650449] intel_sst_acpi 80860F28:00: waiting for condition 0 ipc 1 drv_id 1
[   65.591364]  SSP1-Codec: ASoC: pop wq checking: AIF1 Playback status: inactive waiting: yes
[   65.652730] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   65.657306] intel_sst_acpi 80860F28:00: fw returned err -16
[   65.660983] intel_sst_acpi 80860F28:00: Enter
[   65.660988] pvt_id freed --> 1
[   65.685591] sst-mfld-platform sst-mfld-platform: Enter: widget=codec_out0
[   65.747449]  Baytrail Audio Port: ASoC: BE playback disconnect check for SSP1-Codec
[   65.747466]  Baytrail Audio Port: freed DSP playback path Baytrail Audio Port -> SSP1-Codec
[   66.603113]  Baytrail Audio Port: ASoC: pop wq checking: Playback status: inactive waiting: yes
[   68.160869] intel_sst_acpi 80860F28:00: LPE is already in RESET state, No action


Sound card controls are: 

[zio@asus ~]$ amixer -c0 controls
numid=132,iface=MIXER,name='Headphone Channel Switch'
numid=150,iface=MIXER,name='Headphone Switch'
numid=133,iface=MIXER,name='Headphone Playback Volume'
numid=145,iface=MIXER,name='Mono ADC Capture Switch'
numid=146,iface=MIXER,name='Mono ADC Capture Volume'
numid=170,iface=MIXER,name='Mono ADC L1 Mux'
numid=169,iface=MIXER,name='Mono ADC L2 Mux'
numid=177,iface=MIXER,name='Mono ADC MIXL ADC1 Switch'
numid=178,iface=MIXER,name='Mono ADC MIXL ADC2 Switch'
numid=179,iface=MIXER,name='Mono ADC MIXR ADC1 Switch'
numid=180,iface=MIXER,name='Mono ADC MIXR ADC2 Switch'
numid=171,iface=MIXER,name='Mono ADC R1 Mux'
numid=172,iface=MIXER,name='Mono ADC R2 Mux'
numid=205,iface=MIXER,name='Mono DAC MIXL DAC L1 Switch'
numid=206,iface=MIXER,name='Mono DAC MIXL DAC L2 Switch'
numid=207,iface=MIXER,name='Mono DAC MIXL DAC R2 Switch'
numid=210,iface=MIXER,name='Mono DAC MIXR DAC L2 Switch'
numid=208,iface=MIXER,name='Mono DAC MIXR DAC R1 Switch'
numid=209,iface=MIXER,name='Mono DAC MIXR DAC R2 Switch'
numid=139,iface=MIXER,name='Mono DAC Playback Volume'
numid=167,iface=MIXER,name='Mono DMIC L Mux'
numid=168,iface=MIXER,name='Mono DMIC R Mux'
numid=143,iface=MIXER,name='ADC Capture Switch'
numid=144,iface=MIXER,name='ADC Capture Volume'
numid=149,iface=MIXER,name='I2S2 Func Switch'
numid=195,iface=MIXER,name='DAC L2 Mux'
numid=212,iface=MIXER,name='DAC MIXL DAC L2 Switch'
numid=213,iface=MIXER,name='DAC MIXL DAC R2 Switch'
numid=211,iface=MIXER,name='DAC MIXL Sto DAC Mix L Switch'
numid=216,iface=MIXER,name='DAC MIXR DAC L2 Switch'
numid=215,iface=MIXER,name='DAC MIXR DAC R2 Switch'
numid=214,iface=MIXER,name='DAC MIXR Sto DAC Mix R Switch'
numid=196,iface=MIXER,name='DAC R2 Mux'
numid=197,iface=MIXER,name='DAC1 L Mux'
numid=192,iface=MIXER,name='DAC1 MIXL DAC1 Switch'
numid=191,iface=MIXER,name='DAC1 MIXL Stereo ADC Switch'
numid=194,iface=MIXER,name='DAC1 MIXR DAC1 Switch'
numid=193,iface=MIXER,name='DAC1 MIXR Stereo ADC Switch'
numid=138,iface=MIXER,name='DAC1 Playback Volume'
numid=198,iface=MIXER,name='DAC1 R Mux'
numid=137,iface=MIXER,name='DAC2 Playback Switch'
numid=153,iface=MIXER,name='Ext Spk Switch'
numid=251,iface=MIXER,name='HPO MIX DAC1 Switch'
numid=252,iface=MIXER,name='HPO MIX HPVOL Switch'
numid=243,iface=MIXER,name='HPOVOL L Switch'
numid=238,iface=MIXER,name='HPOVOL MIXL BST1 Switch'
numid=235,iface=MIXER,name='HPOVOL MIXL DAC1 Switch'
numid=236,iface=MIXER,name='HPOVOL MIXL DAC2 Switch'
numid=237,iface=MIXER,name='HPOVOL MIXL INL Switch'
numid=242,iface=MIXER,name='HPOVOL MIXR BST2 Switch'
numid=239,iface=MIXER,name='HPOVOL MIXR DAC1 Switch'
numid=240,iface=MIXER,name='HPOVOL MIXR DAC2 Switch'
numid=241,iface=MIXER,name='HPOVOL MIXR INR Switch'
numid=244,iface=MIXER,name='HPOVOL R Switch'
numid=151,iface=MIXER,name='Headset Mic Switch'
numid=185,iface=MIXER,name='IF2 ADC Mux'
numid=142,iface=MIXER,name='IN Capture Volume'
numid=140,iface=MIXER,name='IN1 Boost'
numid=141,iface=MIXER,name='IN2 Boost'
numid=152,iface=MIXER,name='Int Mic Switch'
numid=253,iface=MIXER,name='LOUT MIX DAC L1 Switch'
numid=254,iface=MIXER,name='LOUT MIX DAC R1 Switch'
numid=255,iface=MIXER,name='LOUT MIX OUTMIX L Switch'
numid=256,iface=MIXER,name='LOUT MIX OUTMIX R Switch'
numid=135,iface=MIXER,name='OUT Channel Switch'
numid=225,iface=MIXER,name='OUT MIXL BST1 Switch'
numid=228,iface=MIXER,name='OUT MIXL DAC L1 Switch'
numid=227,iface=MIXER,name='OUT MIXL DAC L2 Switch'
numid=226,iface=MIXER,name='OUT MIXL INL Switch'
numid=229,iface=MIXER,name='OUT MIXR BST2 Switch'
numid=232,iface=MIXER,name='OUT MIXR DAC R1 Switch'
numid=231,iface=MIXER,name='OUT MIXR DAC R2 Switch'
numid=230,iface=MIXER,name='OUT MIXR INR Switch'
numid=134,iface=MIXER,name='OUT Playback Switch'
numid=136,iface=MIXER,name='OUT Playback Volume'
numid=257,iface=MIXER,name='PDM1 L Mux'
numid=259,iface=MIXER,name='PDM1 L Switch'
numid=258,iface=MIXER,name='PDM1 R Mux'
numid=260,iface=MIXER,name='PDM1 R Switch'
numid=157,iface=MIXER,name='RECMIXL BST1 Switch'
numid=156,iface=MIXER,name='RECMIXL BST2 Switch'
numid=154,iface=MIXER,name='RECMIXL HPOL Switch'
numid=155,iface=MIXER,name='RECMIXL INL Switch'
numid=158,iface=MIXER,name='RECMIXL OUT MIXL Switch'
numid=162,iface=MIXER,name='RECMIXR BST1 Switch'
numid=161,iface=MIXER,name='RECMIXR BST2 Switch'
numid=159,iface=MIXER,name='RECMIXR HPOR Switch'
numid=160,iface=MIXER,name='RECMIXR INR Switch'
numid=163,iface=MIXER,name='RECMIXR OUT MIXR Switch'
numid=184,iface=MIXER,name='RT5645 IF1 ADC Mux'
numid=181,iface=MIXER,name='RT5645 IF1 ADC1 Swap Mux'
numid=182,iface=MIXER,name='RT5645 IF1 ADC2 Swap Mux'
numid=183,iface=MIXER,name='RT5645 IF1 ADC3 Swap Mux'
numid=186,iface=MIXER,name='RT5645 IF1 DAC1 L Mux'
numid=187,iface=MIXER,name='RT5645 IF1 DAC1 R Mux'
numid=188,iface=MIXER,name='RT5645 IF1 DAC2 L Mux'
numid=189,iface=MIXER,name='RT5645 IF1 DAC2 R Mux'
numid=220,iface=MIXER,name='SPK MIXL BST1 Switch'
numid=217,iface=MIXER,name='SPK MIXL DAC L1 Switch'
numid=218,iface=MIXER,name='SPK MIXL DAC L2 Switch'
numid=219,iface=MIXER,name='SPK MIXL INL Switch'
numid=224,iface=MIXER,name='SPK MIXR BST2 Switch'
numid=221,iface=MIXER,name='SPK MIXR DAC R1 Switch'
numid=222,iface=MIXER,name='SPK MIXR DAC R2 Switch'
numid=223,iface=MIXER,name='SPK MIXR INR Switch'
numid=233,iface=MIXER,name='SPKVOL L Switch'
numid=234,iface=MIXER,name='SPKVOL R Switch'
numid=246,iface=MIXER,name='SPOL MIX DAC L1 Switch'
numid=245,iface=MIXER,name='SPOL MIX DAC R1 Switch'
numid=248,iface=MIXER,name='SPOL MIX SPKVOL L Switch'
numid=247,iface=MIXER,name='SPOL MIX SPKVOL R Switch'
numid=249,iface=MIXER,name='SPOR MIX DAC R1 Switch'
numid=250,iface=MIXER,name='SPOR MIX SPKVOL R Switch'
numid=147,iface=MIXER,name='STO1 ADC Boost Gain'
numid=148,iface=MIXER,name='STO2 ADC Boost Gain'
numid=130,iface=MIXER,name='Speaker Channel Switch'
numid=131,iface=MIXER,name='Speaker Playback Volume'
numid=199,iface=MIXER,name='Stereo DAC MIXL DAC L1 Switch'
numid=200,iface=MIXER,name='Stereo DAC MIXL DAC L2 Switch'
numid=201,iface=MIXER,name='Stereo DAC MIXL DAC R1 Switch'
numid=204,iface=MIXER,name='Stereo DAC MIXR DAC L1 Switch'
numid=202,iface=MIXER,name='Stereo DAC MIXR DAC R1 Switch'
numid=203,iface=MIXER,name='Stereo DAC MIXR DAC R2 Switch'
numid=166,iface=MIXER,name='Stereo1 ADC1 Mux'
numid=165,iface=MIXER,name='Stereo1 ADC2 Mux'
numid=164,iface=MIXER,name='Stereo1 DMIC Mux'
numid=173,iface=MIXER,name='Sto1 ADC MIXL ADC1 Switch'
numid=174,iface=MIXER,name='Sto1 ADC MIXL ADC2 Switch'
numid=175,iface=MIXER,name='Sto1 ADC MIXR ADC1 Switch'
numid=176,iface=MIXER,name='Sto1 ADC MIXR ADC2 Switch'
numid=190,iface=MIXER,name='VAD ADC Mux'
numid=126,iface=MIXER,name='codec_in rx deinterleaver codec_in0_0'
numid=127,iface=MIXER,name='codec_in rx deinterleaver codec_in0_1'
numid=128,iface=MIXER,name='codec_in rx deinterleaver codec_in1_0'
numid=129,iface=MIXER,name='codec_in rx deinterleaver codec_in1_1'
numid=89,iface=MIXER,name='codec_in0 Gain 0 Ramp Delay'
numid=90,iface=MIXER,name='codec_in0 Gain 0 Switch'
numid=91,iface=MIXER,name='codec_in0 Gain 0 Volume'
numid=120,iface=MIXER,name='codec_in0 dcr 0 params'
numid=92,iface=MIXER,name='codec_in1 Gain 0 Ramp Delay'
numid=93,iface=MIXER,name='codec_in1 Gain 0 Switch'
numid=94,iface=MIXER,name='codec_in1 Gain 0 Volume'
numid=121,iface=MIXER,name='codec_in1 dcr 0 params'
numid=122,iface=MIXER,name='codec_out tx interleaver slot 0'
numid=123,iface=MIXER,name='codec_out tx interleaver slot 1'
numid=124,iface=MIXER,name='codec_out tx interleaver slot 2'
numid=125,iface=MIXER,name='codec_out tx interleaver slot 3'
numid=95,iface=MIXER,name='codec_out0 Gain 0 Ramp Delay'
numid=96,iface=MIXER,name='codec_out0 Gain 0 Switch'
numid=97,iface=MIXER,name='codec_out0 Gain 0 Volume'
numid=51,iface=MIXER,name='codec_out0 mix 0 codec_in0 Switch'
numid=52,iface=MIXER,name='codec_out0 mix 0 codec_in1 Switch'
numid=54,iface=MIXER,name='codec_out0 mix 0 media_loop1_in Switch'
numid=55,iface=MIXER,name='codec_out0 mix 0 media_loop2_in Switch'
numid=56,iface=MIXER,name='codec_out0 mix 0 pcm0_in Switch'
numid=57,iface=MIXER,name='codec_out0 mix 0 pcm1_in Switch'
numid=53,iface=MIXER,name='codec_out0 mix 0 sprot_loop_in Switch'
numid=98,iface=MIXER,name='codec_out1 Gain 0 Ramp Delay'
numid=99,iface=MIXER,name='codec_out1 Gain 0 Switch'
numid=100,iface=MIXER,name='codec_out1 Gain 0 Volume'
numid=58,iface=MIXER,name='codec_out1 mix 0 codec_in0 Switch'
numid=59,iface=MIXER,name='codec_out1 mix 0 codec_in1 Switch'
numid=61,iface=MIXER,name='codec_out1 mix 0 media_loop1_in Switch'
numid=62,iface=MIXER,name='codec_out1 mix 0 media_loop2_in Switch'
numid=63,iface=MIXER,name='codec_out1 mix 0 pcm0_in Switch'
numid=64,iface=MIXER,name='codec_out1 mix 0 pcm1_in Switch'
numid=60,iface=MIXER,name='codec_out1 mix 0 sprot_loop_in Switch'
numid=65,iface=MIXER,name='media0_in Gain 0 Ramp Delay'
numid=66,iface=MIXER,name='media0_in Gain 0 Switch'
numid=67,iface=MIXER,name='media0_in Gain 0 Volume'
numid=110,iface=MIXER,name='media0_in Volume 0 Ramp Delay'
numid=111,iface=MIXER,name='media0_in Volume 0 Switch'
numid=112,iface=MIXER,name='media0_in Volume 0 Volume'
numid=1,iface=MIXER,name='media0_out mix 0 media0_in Switch'
numid=2,iface=MIXER,name='media0_out mix 0 media1_in Switch'
numid=3,iface=MIXER,name='media0_out mix 0 media2_in Switch'
numid=4,iface=MIXER,name='media0_out mix 0 media3_in Switch'
numid=68,iface=MIXER,name='media1_in Gain 0 Ramp Delay'
numid=69,iface=MIXER,name='media1_in Gain 0 Switch'
numid=70,iface=MIXER,name='media1_in Gain 0 Volume'
numid=5,iface=MIXER,name='media1_out mix 0 media0_in Switch'
numid=6,iface=MIXER,name='media1_out mix 0 media1_in Switch'
numid=7,iface=MIXER,name='media1_out mix 0 media2_in Switch'
numid=8,iface=MIXER,name='media1_out mix 0 media3_in Switch'
numid=71,iface=MIXER,name='media2_in Gain 0 Ramp Delay'
numid=72,iface=MIXER,name='media2_in Gain 0 Switch'
numid=73,iface=MIXER,name='media2_in Gain 0 Volume'
numid=74,iface=MIXER,name='media3_in Gain 0 Ramp Delay'
numid=75,iface=MIXER,name='media3_in Gain 0 Switch'
numid=76,iface=MIXER,name='media3_in Gain 0 Volume'
numid=101,iface=MIXER,name='media_loop1_out Gain 0 Ramp Delay'
numid=102,iface=MIXER,name='media_loop1_out Gain 0 Switch'
numid=103,iface=MIXER,name='media_loop1_out Gain 0 Volume'
numid=113,iface=MIXER,name='media_loop1_out fir 0 params'
numid=114,iface=MIXER,name='media_loop1_out iir 0 params'
numid=115,iface=MIXER,name='media_loop1_out mdrp 0 params'
numid=37,iface=MIXER,name='media_loop1_out mix 0 codec_in0 Switch'
numid=38,iface=MIXER,name='media_loop1_out mix 0 codec_in1 Switch'
numid=40,iface=MIXER,name='media_loop1_out mix 0 media_loop1_in Switch'
numid=41,iface=MIXER,name='media_loop1_out mix 0 media_loop2_in Switch'
numid=42,iface=MIXER,name='media_loop1_out mix 0 pcm0_in Switch'
numid=43,iface=MIXER,name='media_loop1_out mix 0 pcm1_in Switch'
numid=39,iface=MIXER,name='media_loop1_out mix 0 sprot_loop_in Switch'
numid=104,iface=MIXER,name='media_loop2_out Gain 0 Ramp Delay'
numid=105,iface=MIXER,name='media_loop2_out Gain 0 Switch'
numid=106,iface=MIXER,name='media_loop2_out Gain 0 Volume'
numid=116,iface=MIXER,name='media_loop2_out fir 0 params'
numid=117,iface=MIXER,name='media_loop2_out iir 0 params'
numid=118,iface=MIXER,name='media_loop2_out mdrp 0 params'
numid=44,iface=MIXER,name='media_loop2_out mix 0 codec_in0 Switch'
numid=45,iface=MIXER,name='media_loop2_out mix 0 codec_in1 Switch'
numid=47,iface=MIXER,name='media_loop2_out mix 0 media_loop1_in Switch'
numid=48,iface=MIXER,name='media_loop2_out mix 0 media_loop2_in Switch'
numid=49,iface=MIXER,name='media_loop2_out mix 0 pcm0_in Switch'
numid=50,iface=MIXER,name='media_loop2_out mix 0 pcm1_in Switch'
numid=46,iface=MIXER,name='media_loop2_out mix 0 sprot_loop_in Switch'
numid=77,iface=MIXER,name='pcm0_in Gain 0 Ramp Delay'
numid=78,iface=MIXER,name='pcm0_in Gain 0 Switch'
numid=79,iface=MIXER,name='pcm0_in Gain 0 Volume'
numid=9,iface=MIXER,name='pcm0_out mix 0 codec_in0 Switch'
numid=10,iface=MIXER,name='pcm0_out mix 0 codec_in1 Switch'
numid=12,iface=MIXER,name='pcm0_out mix 0 media_loop1_in Switch'
numid=13,iface=MIXER,name='pcm0_out mix 0 media_loop2_in Switch'
numid=14,iface=MIXER,name='pcm0_out mix 0 pcm0_in Switch'
numid=15,iface=MIXER,name='pcm0_out mix 0 pcm1_in Switch'
numid=11,iface=MIXER,name='pcm0_out mix 0 sprot_loop_in Switch'
numid=80,iface=MIXER,name='pcm1_in Gain 0 Ramp Delay'
numid=81,iface=MIXER,name='pcm1_in Gain 0 Switch'
numid=82,iface=MIXER,name='pcm1_in Gain 0 Volume'
numid=83,iface=MIXER,name='pcm1_out Gain 0 Ramp Delay'
numid=84,iface=MIXER,name='pcm1_out Gain 0 Switch'
numid=85,iface=MIXER,name='pcm1_out Gain 0 Volume'
numid=16,iface=MIXER,name='pcm1_out mix 0 codec_in0 Switch'
numid=17,iface=MIXER,name='pcm1_out mix 0 codec_in1 Switch'
numid=19,iface=MIXER,name='pcm1_out mix 0 media_loop1_in Switch'
numid=20,iface=MIXER,name='pcm1_out mix 0 media_loop2_in Switch'
numid=21,iface=MIXER,name='pcm1_out mix 0 pcm0_in Switch'
numid=22,iface=MIXER,name='pcm1_out mix 0 pcm1_in Switch'
numid=18,iface=MIXER,name='pcm1_out mix 0 sprot_loop_in Switch'
numid=86,iface=MIXER,name='pcm2_out Gain 0 Ramp Delay'
numid=87,iface=MIXER,name='pcm2_out Gain 0 Switch'
numid=88,iface=MIXER,name='pcm2_out Gain 0 Volume'
numid=23,iface=MIXER,name='pcm2_out mix 0 codec_in0 Switch'
numid=24,iface=MIXER,name='pcm2_out mix 0 codec_in1 Switch'
numid=26,iface=MIXER,name='pcm2_out mix 0 media_loop1_in Switch'
numid=27,iface=MIXER,name='pcm2_out mix 0 media_loop2_in Switch'
numid=28,iface=MIXER,name='pcm2_out mix 0 pcm0_in Switch'
numid=29,iface=MIXER,name='pcm2_out mix 0 pcm1_in Switch'
numid=25,iface=MIXER,name='pcm2_out mix 0 sprot_loop_in Switch'
numid=107,iface=MIXER,name='sprot_loop_out Gain 0 Ramp Delay'
numid=108,iface=MIXER,name='sprot_loop_out Gain 0 Switch'
numid=109,iface=MIXER,name='sprot_loop_out Gain 0 Volume'
numid=119,iface=MIXER,name='sprot_loop_out lpro 0 params'
numid=30,iface=MIXER,name='sprot_loop_out mix 0 codec_in0 Switch'
numid=31,iface=MIXER,name='sprot_loop_out mix 0 codec_in1 Switch'
numid=33,iface=MIXER,name='sprot_loop_out mix 0 media_loop1_in Switch'
numid=34,iface=MIXER,name='sprot_loop_out mix 0 media_loop2_in Switch'
numid=35,iface=MIXER,name='sprot_loop_out mix 0 pcm0_in Switch'
numid=36,iface=MIXER,name='sprot_loop_out mix 0 pcm1_in Switch'
numid=32,iface=MIXER,name='sprot_loop_out mix 0 sprot_loop_in Switch'

Thank you,
Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-24 18:21                                     ` Michele Curti
@ 2015-06-25  3:24                                       ` Vinod Koul
  2015-06-25  7:39                                         ` Michele Curti
  2016-03-03 11:11                                         ` Michele Curti
  0 siblings, 2 replies; 50+ messages in thread
From: Vinod Koul @ 2015-06-25  3:24 UTC (permalink / raw)
  To: Michele Curti
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Wed, Jun 24, 2015 at 08:21:20PM +0200, Michele Curti wrote:
> > > There are a lot of errors about missing backend dai:
> > > [    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
> > So in this driver we use DPCM, which means that you have to route Front End
> > to a BackEnd and then only you can open a device. Without linking to BE it
> > will fail
> >
> 
> Yes, when Liam wrote about that I started to try to understand how to find the
> right audio route/path, but I think it will take a while eheh :p
> 
> 
> Thanks!  So for now I tried to blindy launch these commands (apart for the 
> "Speaker L" and "Speaker R" controls, not present in the rt5645 codec) and 
> I got about a minute freeze at every boot and some new errors:
> 
> [    2.700127] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
> [    2.700177] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
> [    2.700226] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
> [    2.700276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
> [    2.700321] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
> [    2.700368] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
> [    2.700417] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
> [    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
this is unexpected, I will check on this

> ...
> [    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
> [    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
Yes this is a problem, which FW are you using

I am expecting you should be on
http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/commit/intel?id=d562a3b636325e969d4fdf60ec5e418a510f3510

> ...
> [   53.538117]  Baytrail Audio Port: sst: error code = -22
> [   53.541909] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199
This is impact of FW timeout

-- 
~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-25  3:24                                       ` Vinod Koul
@ 2015-06-25  7:39                                         ` Michele Curti
  2016-03-03 11:11                                         ` Michele Curti
  1 sibling, 0 replies; 50+ messages in thread
From: Michele Curti @ 2015-06-25  7:39 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Luka Karinja, Takashi Iwai, alsa-devel, Liam Girdwood, Nikula,
	Jarkko, Bard Liao

On Thu, Jun 25, 2015 at 08:54:07AM +0530, Vinod Koul wrote:
> On Wed, Jun 24, 2015 at 08:21:20PM +0200, Michele Curti wrote:
> > > > There are a lot of errors about missing backend dai:
> > > > [    7.195570]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
> > > So in this driver we use DPCM, which means that you have to route Front End
> > > to a BackEnd and then only you can open a device. Without linking to BE it
> > > will fail
> > >
> > 
> > Yes, when Liam wrote about that I started to try to understand how to find the
> > right audio route/path, but I think it will take a while eheh :p
> > 
> > 
> > Thanks!  So for now I tried to blindy launch these commands (apart for the 
> > "Speaker L" and "Speaker R" controls, not present in the rt5645 codec) and 
> > I got about a minute freeze at every boot and some new errors:
> > 
> > [    2.700127] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
> > [    2.700177] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
> > [    2.700226] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
> > [    2.700276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
> > [    2.700321] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
> > [    2.700368] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
> > [    2.700417] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
> > [    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> this is unexpected, I will check on this
> 
> > ...
> > [    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
> > [    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
> Yes this is a problem, which FW are you using
> 
> I am expecting you should be on
> http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/commit/intel?id=d562a3b636325e969d4fdf60ec5e418a510f3510

Yes, I confirm it's the firmware I'm using, I did a diff to be sure :)

Thanks,
Michele

> 
> > ...
> > [   53.538117]  Baytrail Audio Port: sst: error code = -22
> > [   53.541909] bytx205_rt5645 bytx205_rt5645: BUG: pcmC0D0p:0, pos = -22, buffer size = 203830, period size = 1199
> This is impact of FW timeout
> 
> -- 
> ~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-06-25  3:24                                       ` Vinod Koul
  2015-06-25  7:39                                         ` Michele Curti
@ 2016-03-03 11:11                                         ` Michele Curti
  2016-03-03 11:27                                           ` Vinod Koul
  1 sibling, 1 reply; 50+ messages in thread
From: Michele Curti @ 2016-03-03 11:11 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Luka Karinja, Takashi Iwai, ao2, alsa-devel, Liam Girdwood,
	Nikula, Jarkko, Bard Liao

Hi Vinod,

On Thu, Jun 25, 2015 at 08:54:07AM +0530, Vinod Koul wrote:
> > [    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> this is unexpected, I will check on this
> 
> > ...
> > [    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
> > [    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
> Yes this is a problem, which FW are you using
> 

I have a question regarding the FW timeout, but since it has been a long
time since last email, let me summarize the thread..

I tried to get sound working on an Asus X205TA laptop so, as far as I
understood, 3 things are needed in the ASoC world:
1. codec driver
2. platform driver
3. machine driver

1. codec driver (patch 0001 at [1])

It seems that the codec is a Relatek RT5648, and in kernel there is no
driver for it, but since it has the same product Id of the RT5645
(0x6308) I simply added an I2C and an ACPI match to the RT5645 codec
driver.

2. platform driver (patch 0002 at [1])

Used the sst-mfld-platform one (under sound/soc/intel/atom/sst), changing
the .acpi_ipc_irq_index from 5 to 0 because the DSP interrupt order in
the ACPI DSDT table of this laptop is different from the "normal" (see
line 3745 of dsdt.dsl at [2]).

$ cat /proc/interrupts | grep sst
            CPU0       CPU1       CPU2       CPU3       
   1:         24          0          0          0   IO-APIC   29-fasteoi   intel_sst_driver

Used the SSP0 version of the ADSP firmware (found at [3]), beacuse the
mainline FW uses the SSP2 port but this laptop has an atom Z3735F which
has only two SSP ports.

3. machine driver (patch 0003 at [1])

It's a copy-paste of sound/soc/intel/boards/bytcr_rt5651.c, but using
SSP0 instead of SSP2 and rt5645 instead of rt5651.



So, applying the three patches to the mainline linux kernel the sound
card shows up (aplay -l finds it) and at boot I got these errors:

[    4.378238] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    4.381301] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    4.384307] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    4.387276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    4.390229] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    4.390249] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    4.390268] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    4.390286] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!

About a minute of these errors:

[   62.894026] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   62.903888] intel_sst_acpi 80860F28:00: fw returned err -16

And, when I play some audio, these ones:

[  102.350606]  Audio Port: ASoC: no backend DAIs enabled for Audio Port

Full dmesg at [4].


And, finally, the question: it is possible that the firmware timeout is
due to a missing alsa audio path and not to a fw problem?

Thanks,
Michele


[1] https://github.com/michelecurti/x205ta/tree/master/sound-patches
[2] https://github.com/michelecurti/x205ta/tree/master/acpi-tables
[3] https://git.kernel.org/cgit/linux/kernel/git/vkoul/firmware.git/commit/?h=byt
[4] http://pastebin.com/XAQZUvkM

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2016-03-03 11:11                                         ` Michele Curti
@ 2016-03-03 11:27                                           ` Vinod Koul
  2016-03-03 13:08                                             ` Michele Curti
  2016-03-03 16:20                                             ` Pierre-Louis Bossart
  0 siblings, 2 replies; 50+ messages in thread
From: Vinod Koul @ 2016-03-03 11:27 UTC (permalink / raw)
  To: Michele Curti, Pierre-Louis Bossart
  Cc: Luka Karinja, Takashi Iwai, ao2, alsa-devel, Liam Girdwood,
	Nikula, Jarkko, Bard Liao

On Thu, Mar 03, 2016 at 12:11:10PM +0100, Michele Curti wrote:
> Hi Vinod,
> 
> On Thu, Jun 25, 2015 at 08:54:07AM +0530, Vinod Koul wrote:
> > > [    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> > this is unexpected, I will check on this
> > 
> > > ...
> > > [    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
> > > [    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
> > Yes this is a problem, which FW are you using

Have you tried the recent kernels, Pierre did a bunch of update and got many
things working.

As for timeout, that simply means we have send a message to DSP which failed
to get a response. Perhpas the message had some bad element of FW had a
bug/crashed...

> > 
> 
> I have a question regarding the FW timeout, but since it has been a long
> time since last email, let me summarize the thread..
> 
> I tried to get sound working on an Asus X205TA laptop so, as far as I
> understood, 3 things are needed in the ASoC world:
> 1. codec driver
> 2. platform driver
> 3. machine driver
> 
> 1. codec driver (patch 0001 at [1])
> 
> It seems that the codec is a Relatek RT5648, and in kernel there is no
> driver for it, but since it has the same product Id of the RT5645
> (0x6308) I simply added an I2C and an ACPI match to the RT5645 codec
> driver.
> 
> 2. platform driver (patch 0002 at [1])
> 
> Used the sst-mfld-platform one (under sound/soc/intel/atom/sst), changing
> the .acpi_ipc_irq_index from 5 to 0 because the DSP interrupt order in
> the ACPI DSDT table of this laptop is different from the "normal" (see
> line 3745 of dsdt.dsl at [2]).
> 
> $ cat /proc/interrupts | grep sst
>             CPU0       CPU1       CPU2       CPU3       
>    1:         24          0          0          0   IO-APIC   29-fasteoi   intel_sst_driver
> 
> Used the SSP0 version of the ADSP firmware (found at [3]), beacuse the
> mainline FW uses the SSP2 port but this laptop has an atom Z3735F which
> has only two SSP ports.
> 
> 3. machine driver (patch 0003 at [1])
> 
> It's a copy-paste of sound/soc/intel/boards/bytcr_rt5651.c, but using
> SSP0 instead of SSP2 and rt5645 instead of rt5651.
> 
> 
> 
> So, applying the three patches to the mainline linux kernel the sound
> card shows up (aplay -l finds it) and at boot I got these errors:
> 
> [    4.378238] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
> [    4.381301] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
> [    4.384307] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
> [    4.387276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
> [    4.390229] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
> [    4.390249] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
> [    4.390268] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
> [    4.390286] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> 
> About a minute of these errors:
> 
> [   62.894026] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
> [   62.903888] intel_sst_acpi 80860F28:00: fw returned err -16
> 
> And, when I play some audio, these ones:
> 
> [  102.350606]  Audio Port: ASoC: no backend DAIs enabled for Audio Port
> 
> Full dmesg at [4].
> 
> 
> And, finally, the question: it is possible that the firmware timeout is
> due to a missing alsa audio path and not to a fw problem?
> 
> Thanks,
> Michele
> 
> 
> [1] https://github.com/michelecurti/x205ta/tree/master/sound-patches
> [2] https://github.com/michelecurti/x205ta/tree/master/acpi-tables
> [3] https://git.kernel.org/cgit/linux/kernel/git/vkoul/firmware.git/commit/?h=byt
> [4] http://pastebin.com/XAQZUvkM
> 

-- 
~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2016-03-03 11:27                                           ` Vinod Koul
@ 2016-03-03 13:08                                             ` Michele Curti
  2016-03-03 16:20                                             ` Pierre-Louis Bossart
  1 sibling, 0 replies; 50+ messages in thread
From: Michele Curti @ 2016-03-03 13:08 UTC (permalink / raw)
  To: Vinod Koul
  Cc: Luka Karinja, alsa-devel, Takashi Iwai, ao2,
	Pierre-Louis Bossart, Liam Girdwood, Nikula, Jarkko, Bard Liao

On Thu, Mar 03, 2016 at 04:57:45PM +0530, Vinod Koul wrote:
> On Thu, Mar 03, 2016 at 12:11:10PM +0100, Michele Curti wrote:
> > Hi Vinod,
> > 
> > On Thu, Jun 25, 2015 at 08:54:07AM +0530, Vinod Koul wrote:
> > > > [    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> > > this is unexpected, I will check on this
> > > 
> > > > ...
> > > > [    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
> > > > [    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
> > > Yes this is a problem, which FW are you using
> 
> Have you tried the recent kernels, Pierre did a bunch of update and got many
> things working.

Yes, 4.5.0-rc6.

> As for timeout, that simply means we have send a message to DSP which failed
> to get a response. Perhpas the message had some bad element of FW had a
> bug/crashed...

Ok thank you, so I can stop playing with amixer :)

Thanks,
Michele

> 
> > > 
> > 
> > I have a question regarding the FW timeout, but since it has been a long
> > time since last email, let me summarize the thread..
> > 
> > I tried to get sound working on an Asus X205TA laptop so, as far as I
> > understood, 3 things are needed in the ASoC world:
> > 1. codec driver
> > 2. platform driver
> > 3. machine driver
> > 
> > 1. codec driver (patch 0001 at [1])
> > 
> > It seems that the codec is a Relatek RT5648, and in kernel there is no
> > driver for it, but since it has the same product Id of the RT5645
> > (0x6308) I simply added an I2C and an ACPI match to the RT5645 codec
> > driver.
> > 
> > 2. platform driver (patch 0002 at [1])
> > 
> > Used the sst-mfld-platform one (under sound/soc/intel/atom/sst), changing
> > the .acpi_ipc_irq_index from 5 to 0 because the DSP interrupt order in
> > the ACPI DSDT table of this laptop is different from the "normal" (see
> > line 3745 of dsdt.dsl at [2]).
> > 
> > $ cat /proc/interrupts | grep sst
> >             CPU0       CPU1       CPU2       CPU3       
> >    1:         24          0          0          0   IO-APIC   29-fasteoi   intel_sst_driver
> > 
> > Used the SSP0 version of the ADSP firmware (found at [3]), beacuse the
> > mainline FW uses the SSP2 port but this laptop has an atom Z3735F which
> > has only two SSP ports.
> > 
> > 3. machine driver (patch 0003 at [1])
> > 
> > It's a copy-paste of sound/soc/intel/boards/bytcr_rt5651.c, but using
> > SSP0 instead of SSP2 and rt5645 instead of rt5651.
> > 
> > 
> > 
> > So, applying the three patches to the mainline linux kernel the sound
> > card shows up (aplay -l finds it) and at boot I got these errors:
> > 
> > [    4.378238] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
> > [    4.381301] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
> > [    4.384307] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
> > [    4.387276] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
> > [    4.390229] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
> > [    4.390249] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
> > [    4.390268] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
> > [    4.390286] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> > 
> > About a minute of these errors:
> > 
> > [   62.894026] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
> > [   62.903888] intel_sst_acpi 80860F28:00: fw returned err -16
> > 
> > And, when I play some audio, these ones:
> > 
> > [  102.350606]  Audio Port: ASoC: no backend DAIs enabled for Audio Port
> > 
> > Full dmesg at [4].
> > 
> > 
> > And, finally, the question: it is possible that the firmware timeout is
> > due to a missing alsa audio path and not to a fw problem?
> > 
> > Thanks,
> > Michele
> > 
> > 
> > [1] https://github.com/michelecurti/x205ta/tree/master/sound-patches
> > [2] https://github.com/michelecurti/x205ta/tree/master/acpi-tables
> > [3] https://git.kernel.org/cgit/linux/kernel/git/vkoul/firmware.git/commit/?h=byt
> > [4] http://pastebin.com/XAQZUvkM
> > 
> 
> -- 
> ~Vinod

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2016-03-03 11:27                                           ` Vinod Koul
  2016-03-03 13:08                                             ` Michele Curti
@ 2016-03-03 16:20                                             ` Pierre-Louis Bossart
  2016-03-04 11:07                                               ` Michele Curti
  1 sibling, 1 reply; 50+ messages in thread
From: Pierre-Louis Bossart @ 2016-03-03 16:20 UTC (permalink / raw)
  To: Vinod Koul, Michele Curti
  Cc: Luka Karinja, Takashi Iwai, ao2, alsa-devel, Liam Girdwood,
	Nikula, Jarkko, Bard Liao

On 3/3/16 5:27 AM, Vinod Koul wrote:
> On Thu, Mar 03, 2016 at 12:11:10PM +0100, Michele Curti wrote:
>> Hi Vinod,
>>
>> On Thu, Jun 25, 2015 at 08:54:07AM +0530, Vinod Koul wrote:
>>>> [    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
>>> this is unexpected, I will check on this
>>>
>>>> ...
>>>> [    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
>>>> [    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
>>> Yes this is a problem, which FW are you using
>
> Have you tried the recent kernels, Pierre did a bunch of update and got many
> things working.
>
> As for timeout, that simply means we have send a message to DSP which failed
> to get a response. Perhpas the message had some bad element of FW had a
> bug/crashed...

The firmware timeout is due to a change in the BIOS for BYT-CR devices 
that impacts the IPC interrupt number, I have a set of patches that fix 
this on Asus T100TAF but I still can't get any sound out.

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2016-03-03 16:20                                             ` Pierre-Louis Bossart
@ 2016-03-04 11:07                                               ` Michele Curti
  0 siblings, 0 replies; 50+ messages in thread
From: Michele Curti @ 2016-03-04 11:07 UTC (permalink / raw)
  To: Pierre-Louis Bossart
  Cc: Luka Karinja, Vinod Koul, ao2, alsa-devel, Liam Girdwood,
	Takashi Iwai, Nikula, Jarkko, Bard Liao

On Thu, Mar 03, 2016 at 10:20:55AM -0600, Pierre-Louis Bossart wrote:
> On 3/3/16 5:27 AM, Vinod Koul wrote:
> >On Thu, Mar 03, 2016 at 12:11:10PM +0100, Michele Curti wrote:
> >>Hi Vinod,
> >>
> >>On Thu, Jun 25, 2015 at 08:54:07AM +0530, Vinod Koul wrote:
> >>>>[    2.700468] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
> >>>this is unexpected, I will check on this
> >>>
> >>>>...
> >>>>[    7.970937] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
> >>>>[    7.970964] intel_sst_acpi 80860F28:00: fw returned err -16
> >>>Yes this is a problem, which FW are you using
> >
> >Have you tried the recent kernels, Pierre did a bunch of update and got many
> >things working.
> >
> >As for timeout, that simply means we have send a message to DSP which failed
> >to get a response. Perhpas the message had some bad element of FW had a
> >bug/crashed...
> 
> The firmware timeout is due to a change in the BIOS for BYT-CR devices that
> impacts the IPC interrupt number, I have a set of patches that fix this on
> Asus T100TAF but I still can't get any sound out.
>

Do you mean the .acpi_ipc_irq_index from 5 to 0?
If so, I also carry that fix in my patches.

Thanks,
Michele

On Thu, Mar 03, 2016 at 12:11:10PM +0100, Michele Curti wrote:
> 2. platform driver (patch 0002 at [1])
> 
> Used the sst-mfld-platform one (under sound/soc/intel/atom/sst), changing
> the .acpi_ipc_irq_index from 5 to 0 because the DSP interrupt order in
> the ACPI DSDT table of this laptop is different from the "normal" (see
> line 3745 of dsdt.dsl at [2]).
> 
> $ cat /proc/interrupts | grep sst
>             CPU0       CPU1       CPU2       CPU3       
>    1:         24          0          0          0   IO-APIC   29-fasteoi   intel_sst_driver
> 
> ...
> 
> [1] https://github.com/michelecurti/x205ta/tree/master/sound-patches
> [2] https://github.com/michelecurti/x205ta/tree/master/acpi-tables
> 

^ permalink raw reply	[flat|nested] 50+ messages in thread

* writing an alsa driver
@ 2015-08-10 14:12 Johnny
  0 siblings, 0 replies; 50+ messages in thread
From: Johnny @ 2015-08-10 14:12 UTC (permalink / raw)
  To: michele.curti; +Cc: alsa-devel

Hi,

I have been following your progress with great anticipation.

> SSP2
> http://permalink.gmane.org/gmane.linux.alsa.devel/140328
> future versions of the firmware should support SSP1

So, I'm guessing, until the firmware supports SSP1, there will not be any 
sound? I also tried using the firmware that supports SSP0, which Vinod 
posted in another thread, and get no sound.

Regards,
John

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
  2015-07-22 20:05 Marco Bodega
@ 2015-07-24 20:54 ` Michele Curti
  0 siblings, 0 replies; 50+ messages in thread
From: Michele Curti @ 2015-07-24 20:54 UTC (permalink / raw)
  To: Marco Bodega
  Cc: alsa-devel, bjorse, Takashi Iwai, juergen.bausa, Luka Karinja,
	Liam Girdwood, Vinod Koul, Nikula, Jarkko, Bard Liao

On Wed, Jul 22, 2015 at 10:05:36PM +0200, Marco Bodega wrote:
> Hi all,
> 
> I own an Asus x205ta too and I really want to help to make this audio
> card works.
> I'm using linux next with Michele Curti's patch (as of 23 june)
>

Great!  Good to know that you are working on this driver.  I did no
progress since then because I stopped working on it..

> 
> but it's bounded to sst1 as i see from disassembling acpi data:
> cat dsdt.dsl:
> [...]
>  Device (SSP1)
>  {
>
...
> 
> however the fw is tied to work with SSP0.
> What can i do?
> 

SSP2
http://permalink.gmane.org/gmane.linux.alsa.devel/140328
future versions of the firmware should support SSP1

> 
> 
> Is everything that I've done correct?
> I see in these output logs many of the errors and bugs that the other
> users found.

> [    7.145429] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
> [    7.145461] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
> [    7.145488] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
> [    7.145517] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
> [    7.145540] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
> [    7.145565] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
> [    7.145592] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
> [    7.145621] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!

Yep, Vinod will check these
http://permalink.gmane.org/gmane.linux.alsa.devel/140564

Regards,
Michele

^ permalink raw reply	[flat|nested] 50+ messages in thread

* Re: writing an alsa driver
@ 2015-07-22 20:05 Marco Bodega
  2015-07-24 20:54 ` Michele Curti
  0 siblings, 1 reply; 50+ messages in thread
From: Marco Bodega @ 2015-07-22 20:05 UTC (permalink / raw)
  To: alsa-devel

[-- Attachment #1: Type: text/plain, Size: 4962 bytes --]

Hi all,

I own an Asus x205ta too and I really want to help to make this audio
card works.
I'm using linux next with Michele Curti's patch (as of 23 june)


Here kernel .config:

CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH=m
# CONFIG_SND_SOC_INTEL_CHT_BSW_RT5672_MACH is no
CONFIG_SND_SOC_INTEL_BYT_RT5640_MACH=m
# CONFIG_SND_SOC_INTEL_BYT_MAX98090_MACH is not set
# CONFIG_SND_SOC_INTEL_BROADWELL_MACH is not set
CONFIG_SND_SOC_INTEL_BYTCR_RT5640_MACH=m
CONFIG_SND_SOC_INTEL_BYTCR_RT5645_MACH=m


bo@X205TA:~$ uname -a
Linux X205TA 4.2.0-rc2-next-20150717+ #3 SMP Wed Jul 22 15:31:59 CEST
2015 x86_64 x86_64 x86_64 GNU/Linux


Output of lsmod:

snd_soc_sst_bytcr_rt5645    16384  0
snd_intel_sst_acpi     16384  1
snd_intel_sst_core     73728  1 snd_intel_sst_acpi
snd_soc_rt5645        139264  1
snd_soc_sst_mfld_platform    90112  3 snd_intel_sst_core
snd_pcm               102400  4
snd_soc_rt5645,snd_soc_core,snd_soc_sst_mfld_platform,snd_soc_sst_bytcr_rt5645




bo@X205TA:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: baytrailcraudio [baytrailcraudio], device 0: Baytrail Audio
(*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0


bo@@X205TA:~$ aplay -D hw:0 -c 2 -r 48000 -f S16_LE
/dev/urandomPlaying
raw data '/dev/urandom' : Signed 16 bit Little Endian, Rate 48000 Hz,
Stereo
aplay: set_params:1297: Unable to install hw params:
ACCESS:  RW_INTERLEAVED
FORMAT:  S16_LE
SUBFORMAT:  STD
SAMPLE_BITS: 16
FRAME_BITS: 32
CHANNELS: 2
RATE: 48000
PERIOD_TIME: 125000
PERIOD_SIZE: 6000
PERIOD_BYTES: 24000
PERIODS: 4
BUFFER_TIME: 500000
BUFFER_SIZE: 24000
BUFFER_BYTES: 96000
TICK_TIME: 0


bo@X205TA:~$ cat /proc/interrupts | grep sst
   6:          0          0          0          0   IO-APIC
28-fasteoi   intel_sst_driver


bo@X205TA:~$ ll /lib/firmware/intel/fw*
-rw-r--r-- 1 root root 647078 lug 22 17:56 /lib/firmware/intel/fw_sst_0f28.bin
-rw-r--r-- 1 root root 265684 lug 22 17:56
/lib/firmware/intel/fw_sst_0f28.bin-48kHz_i2s_master
-rw-r--r-- 1 root root 701614 lug 22 17:56 /lib/firmware/intel/fw_sst_22a8.bin


I read that the firmware used by bytx205_rt5645 is
intel/fw_sst_0f28.bin:

in fact in sst_acpi i have:

{"10EC5648", "X205", "bytx205_rt5645", NULL, "intel/fw_sst_0f28.bin",
                                                &byt_rvp_platform_data
},

but it's bounded to sst1 as i see from disassembling acpi data:
cat dsdt.dsl:
[...]
 Device (SSP1)
 {
                Name (_ADR, Zero)  // _ADR: Address
                Name (_HID, "SSPX0000" /* Intel SSP Device */)  //
_HID: Hardware ID
                Name (_CID, "SSPX0000" /* Intel SSP Device */)  //
_CID: Compatible ID
[...]
                Interrupt (ResourceConsumer, Level, ActiveLow,
Exclusive, ,, )
                {
                    0x0000001D,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow,
Exclusive, ,, )
                {
                    0x00000018,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow,
Exclusive, ,, )
                {
                    0x00000019,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow,
Exclusive, ,, )
                {
                    0x0000001A,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow,
Exclusive, ,, )
                {
                    0x0000001B,
                }
                Interrupt (ResourceConsumer, Level, ActiveLow,
Exclusive, ,, )
                {
                    0x0000001C,
                }
[...]



however the fw is tied to work with SSP0.
What can i do?



I tried to connect parts in routing:

#DSP routing
amixer -c0 sset 'codec_out0 mix 0 pcm0_in' on
amixer -c0 sset 'media0_out mix 0 media1_in' on
amixer -c0 sset 'media1_in Gain 0' 80%
amixer -c0 sset 'media1_in Gain 0 Ramp Delay' 50
amixer -c0 sset 'media1_in Gain 0' off
amixer -c0 sset 'pcm0_in Gain 0' 80%
amixer -c0 sset 'pcm0_in Gain 0 Ramp Delay' 50
amixer -c0 sset 'pcm0_in Gain 0' off
amixer -c0 sset 'codec_out0 Gain 0' 80%
amixer -c0 sset 'codec_out0 Gain 0 Ramp Delay' 50
amixer -c0 sset 'codec_out0 Gain 0' off

#Codec routin, if you have different one please modfiy
amixer -c0 sset "DAC MIXL INF1" on
amixer -c0 sset "DAC MIXR INF1" on
amixer -c0 sset "Stereo DAC MIXL DAC L1" on
amixer -c0 sset "Stereo DAC MIXR DAC R1" on
amixer -c0 sset "SPK MIXL DAC L1" on
amixer -c0 sset "SPK MIXR DAC R1" on
amixer -c0 sset "SPOL MIX SPKVOL L" on
amixer -c0 sset "SPOR MIX SPKVOL R" on
amixer -c0 sset "SPOL MIX DAC L1" on
amixer -c0 sset "SPOR MIX DAC R1" on
amixer -c0 sset "Speaker L" on
amixer -c0 sset "Speaker R" on
amixer -c0 sset "Headphone" off
amixer -c0 sset "Ext Spk" on



and the attached dmesg log appeared

I get no sound but at least no heat :)


Is everything that I've done correct?
I see in these output logs many of the errors and bugs that the other
users found.


Thanks for the time spent

Marco





Output of dmesg:

[-- Attachment #2: dmesg.txt --]
[-- Type: text/plain, Size: 145270 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.2.0-rc2-next-20150717+ (bo@X205TA) (gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu13) ) #3 SMP Wed Jul 22 15:31:59 CEST 2015
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-next root=UUID=76d1fc2c-db6c-4fbe-8900-f1690226fbaf ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007bf13fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bf14000-0x000000007bf43fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bf44000-0x000000007bf77fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007bf78000-0x000000007c040fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c041000-0x000000007c928fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007c929000-0x000000007c984fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007c985000-0x000000007cbfffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0x7bf77000  ACPI 2.0=0x7bf77014  ESRT=0x7bf43000  SMBIOS=0x7c928190 
[    0.000000] efi: requested map not found.
[    0.000000] esrt: ESRT header is not in the memory map.
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. X205TA/X205TA, BIOS X205TA.208 12/18/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x7cc00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07E000000 mask FFE000000 uncachable
[    0.000000]   2 base 07D000000 mask FFF000000 uncachable
[    0.000000]   3 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   4 base 07CE00000 mask FFFE00000 uncachable
[    0.000000]   5 base 07CD00000 mask FFFF00000 uncachable
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2016MB, range: 32MB, type UC
[    0.000000] reg 2, base: 2000MB, range: 16MB, type UC
[    0.000000] reg 3, base: 1998MB, range: 2MB, type UC
[    0.000000] reg 4, base: 1998MB, range: 2MB, type UC
[    0.000000] reg 5, base: 1997MB, range: 1MB, type UC
[    0.000000] total RAM covered: 1997M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 5  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 1997MB, range: 1MB, type UC
[    0.000000] reg 2, base: 1998MB, range: 2MB, type UC
[    0.000000] reg 3, base: 2000MB, range: 16MB, type UC
[    0.000000] reg 4, base: 2016MB, range: 32MB, type UC
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000081000] 81000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02ffa000, 0x02ffafff] PGTABLE
[    0.000000] BRK [0x02ffb000, 0x02ffbfff] PGTABLE
[    0.000000] BRK [0x02ffc000, 0x02ffcfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7ba00000-0x7bbfffff]
[    0.000000]  [mem 0x7ba00000-0x7bbfffff] page 2M
[    0.000000] BRK [0x02ffd000, 0x02ffdfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x60000000-0x7b9fffff]
[    0.000000]  [mem 0x60000000-0x7b9fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40000000-0x5fffffff]
[    0.000000]  [mem 0x40000000-0x5fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x7bc00000-0x7bf13fff]
[    0.000000]  [mem 0x7bc00000-0x7bdfffff] page 2M
[    0.000000]  [mem 0x7be00000-0x7bf13fff] page 4k
[    0.000000] BRK [0x02ffe000, 0x02ffefff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c985000-0x7cbfffff]
[    0.000000]  [mem 0x7c985000-0x7c9fffff] page 4k
[    0.000000]  [mem 0x7ca00000-0x7cbfffff] page 2M
[    0.000000] BRK [0x02fff000, 0x02ffffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x35317000-0x36982fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007BF77014 000024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 0x000000007BF760F8 0000D4 (v01 _ASUS_ Notebook 00000003 MSFT 0100000D)
[    0.000000] ACPI: FACP 0x000000007BF72000 00010C (v05 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: DSDT 0x000000007BF5B000 0126D1 (v02 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: TCPA 0x000000007BF75000 000032 (v02                 00000000      00000000)
[    0.000000] ACPI: UEFI 0x000000007BFF4000 000042 (v01 _ASUS_ Notebook 00000000      00000000)
[    0.000000] ACPI: OEM0 0x000000007BF74000 000084 (v05 _ASUS_ BATTERY  00000003 AMI  0100000D)
[    0.000000] ACPI: DBG2 0x000000007BF73000 000072 (v00 _ASUS_ INTLDBG2 00000003 AMI  0100000D)
[    0.000000] ACPI: HPET 0x000000007BF71000 000038 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: LPIT 0x000000007BF70000 000104 (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: APIC 0x000000007BF6F000 00006C (v03 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: MCFG 0x000000007BF6E000 00003C (v01 _ASUS_ Notebook 00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF5A000 000603 (v01 _ASUS_ CpuDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF58000 001BE2 (v01 _ASUS_ DptfTab  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF57000 000058 (v01 _ASUS_ LowPwrM  00000003 AMI  0100000D)
[    0.000000] ACPI: SSDT 0x000000007BF56000 0000FF (v01 _ASUS_ SoCDptf  00000003 AMI  0100000D)
[    0.000000] ACPI: FPDT 0x000000007BF55000 000044 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000007BF54000 000763 (v01 PmRef  CpuPm    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF53000 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF52000 00017A (v01 PmRef  ApTst    00003000 INTL 20061109)
[    0.000000] ACPI: SSDT 0x000000007BF51000 000427 (v01 Intel_ Tpm2Tabl 00001000 INTL 20061109)
[    0.000000] ACPI: TPM2 0x000000007BF50000 000034 (v03                 00000000      00000000)
[    0.000000] ACPI: BGRT 0x000000007BF4F000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
[    0.000000] ACPI: CSRT 0x000000007BF4E000 00014C (v00 _ASUS_ Notebook 00000005 INTL 20120624)
[    0.000000] ACPI: MSDM 0x000000007BF42F90 000055 (v03 _ASUS_ Notebook 00000000 ASUS 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000007cbfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x7bd18000-0x7bd1cfff]
[    0.000000]  [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880076c00000-ffff880078bfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000007cbfffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000008efff]
[    0.000000]   node   0: [mem 0x0000000000090000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000001fffffff]
[    0.000000]   node   0: [mem 0x0000000020200000-0x000000007bf13fff]
[    0.000000]   node   0: [mem 0x000000007c985000-0x000000007cbfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007cbfffff]
[    0.000000] On node 0 totalpages: 507691
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 43 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7920 pages used for memmap
[    0.000000]   DMA32 zone: 503695 pages, LIFO batch:31
[    0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[    0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bf14000-0x7bf43fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bf44000-0x7bf77fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bf78000-0x7c040fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c041000-0x7c928fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c929000-0x7c984fff]
[    0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88007ba00000 s97112 r8192 d29864 u524288
[    0.000000] pcpu-alloc: s97112 r8192 d29864 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 499664
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-next root=UUID=76d1fc2c-db6c-4fbe-8900-f1690226fbaf ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 1916016K/2030764K available (7694K kernel code, 1283K rwdata, 3656K rodata, 1448K init, 1300K bss, 114748K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:16640 nr_irqs:1024 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0x10
[    0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[    0.000000] TSC runs at 1331200 KHz
[    0.000000] lapic_timer_frequency = 332800
[    0.000000] tsc: Detected 1331.200 MHz processor
[    0.000058] Calibrating delay loop (skipped), value calculated using timer frequency.. 2662.40 BogoMIPS (lpj=5324800)
[    0.000066] pid_max: default: 32768 minimum: 301
[    0.000079] ACPI: Core revision 20150619
[    0.058840] ACPI: All ACPI Tables successfully acquired
[    0.060758] Security Framework initialized
[    0.060773] AppArmor: AppArmor initialized
[    0.060777] Yama: becoming mindful.
[    0.061212] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.062610] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.063249] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.063263] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.063751] Initializing cgroup subsys blkio
[    0.063763] Initializing cgroup subsys memory
[    0.063786] Initializing cgroup subsys devices
[    0.063795] Initializing cgroup subsys freezer
[    0.063803] Initializing cgroup subsys net_cls
[    0.063811] Initializing cgroup subsys perf_event
[    0.063819] Initializing cgroup subsys net_prio
[    0.063827] Initializing cgroup subsys hugetlb
[    0.063867] CPU: Physical Processor ID: 0
[    0.063871] CPU: Processor Core ID: 0
[    0.063879] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.063882] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.068787] mce: CPU supports 6 MCE banks
[    0.068801] CPU0: Thermal monitoring enabled (TM1)
[    0.068807] process: using mwait in idle threads
[    0.068815] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.068819] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.069053] Freeing SMP alternatives memory: 28K (ffffffff81eac000 - ffffffff81eb3000)
[    0.071719] Ignoring BGRT: invalid status 0 (expected 1)
[    0.076221] ftrace: allocating 30034 entries in 118 pages
[    0.100955] TSC deadline timer enabled
[    0.100965] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3735F @ 1.33GHz (fam: 06, model: 37, stepping: 08)
[    0.101018] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.101039] ... version:                3
[    0.101043] ... bit width:              40
[    0.101046] ... generic registers:      2
[    0.101049] ... value mask:             000000ffffffffff
[    0.101052] ... max period:             000000ffffffffff
[    0.101055] ... fixed-purpose events:   3
[    0.101058] ... event mask:             0000000700000003
[    0.102926] x86: Booting SMP configuration:
[    0.102933] .... node  #0, CPUs:      #1
[    0.111148] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.111447]  #2 #3
[    0.127747] x86: Booted up 1 node, 4 CPUs
[    0.127754] smpboot: Total of 4 processors activated (10649.60 BogoMIPS)
[    0.129028] devtmpfs: initialized
[    0.138579] evm: security.selinux
[    0.138584] evm: security.SMACK64
[    0.138588] evm: security.SMACK64EXEC
[    0.138591] evm: security.SMACK64TRANSMUTE
[    0.138594] evm: security.SMACK64MMAP
[    0.138597] evm: security.ima
[    0.138600] evm: security.capability
[    0.138764] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.138770] PM: Registering ACPI NVS region [mem 0x7bf78000-0x7c040fff] (823296 bytes)
[    0.139018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.139231] pinctrl core: initialized pinctrl subsystem
[    0.139501] RTC time: 19:44:17, date: 07/22/15
[    0.139812] NET: Registered protocol family 16
[    0.151770] cpuidle: using governor ladder
[    0.163789] cpuidle: using governor menu
[    0.164038] ACPI: bus type PCI registered
[    0.164045] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.164237] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.164244] PCI: not using MMCONFIG
[    0.164248] PCI: Using configuration type 1 for base access
[    0.180112] ACPI: Added _OSI(Module Device)
[    0.180119] ACPI: Added _OSI(Processor Device)
[    0.180123] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.180127] ACPI: Added _OSI(Processor Aggregator Device)
[    0.212561] ACPI: Dynamic OEM Table Load:
[    0.212587] ACPI: SSDT 0xFFFF880076B4A000 000501 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
[    0.214822] ACPI: Dynamic OEM Table Load:
[    0.214844] ACPI: SSDT 0xFFFF880076B4A800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
[    0.217695] ACPI: Dynamic OEM Table Load:
[    0.217716] ACPI: SSDT 0xFFFF880076B94A00 00015F (v01 PmRef  ApIst    00003000 INTL 20061109)
[    0.219912] ACPI: Dynamic OEM Table Load:
[    0.219933] ACPI: SSDT 0xFFFF880076B22D80 00008D (v01 PmRef  ApCst    00003000 INTL 20061109)
[    0.224214] ACPI: Interpreter enabled
[    0.224235] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150619/hwxface-580)
[    0.224250] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150619/hwxface-580)
[    0.224262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150619/hwxface-580)
[    0.224275] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150619/hwxface-580)
[    0.224296] ACPI: (supports S0 S5)
[    0.224300] ACPI: Using IOAPIC for interrupt routing
[    0.224363] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.235369] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[    0.235376] PCI: not using MMCONFIG
[    0.235416] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.240254] ACPI: Power Resource [USBC] (on)
[    0.248111] ACPI: Power Resource [PLPE] (on)
[    0.259777] ACPI: Power Resource [CLK0] (on)
[    0.259913] ACPI: Power Resource [CLK1] (on)
[    0.260623] ACPI: Power Resource [P28T] (off)
[    0.260753] ACPI: Power Resource [P18T] (off)
[    0.266416] ACPI: Power Resource [P28X] (off)
[    0.266550] ACPI: Power Resource [P18X] (off)
[    0.266675] ACPI: Power Resource [P28P] (off)
[    0.266810] ACPI: Power Resource [P18P] (off)
[    0.266954] ACPI: Power Resource [P1XT] (off)
[    0.268476] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.276776] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.276792] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.276920] \_SB_.PCI0:_OSC invalid UUID
[    0.276925] _OSC request data:1 1e 0 
[    0.276937] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.277346] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.277887] PCI host bridge to bus 0000:00
[    0.277897] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.277904] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.277910] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.277916] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.277923] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.277933] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.277939] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.277945] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.277951] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
[    0.277957] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000 window]
[    0.277963] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
[    0.277969] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.277986] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.278241] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.278270] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[    0.278287] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[    0.278304] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.278561] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.278598] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[    0.278664] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.278894] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.278934] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[    0.278951] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[    0.279034] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.279258] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.280371] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.280561] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.280746] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.280932] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.281122] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.281317] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.281503] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.281688] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.295072] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.295080] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.295086] vgaarb: loaded
[    0.295089] vgaarb: bridge control possible 0000:00:02.0
[    0.295745] SCSI subsystem initialized
[    0.295878] libata version 3.00 loaded.
[    0.295955] ACPI: bus type USB registered
[    0.296044] usbcore: registered new interface driver usbfs
[    0.296075] usbcore: registered new interface driver hub
[    0.296136] usbcore: registered new device driver usb
[    0.296712] PCI: Using ACPI for IRQ routing
[    0.296719] PCI: pci_cache_line_size set to 64 bytes
[    0.296746] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.296753] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.296758] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.296762] e820: reserve RAM buffer [mem 0x7bf14000-0x7bffffff]
[    0.296767] e820: reserve RAM buffer [mem 0x7cc00000-0x7fffffff]
[    0.297077] NetLabel: Initializing
[    0.297082] NetLabel:  domain hash size = 128
[    0.297085] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.297114] NetLabel:  unlabeled traffic allowed by default
[    0.297354] clocksource: Switched to clocksource refined-jiffies
[    0.313673] AppArmor: AppArmor Filesystem Enabled
[    0.313874] pnp: PnP ACPI init
[    0.314028] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.314535] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.314544] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.314550] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.314557] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.314563] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.314574] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.314846] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.316442] system 00:03: [io  0x0240-0x0259] has been reserved
[    0.316453] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.318358] pnp: PnP ACPI: found 4 devices
[    0.324208] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.324217] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.324223] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.324229] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.324235] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.324241] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.324247] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.324253] pci_bus 0000:00: resource 11 [mem 0x90c00000-0x90ffffff window]
[    0.324259] pci_bus 0000:00: resource 12 [mem 0x7cf00001-0x7ef00000 window]
[    0.324265] pci_bus 0000:00: resource 13 [mem 0x80000000-0x908ffffe window]
[    0.324271] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.324354] NET: Registered protocol family 2
[    0.324685] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.324801] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.324920] TCP: Hash tables configured (established 16384 bind 16384)
[    0.324983] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.325016] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.325147] NET: Registered protocol family 1
[    0.325188] pci 0000:00:02.0: Video device with shadowed ROM
[    0.325563] PCI: CLS 0 bytes, default 64
[    0.325696] Trying to unpack rootfs image as initramfs...
[    1.245815] Freeing initrd memory: 22960K (ffff880035317000 - ffff880036983000)
[    1.246178] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x829
[    1.246196] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x829
[    1.246215] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x829
[    1.246233] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x829
[    1.246366] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.246483] Scanning for low memory corruption every 60 seconds
[    1.247454] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    1.247489] Initialise system trusted keyring
[    1.247546] audit: initializing netlink subsys (disabled)
[    1.247586] audit: type=2000 audit(1437594258.148:1): initialized
[    1.248328] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.253055] zpool: loaded
[    1.253063] zbud: loaded
[    1.253571] VFS: Disk quotas dquot_6.6.0
[    1.253680] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.255212] fuse init (API version 7.23)
[    1.255617] Key type big_key registered
[    1.256344] Key type asymmetric registered
[    1.256353] Asymmetric key parser 'x509' registered
[    1.256401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    1.256492] io scheduler noop registered
[    1.256501] io scheduler deadline registered (default)
[    1.256609] io scheduler cfq registered
[    1.256857] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.256885] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.257000] efifb: probing for efifb
[    1.257036] efifb: framebuffer at 0x80000000, mapped to 0xffffc90000800000, using 4160k, total 4160k
[    1.257041] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    1.257044] efifb: scrolling: redraw
[    1.257049] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.267317] Console: switching to colour frame buffer device 170x48
[    1.277261] fb0: EFI VGA frame buffer device
[    1.277291] intel_idle: MWAIT substates: 0x33000020
[    1.277295] intel_idle: v0.4 model 0x37
[    1.277299] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.278024] ACPI: AC Adapter [ADP1] (on-line)
[    1.278214] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.278254] ACPI: Lid Switch [LID]
[    1.278373] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.278383] ACPI: Power Button [PWRB]
[    1.278502] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    1.278511] ACPI: Sleep Button [SLPB]
[    1.283090] [Firmware Bug]: No valid trip found
[    1.283231] GHES: HEST is not enabled!
[    1.283508] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.303674] 00:02: ttyS0 at I/O 0x3f8 (irq = 200, base_baud = 115200) is a 16550A
[    1.308025] hpet: number irqs doesn't agree with number of timers
[    1.308191] Linux agpgart interface v0.103
[    1.315273] brd: module loaded
[    1.318109] loop: module loaded
[    1.318747] libphy: Fixed MDIO Bus: probed
[    1.318757] tun: Universal TUN/TAP device driver, 1.6
[    1.318761] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.318885] PPP generic driver version 2.4.2
[    1.319323] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.319340] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.319751] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.319763] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.319946] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.319954] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.319959] usb usb1: Product: xHCI Host Controller
[    1.319964] usb usb1: Manufacturer: Linux 4.2.0-rc2-next-20150717+ xhci-hcd
[    1.319969] usb usb1: SerialNumber: 0000:00:14.0
[    1.320322] hub 1-0:1.0: USB hub found
[    1.320349] hub 1-0:1.0: 6 ports detected
[    1.321547] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.321559] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.321673] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.321680] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.321685] usb usb2: Product: xHCI Host Controller
[    1.321690] usb usb2: Manufacturer: Linux 4.2.0-rc2-next-20150717+ xhci-hcd
[    1.321696] usb usb2: SerialNumber: 0000:00:14.0
[    1.322009] hub 2-0:1.0: USB hub found
[    1.322033] hub 2-0:1.0: 1 port detected
[    1.322390] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.322406] ehci-pci: EHCI PCI platform driver
[    1.322441] ehci-platform: EHCI generic platform driver
[    1.322491] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.322504] ohci-pci: OHCI PCI platform driver
[    1.322535] ohci-platform: OHCI generic platform driver
[    1.322568] uhci_hcd: USB Universal Host Controller Interface driver
[    1.322710] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.100980] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.221259] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[    2.357013] i8042: No controller found
[    2.357106] clocksource: Switched to clocksource tsc
[    2.357377] mousedev: PS/2 mouse device common for all mice
[    2.358552] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20150619/evxface-654)
[    2.358857] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    2.358900] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[    2.358927] i2c /dev entries driver
[    2.359173] device-mapper: uevent: version 1.0.3
[    2.359407] device-mapper: ioctl: 4.32.0-ioctl (2015-6-26) initialised: dm-devel@redhat.com
[    2.359445] Intel P-state driver initializing.
[    2.359952] ledtrig-cpu: registered to indicate activity on CPUs
[    2.359980] EFI Variables Facility v0.08 2004-May-17
[    2.370156] PCCT header not found.
[    2.370602] NET: Registered protocol family 10
[    2.371195] NET: Registered protocol family 17
[    2.371229] Key type dns_resolver registered
[    2.372797] Loading compiled-in X.509 certificates
[    2.374982] Loaded X.509 cert 'Build time autogenerated kernel key: 9b818eea07120708595647892e327797c5fec80b'
[    2.375010] registered taskstats version 1
[    2.375042] zswap: loading zswap
[    2.375046] zswap: using zbud pool
[    2.375057] zswap: using lzo compressor
[    2.383376] Key type trusted registered
[    2.399031] Key type encrypted registered
[    2.399048] AppArmor: AppArmor sha1 policy hashing enabled
[    2.399055] ima: No TPM chip found, activating TPM-bypass!
[    2.399100] evm: HMAC attrs: 0x1
[    2.400212]   Magic number: 7:360:749
[    2.400255] tty ttyS0: hash matches
[    2.401004] rtc_cmos 00:00: setting system clock to 2015-07-22 19:44:19 UTC (1437594259)
[    2.401471] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.401474] EDD information not available.
[    2.401712] PM: Hibernation image not present or could not be loaded.
[    2.403711] Freeing unused kernel memory: 1448K (ffffffff81d42000 - ffffffff81eac000)
[    2.403717] Write protecting the kernel read-only data: 12288k
[    2.405817] Freeing unused kernel memory: 488K (ffff880002786000 - ffff880002800000)
[    2.406349] Freeing unused kernel memory: 440K (ffff880002b92000 - ffff880002c00000)
[    2.417561] usb 1-1: New USB device found, idVendor=04f2, idProduct=b483
[    2.417569] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.417573] usb 1-1: Product: USB2.0 VGA UVC WebCam
[    2.457135] random: systemd-udevd urandom read with 2 bits of entropy available
[    2.498330] sdhci: Secure Digital Host Controller Interface driver
[    2.498337] sdhci: Copyright(c) Pierre Ossman
[    2.507583] sdhci-acpi 80860F14:00: No vmmc regulator found
[    2.507590] sdhci-acpi 80860F14:00: No vqmmc regulator found
[    2.511171] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    2.512374] sdhci-acpi INT33BB:00: No vmmc regulator found
[    2.512380] sdhci-acpi INT33BB:00: No vqmmc regulator found
[    2.515590] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    2.516794] sdhci-acpi PNP0FFF:00: No vmmc regulator found
[    2.516800] sdhci-acpi PNP0FFF:00: No vqmmc regulator found
[    2.520026] mmc2: SDHCI controller on ACPI [PNP0FFF:00] using ADMA
[    2.667306] mmc0: MAN_BKOPS_EN bit is not set
[    2.676340] mmc0: new HS200 MMC card at address 0001
[    2.693477] mmcblk0: mmc0:0001 MBG4GC 29.1 GiB 
[    2.693678] mmcblk0boot0: mmc0:0001 MBG4GC partition 1 4.00 MiB
[    2.693876] mmcblk0boot1: mmc0:0001 MBG4GC partition 2 4.00 MiB
[    2.694085] mmcblk0rpmb: mmc0:0001 MBG4GC partition 3 4.00 MiB
[    2.696573] [drm] Initialized drm 1.1.0 20060810
[    2.696842]  mmcblk0: p1 p2 p3 p4 p5
[    2.761088] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.762625] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.764170] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.766939] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.826353] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[    2.826388] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    3.097070] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    3.225118] [drm] Memory usable by graphics device = 2048M
[    3.225129] checking generic (80000000 410000) vs hw (80000000 10000000)
[    3.225134] fb: switching to inteldrmfb from EFI VGA
[    3.225189] Console: switching to colour dummy device 80x25
[    3.225629] [drm] Replacing VGA console driver
[    3.230007] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.230015] [drm] Driver supports precise vblank timestamp query.
[    3.240978] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610
[    3.240988] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    3.240994] usb 1-2: Product: USB2.0 Hub
[    3.243269] hub 1-2:1.0: USB hub found
[    3.243922] hub 1-2:1.0: 4 ports detected
[    3.246033] usb: failed to peer 1-2-port1 and usb2-port1 by location (1-2-port1:none) (usb2-port1:usb1-port1)
[    3.246041] usb 1-2-port1: failed to peer to usb2-port1 (-16)
[    3.246045] usb: port power management may be unreliable
[    3.246205] usb: failed to peer 1-2-port2 and usb2-port1 by location (1-2-port2:none) (usb2-port1:usb1-port1)
[    3.246212] usb 1-2-port2: failed to peer to usb2-port1 (-16)
[    3.246370] usb: failed to peer 1-2-port3 and usb2-port1 by location (1-2-port3:none) (usb2-port1:usb1-port1)
[    3.246377] usb 1-2-port3: failed to peer to usb2-port1 (-16)
[    3.246532] usb: failed to peer 1-2-port4 and usb2-port1 by location (1-2-port4:none) (usb2-port1:usb1-port1)
[    3.246539] usb 1-2-port4: failed to peer to usb2-port1 (-16)
[    3.249383] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.260758] [drm:drm_calc_timestamping_constants [drm]] *ERROR* crtc 21: Can't calculate constants, dotclock = 0!
[    3.289727] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.290319] fbcon: inteldrmfb (fb0) is primary device
[    3.290448] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    3.290745] [drm] Initialized i915 1.6.0 20150703 for 0000:00:02.0 on minor 0
[    3.529449] usb 1-2.1: new high-speed USB device number 4 using xhci_hcd
[    3.633555] usb 1-2.1: config 1 interface 0 altsetting 0 has 7 endpoint descriptors, different from the interface descriptor's value: 5
[    3.642755] usb 1-2.1: New USB device found, idVendor=148f, idProduct=5370
[    3.642766] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.642775] usb 1-2.1: Product: 802.11 n WLAN
[    3.642782] usb 1-2.1: Manufacturer: Ralink
[    3.642790] usb 1-2.1: SerialNumber: 1.0
[    3.717166] usb 1-2.2: new full-speed USB device number 5 using xhci_hcd
[    3.813168] usb 1-2.2: New USB device found, idVendor=03f0, idProduct=a407
[    3.813180] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.813188] usb 1-2.2: Product: HP Link-5 micro dongle
[    3.813196] usb 1-2.2: Manufacturer: HP
[    3.813723] usb 1-2.2: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.839793] hidraw: raw HID events driver (C) Jiri Kosina
[    3.867502] usbcore: registered new interface driver usbhid
[    3.867503] usbhid: USB HID core driver
[    3.874954] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:03F0:A407.0001/input/input4
[    3.931240] hid-generic 0003:03F0:A407.0001: input,hidraw0: USB HID v1.11 Keyboard [HP HP Link-5 micro dongle] on usb-0000:00:14.0-2.2/input0
[    3.931905] input: HP HP Link-5 micro dongle as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:03F0:A407.0002/input/input5
[    3.987803] hid-generic 0003:03F0:A407.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [HP HP Link-5 micro dongle] on usb-0000:00:14.0-2.2/input1
[    4.471367] Console: switching to colour frame buffer device 170x48
[    4.479909] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    4.958811] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
[    5.128792] systemd[1]: RTC configured in localtime, applying delta of 120 minutes to system time.
[    5.185948] systemd[1]: Inserted module 'autofs4'
[    5.207044] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[    5.207423] systemd[1]: Detected architecture x86-64.
[    5.208714] systemd[1]: Set hostname to <X205TA>.
[    5.388979] systemd[1]: Reached target Encrypted Volumes.
[    5.389008] systemd[1]: Starting Encrypted Volumes.
[    5.389100] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.389123] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    5.389275] systemd[1]: Created slice Root Slice.
[    5.389299] systemd[1]: Starting Root Slice.
[    5.389400] systemd[1]: Reached target Remote File Systems (Pre).
[    5.389422] systemd[1]: Starting Remote File Systems (Pre).
[    5.389570] systemd[1]: Listening on fsck to fsckd communication Socket.
[    5.389592] systemd[1]: Starting fsck to fsckd communication Socket.
[    5.389769] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.389793] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    5.389959] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.389982] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    5.390134] systemd[1]: Listening on udev Control Socket.
[    5.390157] systemd[1]: Starting udev Control Socket.
[    5.390205] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.390481] systemd[1]: Listening on Journal Audit Socket.
[    5.390505] systemd[1]: Starting Journal Audit Socket.
[    5.390809] systemd[1]: Created slice System Slice.
[    5.390845] systemd[1]: Starting System Slice.
[    5.391160] systemd[1]: Created slice system-getty.slice.
[    5.391183] systemd[1]: Starting system-getty.slice.
[    5.392908] systemd[1]: Starting Increase datagram queue length...
[    5.393526] systemd[1]: Listening on Delayed Shutdown Socket.
[    5.393577] systemd[1]: Starting Delayed Shutdown Socket.
[    5.394065] systemd[1]: Listening on udev Kernel Socket.
[    5.394124] systemd[1]: Starting udev Kernel Socket.
[    5.394565] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.394599] systemd[1]: Starting LVM2 metadata daemon socket.
[    5.395008] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.395037] systemd[1]: Starting Journal Socket (/dev/log).
[    5.395393] systemd[1]: Created slice User and Session Slice.
[    5.395435] systemd[1]: Starting User and Session Slice.
[    5.395562] systemd[1]: Reached target Slices.
[    5.395588] systemd[1]: Starting Slices.
[    5.395814] systemd[1]: Listening on Journal Socket.
[    5.395877] systemd[1]: Starting Journal Socket.
[    5.397671] systemd[1]: Mounting Debug File System...
[    5.400022] systemd[1]: Starting Setup Virtual Console...
[    5.402388] systemd[1]: Mounting Huge Pages File System...
[    5.404703] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    5.408147] systemd[1]: Starting udev Coldplug all Devices...
[    5.416981] systemd[1]: Starting Load Kernel Modules...
[    5.420664] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    5.423442] systemd[1]: Starting Uncomplicated firewall...
[    5.427397] systemd[1]: Started Braille Device Support.
[    5.429195] systemd[1]: Starting Braille Device Support...
[    5.432756] systemd[1]: Starting Nameserver information manager...
[    5.435584] systemd[1]: Mounting POSIX Message Queue File System...
[    5.449085] systemd[1]: Started Set Up Additional Binary Formats.
[    5.463115] systemd[1]: Started Read required files in advance.
[    5.463554] systemd[1]: Starting Read required files in advance...
[    5.466676] systemd[1]: Mounted POSIX Message Queue File System.
[    5.466956] systemd[1]: Mounted Debug File System.
[    5.467196] systemd[1]: Mounted Huge Pages File System.
[    5.468258] systemd[1]: Started Increase datagram queue length.
[    5.469316] systemd[1]: Started Setup Virtual Console.
[    5.470357] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    5.482607] systemd[1]: Started Uncomplicated firewall.
[    5.483434] lp: driver loaded but no devices found
[    5.499253] ppdev: user-space parallel port driver
[    5.505081] systemd[1]: Started Nameserver information manager.
[    5.520645] systemd[1]: Started udev Coldplug all Devices.
[    5.523351] systemd[1]: Started Load Kernel Modules.
[    5.529000] systemd[1]: ureadahead.service: main process exited, code=exited, status=5/NOTINSSTALLED
[    5.530032] systemd[1]: Unit ureadahead.service entered failed state.
[    5.530108] systemd[1]: ureadahead.service failed.
[    5.582518] systemd[1]: Starting Apply Kernel Variables...
[    5.584992] systemd[1]: Mounting FUSE Control File System...
[    5.585326] systemd[1]: Mounted Configuration File System.
[    5.591424] systemd[1]: Starting udev Wait for Complete Device Initialization...
[    5.594408] systemd[1]: Starting Create Static Device Nodes in /dev...
[    5.594775] systemd[1]: Listening on Syslog Socket.
[    5.594854] systemd[1]: Starting Syslog Socket.
[    5.598512] systemd[1]: Starting Journal Service...
[    5.606168] systemd[1]: Mounted FUSE Control File System.
[    5.607050] systemd[1]: Started Apply Kernel Variables.
[    5.631575] systemd[1]: Started Create Static Device Nodes in /dev.
[    5.633900] systemd[1]: Starting udev Kernel Device Manager...
[    5.663068] systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
[    5.672502] systemd[1]: Started Journal Service.
[    5.818693] 80860F0A:00: ttyS4 at MMIO 0x90941000 (irq = 191, base_baud = 2764800) is a 16550A
[    5.820150] 80860F0A:01: ttyS5 at MMIO 0x90947000 (irq = 193, base_baud = 2764800) is a 16550A
[    5.854934] sst-acpi 80860F28:00: No matching ASoC machine driver found
[    5.976529] ACPI: Battery Slot [BATC] (battery present)
[    5.993515] [Firmware Bug]: No valid trip found
[    6.032489] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    6.033244] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    6.078930] wmi: Mapper loaded
[    6.134268] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:7 / ret_size:4
[    6.144150] i2c_hid i2c-PDEC3393:00: error in i2c_hid_init_report size:19 / ret_size:4
[    6.144439] input: PDEC3393:00 0B05:8585 as /devices/platform/80860F41:00/i2c-8/i2c-PDEC3393:00/0018:0B05:8585.0003/input/input6
[    6.144952] hid-generic 0018:0B05:8585.0003: input,hidraw2: <UNKNOWN> HID v1.00 Keyboard [PDEC3393:00 0B05:8585] on 
[    6.187404] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[    6.187414] mei_txe 0000:00:1a.0: PCI INT A: no GSI
[    6.303367] media: Linux media interface: v0.10
[    6.323819] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:633 / ret_size:7
[    6.335835] i2c_hid i2c-ELAN0100:00: error in i2c_hid_init_report size:131 / ret_size:7
[    6.336012] input: ELAN0100:00 04F3:0401 as /devices/platform/80860F41:03/i2c-11/i2c-ELAN0100:00/0018:04F3:0401.0004/input/input7
[    6.336326] hid-generic 0018:04F3:0401.0004: input,hidraw3: <UNKNOWN> HID v1.00 Mouse [ELAN0100:00 04F3:0401] on 
[    6.398265] intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
[    6.398272] intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
[    6.398307] intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
[    6.398319] intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
[    6.398330] intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
[    6.398341] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[    6.398447] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[    6.446579] Linux video capture interface: v2.00
[    6.583515] Bluetooth: Core ver 2.20
[    6.583551] NET: Registered protocol family 31
[    6.583555] Bluetooth: HCI device and connection manager initialized
[    6.583564] Bluetooth: HCI socket layer initialized
[    6.583570] Bluetooth: L2CAP socket layer initialized
[    6.583585] Bluetooth: SCO socket layer initialized
[    6.595207] SSE version of gcm_enc/dec engaged.
[    6.614316] uvcvideo: Found UVC 1.00 device USB2.0 VGA UVC WebCam (04f2:b483)
[    6.625548] input: USB2.0 VGA UVC WebCam as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/input/input8
[    6.625725] usbcore: registered new interface driver uvcvideo
[    6.625730] USB Video Class driver (1.1.1)
[    6.632121] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    6.646603] Adding 976892k swap on /dev/mmcblk0p5.  Priority:-1 extents:1 across:976892k SSFS
[    6.717657] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    6.719210] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.720873] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    6.724840] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    6.773640] genirq: Flags mismatch irq 8. 00000083 (volume_down) vs. 00000000 (rtc0)
[    6.773652] gpio-keys gpio-keys.0.auto: Unable to claim irq 8; error -16
[    6.773694] gpio-keys: probe of gpio-keys.0.auto failed with error -16
[    6.773893] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input10
[    6.925170] asus_wmi: ASUS WMI generic driver loaded
[    6.935817] bytx205_rt5645 bytx205_rt5645: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[    6.935863] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[    6.935909] bytx205_rt5645 bytx205_rt5645: rt5645-aif1 <-> ssp1-port mapping ok
[    6.996604] random: nonblocking pool is initialized
[    7.034303] asus_wmi: Initialization: 0x1
[    7.034652] asus_wmi: BIOS WMI version: 7.9
[    7.034892] asus_wmi: SFUN value: 0x37
[    7.039010] intel_rapl: Found RAPL domain package
[    7.039019] intel_rapl: Found RAPL domain core
[    7.047852] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input11
[    7.057214] asus_wmi: Number of fans: 1
[    7.145429] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    7.145461] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    7.145488] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    7.145517] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    7.145540] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    7.145565] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    7.145592] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    7.145621] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[    7.585080] cfg80211: Calling CRDA to update world regulatory domain
[    7.624583] cfg80211: World regulatory domain updated:
[    7.624593] cfg80211:  DFS Master region: unset
[    7.624597] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[    7.624603] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    7.624608] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    7.624613] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[    7.624617] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    7.624621] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[    7.784538] WARNING! power/level is deprecated; use power/control instead
[    8.347357] usb 1-2.1: reset high-speed USB device number 4 using xhci_hcd
[    8.447005] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390, rev 0502 detected
[    8.460385] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370 detected
[    8.481014] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.481648] usbcore: registered new interface driver rt2800usb
[    8.488996] rt2800usb 1-2.1:1.0 wlan1: renamed from wlan0
[    8.565286] EXT4-fs (mmcblk0p4): re-mounted. Opts: errors=remount-ro,commit=120
[    8.582825] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: data=ordered
[    8.666726] systemd-journald[287]: Received request to flush runtime journal from PID 1
[    8.878211] audit: type=1400 audit(1437587065.972:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session" pid=514 comm="apparmor_parser"
[    8.878229] audit: type=1400 audit(1437587065.972:3): apparmor="STATUS" operation="profile_load" name="chromium" pid=514 comm="apparmor_parser"
[    8.886173] audit: type=1400 audit(1437587065.980:4): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=514 comm="apparmor_parser"
[    8.886192] audit: type=1400 audit(1437587065.980:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=514 comm="apparmor_parser"
[    8.886205] audit: type=1400 audit(1437587065.980:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=514 comm="apparmor_parser"
[    8.886216] audit: type=1400 audit(1437587065.980:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=514 comm="apparmor_parser"
[    8.925333] audit: type=1400 audit(1437587066.020:8): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=514 comm="apparmor_parser"
[    8.925354] audit: type=1400 audit(1437587066.020:9): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=514 comm="apparmor_parser"
[    8.925367] audit: type=1400 audit(1437587066.020:10): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=514 comm="apparmor_parser"
[    8.925379] audit: type=1400 audit(1437587066.020:11): apparmor="STATUS" operation="profile_load" name="sanitized_helper" pid=514 comm="apparmor_parser"
[    9.530104] cgroup: new mount options do not match the existing superblock, will be ignored
[    9.546652] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    9.546687] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    9.546716] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    9.546745] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    9.546769] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    9.546796] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    9.546863] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    9.546899] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[    9.695714] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    9.695722] Bluetooth: BNEP filters: protocol multicast
[    9.695732] Bluetooth: BNEP socket layer initialized
[   10.337664] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2870.bin'
[   10.343062] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.29
[   11.777345] wlan1: authenticate with c8:be:19:70:cb:ec
[   11.796448] wlan1: send auth to c8:be:19:70:cb:ec (try 1/3)
[   11.797884] wlan1: authenticated
[   11.802189] wlan1: associate with c8:be:19:70:cb:ec (try 1/3)
[   11.807994] wlan1: RX AssocResp from c8:be:19:70:cb:ec (capab=0x411 status=0 aid=6)
[   11.813000] wlan1: associated
[   12.925877] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x0 fw_state 0x1
[   12.925888] intel_sst_acpi 80860F28:00: fw download failed -16
[   12.925901] intel_sst_acpi 80860F28:00: FW download fail -16
[   12.926273]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.926682]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.926939]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.927966]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.928345]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.928597]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.931843]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.932403]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.932875]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.935190]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.935757]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.936141]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.941094]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.941531]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.941787]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.943102]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.943488]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.943744]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.944996]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.945544]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.946379]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.948026]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.948606]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   12.949013]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   13.950727] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   13.950753] intel_sst_acpi 80860F28:00: fw returned err -16
[   15.013210] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x0 fw_state 0x1
[   15.013221] intel_sst_acpi 80860F28:00: fw download failed -16
[   15.013234] intel_sst_acpi 80860F28:00: FW download fail -16
[   15.013434] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   16.015424] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   16.015450] intel_sst_acpi 80860F28:00: fw returned err -16
[   17.014935] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   17.014962] intel_sst_acpi 80860F28:00: fw returned err -16
[   18.015192] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   18.015218] intel_sst_acpi 80860F28:00: fw returned err -16
[   18.015457] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   19.014277] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   19.014290] intel_sst_acpi 80860F28:00: fw returned err -16
[   20.014130] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   20.014143] intel_sst_acpi 80860F28:00: fw returned err -16
[   21.014393] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   21.014406] intel_sst_acpi 80860F28:00: fw returned err -16
[   21.014703] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   22.013324] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   22.013337] intel_sst_acpi 80860F28:00: fw returned err -16
[   23.012977] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   23.013003] intel_sst_acpi 80860F28:00: fw returned err -16
[   24.013582] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   24.013610] intel_sst_acpi 80860F28:00: fw returned err -16
[   24.014358] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   25.012314] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   25.012340] intel_sst_acpi 80860F28:00: fw returned err -16
[   26.012011] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   26.012037] intel_sst_acpi 80860F28:00: fw returned err -16
[   27.011848] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   27.011875] intel_sst_acpi 80860F28:00: fw returned err -16
[   27.068974] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   28.067651] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   28.067682] intel_sst_acpi 80860F28:00: fw returned err -16
[   28.164574] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[   29.163072] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   29.163102] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[   29.163119] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[   29.163146] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[   29.163153]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[   29.163435] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   30.162768] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   30.162795] intel_sst_acpi 80860F28:00: fw returned err -16
[   31.163083] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   31.163115] intel_sst_acpi 80860F28:00: fw returned err -16
[   32.162274] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   32.162287] intel_sst_acpi 80860F28:00: fw returned err -16
[   33.162413] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   33.162556] intel_sst_acpi 80860F28:00: fw returned err -16
[   34.161677] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   34.161828] intel_sst_acpi 80860F28:00: fw returned err -16
[   35.161383] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   35.161396] intel_sst_acpi 80860F28:00: fw returned err -16
[   36.161119] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   36.161131] intel_sst_acpi 80860F28:00: fw returned err -16
[   37.160780] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   37.160793] intel_sst_acpi 80860F28:00: fw returned err -16
[   38.160476] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   38.160495] intel_sst_acpi 80860F28:00: fw returned err -16
[   39.160074] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   39.160101] intel_sst_acpi 80860F28:00: fw returned err -16
[   39.211878] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   40.212188] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   40.212214] intel_sst_acpi 80860F28:00: fw returned err -16
[   41.214405] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   41.214431] intel_sst_acpi 80860F28:00: fw returned err -16
[   42.216335] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   42.216361] intel_sst_acpi 80860F28:00: fw returned err -16
[   42.216392] intel_sst_acpi 80860F28:00: free stream returned err -19
[   43.238307] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   43.238319] intel_sst_acpi 80860F28:00: fw returned err -16
[   44.240093] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   44.240106] intel_sst_acpi 80860F28:00: fw returned err -16
[   45.242560] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   45.242586] intel_sst_acpi 80860F28:00: fw returned err -16
[   46.243419] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   46.243431] intel_sst_acpi 80860F28:00: fw returned err -16
[   46.323996]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.324405]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.324624]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.325684]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.326071]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.326240]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.327438]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.327910]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.328197]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.329989]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.330473]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   46.330767]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[   47.340599] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   47.340612] intel_sst_acpi 80860F28:00: fw returned err -16
[   47.341020] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   48.341869] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   48.341882] intel_sst_acpi 80860F28:00: fw returned err -16
[   48.433987] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[   49.435110] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   49.435138] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[   49.435144] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[   49.435152] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[   49.435158]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[   49.435462] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[   50.436137] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   50.436149] intel_sst_acpi 80860F28:00: fw returned err -16
[   51.437287] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   51.437314] intel_sst_acpi 80860F28:00: fw returned err -16
[   52.437933] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   52.437960] intel_sst_acpi 80860F28:00: fw returned err -16
[   53.439666] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   53.439692] intel_sst_acpi 80860F28:00: fw returned err -16
[   54.439578] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   54.439605] intel_sst_acpi 80860F28:00: fw returned err -16
[   55.440886] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   55.440912] intel_sst_acpi 80860F28:00: fw returned err -16
[   56.440843] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   56.440855] intel_sst_acpi 80860F28:00: fw returned err -16
[   57.441404] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   57.441416] intel_sst_acpi 80860F28:00: fw returned err -16
[   58.442009] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   58.442021] intel_sst_acpi 80860F28:00: fw returned err -16
[   59.442259] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   59.442285] intel_sst_acpi 80860F28:00: fw returned err -16
[   59.496788]  Baytrail Audio Port: sst: error code = -22
[   59.496798] snd_pcm_update_hw_ptr0: 48 callbacks suppressed
[   59.496806] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.498217]  Baytrail Audio Port: sst: error code = -22
[   59.498231] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.498245]  Baytrail Audio Port: sst: error code = -22
[   59.498250] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.545798]  Baytrail Audio Port: sst: error code = -22
[   59.545814] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.545844]  Baytrail Audio Port: sst: error code = -22
[   59.545852] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.546047]  Baytrail Audio Port: sst: error code = -22
[   59.546055] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.546073]  Baytrail Audio Port: sst: error code = -22
[   59.546080] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.546766]  Baytrail Audio Port: sst: error code = -22
[   59.546779] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.546804]  Baytrail Audio Port: sst: error code = -22
[   59.546811] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.546850]  Baytrail Audio Port: sst: error code = -22
[   59.546858] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   59.546881]  Baytrail Audio Port: sst: error code = -22
[   59.553706]  Baytrail Audio Port: sst: error code = -22
[   59.553737]  Baytrail Audio Port: sst: error code = -22
[   59.553756]  Baytrail Audio Port: sst: error code = -22
[   59.553792]  Baytrail Audio Port: sst: error code = -22
[   59.553939]  Baytrail Audio Port: sst: error code = -22
[   59.553949]  Baytrail Audio Port: sst: error code = -22
[   59.570950]  Baytrail Audio Port: sst: error code = -22
[   59.571210]  Baytrail Audio Port: sst: error code = -22
[   59.571227]  Baytrail Audio Port: sst: error code = -22
[   59.571266]  Baytrail Audio Port: sst: error code = -22
[   59.571291]  Baytrail Audio Port: sst: error code = -22
[   59.572891]  Baytrail Audio Port: sst: error code = -22
[   59.572929]  Baytrail Audio Port: sst: error code = -22
[   59.573012]  Baytrail Audio Port: sst: error code = -22
[   59.573036]  Baytrail Audio Port: sst: error code = -22
[   59.579628]  Baytrail Audio Port: sst: error code = -22
[   59.579679]  Baytrail Audio Port: sst: error code = -22
[   59.579694]  Baytrail Audio Port: sst: error code = -22
[   59.579707]  Baytrail Audio Port: sst: error code = -22
[   59.579714]  Baytrail Audio Port: sst: error code = -22
[   59.579731]  Baytrail Audio Port: sst: error code = -22
[   59.590940]  Baytrail Audio Port: sst: error code = -22
[   59.590963]  Baytrail Audio Port: sst: error code = -22
[   64.802993]  Baytrail Audio Port: sst: error code = -22
[   64.803005] snd_pcm_update_hw_ptr0: 24 callbacks suppressed
[   64.803015] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.803150]  Baytrail Audio Port: sst: error code = -22
[   64.803158] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.803166]  Baytrail Audio Port: sst: error code = -22
[   64.803172] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.803190]  Baytrail Audio Port: sst: error code = -22
[   64.803197] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.803719]  Baytrail Audio Port: sst: error code = -22
[   64.803738] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.803758]  Baytrail Audio Port: sst: error code = -22
[   64.803764] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.803862]  Baytrail Audio Port: sst: error code = -22
[   64.803873] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.872682]  Baytrail Audio Port: sst: error code = -22
[   64.872699] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[   64.872838] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[   65.870109] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   65.870120] intel_sst_acpi 80860F28:00: fw returned err -16
[   66.872889] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   66.872901] intel_sst_acpi 80860F28:00: fw returned err -16
[   67.872586] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[   67.872598] intel_sst_acpi 80860F28:00: fw returned err -16
[   67.872612] intel_sst_acpi 80860F28:00: free stream returned err -19
[   68.896712] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   68.896725] intel_sst_acpi 80860F28:00: fw returned err -16
[   69.896144] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   69.896171] intel_sst_acpi 80860F28:00: fw returned err -16
[   70.896249] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   70.896266] intel_sst_acpi 80860F28:00: fw returned err -16
[   71.896288] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[   71.896315] intel_sst_acpi 80860F28:00: fw returned err -16
[  130.407513]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.408029]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.408328]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.409540]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.409945]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.410164]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.413403]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.413997]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.414360]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.417077]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.417554]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.417861]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.420594]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.420930]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.421098]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.422118]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.422459]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.422620]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.423917]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.424410]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.424690]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.426161]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.426645]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  130.426938]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  131.426840] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  131.426867] intel_sst_acpi 80860F28:00: fw returned err -16
[  131.427187] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  132.428134] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  132.428163] intel_sst_acpi 80860F28:00: fw returned err -16
[  133.429797] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  133.429824] intel_sst_acpi 80860F28:00: fw returned err -16
[  134.429817] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  134.429843] intel_sst_acpi 80860F28:00: fw returned err -16
[  134.430313] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  135.430995] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  135.431021] intel_sst_acpi 80860F28:00: fw returned err -16
[  136.432109] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  136.432135] intel_sst_acpi 80860F28:00: fw returned err -16
[  137.434265] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  137.434283] intel_sst_acpi 80860F28:00: fw returned err -16
[  137.434691] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  138.434285] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  138.434303] intel_sst_acpi 80860F28:00: fw returned err -16
[  139.435959] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  139.435978] intel_sst_acpi 80860F28:00: fw returned err -16
[  140.437014] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  140.437040] intel_sst_acpi 80860F28:00: fw returned err -16
[  140.438159] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  141.438079] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  141.438096] intel_sst_acpi 80860F28:00: fw returned err -16
[  142.439357] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  142.439381] intel_sst_acpi 80860F28:00: fw returned err -16
[  143.438369] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  143.438395] intel_sst_acpi 80860F28:00: fw returned err -16
[  143.439332] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[  144.439124] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  144.439150] intel_sst_acpi 80860F28:00: fw returned err -16
[  144.519451] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[  145.519858] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  145.519888] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[  145.519904] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[  145.519922] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[  145.519937]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[  145.520596] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[  146.520558] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  146.520584] intel_sst_acpi 80860F28:00: fw returned err -16
[  147.522093] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  147.522119] intel_sst_acpi 80860F28:00: fw returned err -16
[  148.521236] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  148.521250] intel_sst_acpi 80860F28:00: fw returned err -16
[  149.522537] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  149.522554] intel_sst_acpi 80860F28:00: fw returned err -16
[  150.526731] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  150.526744] intel_sst_acpi 80860F28:00: fw returned err -16
[  151.524312] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  151.524338] intel_sst_acpi 80860F28:00: fw returned err -16
[  152.525073] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  152.525100] intel_sst_acpi 80860F28:00: fw returned err -16
[  153.525586] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  153.525612] intel_sst_acpi 80860F28:00: fw returned err -16
[  154.524989] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  154.525015] intel_sst_acpi 80860F28:00: fw returned err -16
[  155.525467] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  155.525493] intel_sst_acpi 80860F28:00: fw returned err -16
[  155.575967] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  156.574763] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  156.574788] intel_sst_acpi 80860F28:00: fw returned err -16
[  157.575193] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  157.575220] intel_sst_acpi 80860F28:00: fw returned err -16
[  158.575847] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  158.575873] intel_sst_acpi 80860F28:00: fw returned err -16
[  158.575903] intel_sst_acpi 80860F28:00: free stream returned err -19
[  159.595191] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  159.595217] intel_sst_acpi 80860F28:00: fw returned err -16
[  160.595587] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  160.595613] intel_sst_acpi 80860F28:00: fw returned err -16
[  161.595952] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  161.595978] intel_sst_acpi 80860F28:00: fw returned err -16
[  162.596429] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  162.596456] intel_sst_acpi 80860F28:00: fw returned err -16
[  162.665663]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.666145]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.666394]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.667661]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.668173]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.668408]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.669987]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.670546]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.670886]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.673152]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.674228]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  162.674699]  Baytrail Audio Port: ASoC: no backend DAIs enabled for Baytrail Audio Port
[  163.686332] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  163.686358] intel_sst_acpi 80860F28:00: fw returned err -16
[  163.686818] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[  164.685119] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  164.685136] intel_sst_acpi 80860F28:00: fw returned err -16
[  164.789313] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[  165.794344] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  165.794358] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[  165.794365] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[  165.794372] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[  165.794379]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[  165.794688] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[  166.794642] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  166.794669] intel_sst_acpi 80860F28:00: fw returned err -16
[  167.796117] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  167.796129] intel_sst_acpi 80860F28:00: fw returned err -16
[  168.797987] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  168.798014] intel_sst_acpi 80860F28:00: fw returned err -16
[  169.802906] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  169.802932] intel_sst_acpi 80860F28:00: fw returned err -16
[  170.806534] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  170.806560] intel_sst_acpi 80860F28:00: fw returned err -16
[  171.810438] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  171.810465] intel_sst_acpi 80860F28:00: fw returned err -16
[  172.812952] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  172.812961] intel_sst_acpi 80860F28:00: fw returned err -16
[  173.817607] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  173.817635] intel_sst_acpi 80860F28:00: fw returned err -16
[  174.820863] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  174.820889] intel_sst_acpi 80860F28:00: fw returned err -16
[  175.822940] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  175.822967] intel_sst_acpi 80860F28:00: fw returned err -16
[  175.892065]  Baytrail Audio Port: sst: error code = -22
[  175.892081] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  175.892418]  Baytrail Audio Port: sst: error code = -22
[  175.892427] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  175.892439]  Baytrail Audio Port: sst: error code = -22
[  175.892445] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  180.926965]  Baytrail Audio Port: sst: error code = -22
[  180.927002] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  180.927477] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  181.930151] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  181.930179] intel_sst_acpi 80860F28:00: fw returned err -16
[  182.932936] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  182.932962] intel_sst_acpi 80860F28:00: fw returned err -16
[  183.935432] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  183.935459] intel_sst_acpi 80860F28:00: fw returned err -16
[  183.935484] intel_sst_acpi 80860F28:00: free stream returned err -19
[  184.956648] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  184.956674] intel_sst_acpi 80860F28:00: fw returned err -16
[  185.958363] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  185.958390] intel_sst_acpi 80860F28:00: fw returned err -16
[  186.960054] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  186.960081] intel_sst_acpi 80860F28:00: fw returned err -16
[  187.961346] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  187.961373] intel_sst_acpi 80860F28:00: fw returned err -16
[  368.335758] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  368.335768] intel_sst_acpi 80860F28:00: fw returned err -16
[  368.335969] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[  369.339594] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  369.339604] intel_sst_acpi 80860F28:00: fw returned err -16
[  369.422501] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[  370.425123] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  370.425153] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[  370.425170] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[  370.425188] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[  370.425209]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[  370.425394] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[  371.429421] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  371.429454] intel_sst_acpi 80860F28:00: fw returned err -16
[  372.430784] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  372.430793] intel_sst_acpi 80860F28:00: fw returned err -16
[  373.435531] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  373.435551] intel_sst_acpi 80860F28:00: fw returned err -16
[  374.438268] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  374.438295] intel_sst_acpi 80860F28:00: fw returned err -16
[  375.444229] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  375.444238] intel_sst_acpi 80860F28:00: fw returned err -16
[  376.450572] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  376.450583] intel_sst_acpi 80860F28:00: fw returned err -16
[  377.453088] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  377.453099] intel_sst_acpi 80860F28:00: fw returned err -16
[  378.460059] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  378.460071] intel_sst_acpi 80860F28:00: fw returned err -16
[  379.465836] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  379.465848] intel_sst_acpi 80860F28:00: fw returned err -16
[  380.468331] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  380.468345] intel_sst_acpi 80860F28:00: fw returned err -16
[  380.469922]  Baytrail Audio Port: sst: error code = -22
[  380.469938] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.469975]  Baytrail Audio Port: sst: error code = -22
[  380.469986] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.471322]  Baytrail Audio Port: sst: error code = -22
[  380.471343] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.471379]  Baytrail Audio Port: sst: error code = -22
[  380.471390] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.471662]  Baytrail Audio Port: sst: error code = -22
[  380.471677] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.471701]  Baytrail Audio Port: sst: error code = -22
[  380.471713] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.471948]  Baytrail Audio Port: sst: error code = -22
[  380.471961] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.472196]  Baytrail Audio Port: sst: error code = -22
[  380.472207] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.477659]  Baytrail Audio Port: sst: error code = -22
[  380.477675] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  380.477734]  Baytrail Audio Port: sst: error code = -22
[  380.477759]  Baytrail Audio Port: sst: error code = -22
[  380.477927]  Baytrail Audio Port: sst: error code = -22
[  380.477944]  Baytrail Audio Port: sst: error code = -22
[  380.477976]  Baytrail Audio Port: sst: error code = -22
[  380.477998]  Baytrail Audio Port: sst: error code = -22
[  380.478115]  Baytrail Audio Port: sst: error code = -22
[  380.478131]  Baytrail Audio Port: sst: error code = -22
[  380.478165]  Baytrail Audio Port: sst: error code = -22
[  380.478187]  Baytrail Audio Port: sst: error code = -22
[  380.478300]  Baytrail Audio Port: sst: error code = -22
[  380.478316]  Baytrail Audio Port: sst: error code = -22
[  380.478326]  Baytrail Audio Port: sst: error code = -22
[  380.478348]  Baytrail Audio Port: sst: error code = -22
[  380.478431]  Baytrail Audio Port: sst: error code = -22
[  380.478447]  Baytrail Audio Port: sst: error code = -22
[  380.478579]  Baytrail Audio Port: sst: error code = -22
[  380.478607]  Baytrail Audio Port: sst: error code = -22
[  380.478688]  Baytrail Audio Port: sst: error code = -22
[  380.478705]  Baytrail Audio Port: sst: error code = -22
[  380.478723]  Baytrail Audio Port: sst: error code = -22
[  380.478749]  Baytrail Audio Port: sst: error code = -22
[  380.478828]  Baytrail Audio Port: sst: error code = -22
[  380.478845]  Baytrail Audio Port: sst: error code = -22
[  380.478877]  Baytrail Audio Port: sst: error code = -22
[  380.478903]  Baytrail Audio Port: sst: error code = -22
[  380.478984]  Baytrail Audio Port: sst: error code = -22
[  380.479000]  Baytrail Audio Port: sst: error code = -22
[  380.479032]  Baytrail Audio Port: sst: error code = -22
[  380.479058]  Baytrail Audio Port: sst: error code = -22
[  380.479137]  Baytrail Audio Port: sst: error code = -22
[  380.479153]  Baytrail Audio Port: sst: error code = -22
[  380.479185]  Baytrail Audio Port: sst: error code = -22
[  380.479210]  Baytrail Audio Port: sst: error code = -22
[  380.479291]  Baytrail Audio Port: sst: error code = -22
[  380.479306]  Baytrail Audio Port: sst: error code = -22
[  380.479338]  Baytrail Audio Port: sst: error code = -22
[  380.479364]  Baytrail Audio Port: sst: error code = -22
[  380.479446]  Baytrail Audio Port: sst: error code = -22
[  380.479463]  Baytrail Audio Port: sst: error code = -22
[  380.479481]  Baytrail Audio Port: sst: error code = -22
[  380.479506]  Baytrail Audio Port: sst: error code = -22
[  380.479587]  Baytrail Audio Port: sst: error code = -22
[  380.479603]  Baytrail Audio Port: sst: error code = -22
[  380.479635]  Baytrail Audio Port: sst: error code = -22
[  380.479661]  Baytrail Audio Port: sst: error code = -22
[  380.479740]  Baytrail Audio Port: sst: error code = -22
[  380.479756]  Baytrail Audio Port: sst: error code = -22
[  380.479788]  Baytrail Audio Port: sst: error code = -22
[  380.479839]  Baytrail Audio Port: sst: error code = -22
[  380.483383]  Baytrail Audio Port: sst: error code = -22
[  380.483414]  Baytrail Audio Port: sst: error code = -22
[  380.483441]  Baytrail Audio Port: sst: error code = -22
[  380.483604]  Baytrail Audio Port: sst: error code = -22
[  380.483620]  Baytrail Audio Port: sst: error code = -22
[  380.483636]  Baytrail Audio Port: sst: error code = -22
[  380.483659]  Baytrail Audio Port: sst: error code = -22
[  380.483786]  Baytrail Audio Port: sst: error code = -22
[  380.483802]  Baytrail Audio Port: sst: error code = -22
[  380.483852]  Baytrail Audio Port: sst: error code = -22
[  380.483868]  Baytrail Audio Port: sst: error code = -22
[  380.484610]  Baytrail Audio Port: sst: error code = -22
[  380.484636]  Baytrail Audio Port: sst: error code = -22
[  380.484659]  Baytrail Audio Port: sst: error code = -22
[  380.484843]  Baytrail Audio Port: sst: error code = -22
[  380.484859]  Baytrail Audio Port: sst: error code = -22
[  380.484878]  Baytrail Audio Port: sst: error code = -22
[  380.484900]  Baytrail Audio Port: sst: error code = -22
[  380.484981]  Baytrail Audio Port: sst: error code = -22
[  380.484997]  Baytrail Audio Port: sst: error code = -22
[  380.485015]  Baytrail Audio Port: sst: error code = -22
[  380.485036]  Baytrail Audio Port: sst: error code = -22
[  380.485116]  Baytrail Audio Port: sst: error code = -22
[  380.485132]  Baytrail Audio Port: sst: error code = -22
[  380.485164]  Baytrail Audio Port: sst: error code = -22
[  380.485186]  Baytrail Audio Port: sst: error code = -22
[  380.485270]  Baytrail Audio Port: sst: error code = -22
[  380.485286]  Baytrail Audio Port: sst: error code = -22
[  380.485308]  Baytrail Audio Port: sst: error code = -22
[  380.485395]  Baytrail Audio Port: sst: error code = -22
[  380.485411]  Baytrail Audio Port: sst: error code = -22
[  380.485429]  Baytrail Audio Port: sst: error code = -22
[  380.485450]  Baytrail Audio Port: sst: error code = -22
[  380.485541]  Baytrail Audio Port: sst: error code = -22
[  380.485557]  Baytrail Audio Port: sst: error code = -22
[  380.485585]  Baytrail Audio Port: sst: error code = -22
[  380.485607]  Baytrail Audio Port: sst: error code = -22
[  380.485695]  Baytrail Audio Port: sst: error code = -22
[  380.485711]  Baytrail Audio Port: sst: error code = -22
[  380.485727]  Baytrail Audio Port: sst: error code = -22
[  380.485748]  Baytrail Audio Port: sst: error code = -22
[  380.485834]  Baytrail Audio Port: sst: error code = -22
[  380.485850]  Baytrail Audio Port: sst: error code = -22
[  380.485868]  Baytrail Audio Port: sst: error code = -22
[  380.485889]  Baytrail Audio Port: sst: error code = -22
[  380.485976]  Baytrail Audio Port: sst: error code = -22
[  380.485991]  Baytrail Audio Port: sst: error code = -22
[  380.486008]  Baytrail Audio Port: sst: error code = -22
[  380.486028]  Baytrail Audio Port: sst: error code = -22
[  380.486114]  Baytrail Audio Port: sst: error code = -22
[  380.486130]  Baytrail Audio Port: sst: error code = -22
[  380.486158]  Baytrail Audio Port: sst: error code = -22
[  380.486180]  Baytrail Audio Port: sst: error code = -22
[  380.486265]  Baytrail Audio Port: sst: error code = -22
[  380.486281]  Baytrail Audio Port: sst: error code = -22
[  380.486299]  Baytrail Audio Port: sst: error code = -22
[  380.486320]  Baytrail Audio Port: sst: error code = -22
[  380.486405]  Baytrail Audio Port: sst: error code = -22
[  380.486421]  Baytrail Audio Port: sst: error code = -22
[  380.486451]  Baytrail Audio Port: sst: error code = -22
[  380.486473]  Baytrail Audio Port: sst: error code = -22
[  380.486558]  Baytrail Audio Port: sst: error code = -22
[  380.486574]  Baytrail Audio Port: sst: error code = -22
[  380.486604]  Baytrail Audio Port: sst: error code = -22
[  380.486626]  Baytrail Audio Port: sst: error code = -22
[  380.486711]  Baytrail Audio Port: sst: error code = -22
[  380.486728]  Baytrail Audio Port: sst: error code = -22
[  380.486745]  Baytrail Audio Port: sst: error code = -22
[  380.486766]  Baytrail Audio Port: sst: error code = -22
[  380.486854]  Baytrail Audio Port: sst: error code = -22
[  380.486870]  Baytrail Audio Port: sst: error code = -22
[  380.486887]  Baytrail Audio Port: sst: error code = -22
[  380.486908]  Baytrail Audio Port: sst: error code = -22
[  380.486993]  Baytrail Audio Port: sst: error code = -22
[  380.487009]  Baytrail Audio Port: sst: error code = -22
[  380.487039]  Baytrail Audio Port: sst: error code = -22
[  380.487054]  Baytrail Audio Port: sst: error code = -22
[  380.487084]  Baytrail Audio Port: sst: error code = -22
[  380.487099]  Baytrail Audio Port: sst: error code = -22
[  380.487131]  Baytrail Audio Port: sst: error code = -22
[  380.487146]  Baytrail Audio Port: sst: error code = -22
[  380.487178]  Baytrail Audio Port: sst: error code = -22
[  380.487193]  Baytrail Audio Port: sst: error code = -22
[  380.487224]  Baytrail Audio Port: sst: error code = -22
[  380.487238]  Baytrail Audio Port: sst: error code = -22
[  380.487270]  Baytrail Audio Port: sst: error code = -22
[  380.487285]  Baytrail Audio Port: sst: error code = -22
[  380.487316]  Baytrail Audio Port: sst: error code = -22
[  380.487332]  Baytrail Audio Port: sst: error code = -22
[  380.487362]  Baytrail Audio Port: sst: error code = -22
[  380.487378]  Baytrail Audio Port: sst: error code = -22
[  380.487408]  Baytrail Audio Port: sst: error code = -22
[  380.487424]  Baytrail Audio Port: sst: error code = -22
[  380.487456]  Baytrail Audio Port: sst: error code = -22
[  380.487471]  Baytrail Audio Port: sst: error code = -22
[  380.487503]  Baytrail Audio Port: sst: error code = -22
[  380.487518]  Baytrail Audio Port: sst: error code = -22
[  380.487550]  Baytrail Audio Port: sst: error code = -22
[  380.487566]  Baytrail Audio Port: sst: error code = -22
[  380.487596]  Baytrail Audio Port: sst: error code = -22
[  380.487612]  Baytrail Audio Port: sst: error code = -22
[  380.487642]  Baytrail Audio Port: sst: error code = -22
[  380.487657]  Baytrail Audio Port: sst: error code = -22
[  380.487688]  Baytrail Audio Port: sst: error code = -22
[  380.487703]  Baytrail Audio Port: sst: error code = -22
[  380.487734]  Baytrail Audio Port: sst: error code = -22
[  380.487750]  Baytrail Audio Port: sst: error code = -22
[  380.487782]  Baytrail Audio Port: sst: error code = -22
[  380.487797]  Baytrail Audio Port: sst: error code = -22
[  380.487863]  Baytrail Audio Port: sst: error code = -22
[  380.487878]  Baytrail Audio Port: sst: error code = -22
[  380.492209]  Baytrail Audio Port: sst: error code = -22
[  380.492233]  Baytrail Audio Port: sst: error code = -22
[  380.492247]  Baytrail Audio Port: sst: error code = -22
[  380.492285]  Baytrail Audio Port: sst: error code = -22
[  380.492301]  Baytrail Audio Port: sst: error code = -22
[  380.492331]  Baytrail Audio Port: sst: error code = -22
[  380.492347]  Baytrail Audio Port: sst: error code = -22
[  380.492376]  Baytrail Audio Port: sst: error code = -22
[  380.492392]  Baytrail Audio Port: sst: error code = -22
[  380.492419]  Baytrail Audio Port: sst: error code = -22
[  380.492434]  Baytrail Audio Port: sst: error code = -22
[  380.492464]  Baytrail Audio Port: sst: error code = -22
[  380.492479]  Baytrail Audio Port: sst: error code = -22
[  380.492508]  Baytrail Audio Port: sst: error code = -22
[  380.492524]  Baytrail Audio Port: sst: error code = -22
[  380.492552]  Baytrail Audio Port: sst: error code = -22
[  380.492570]  Baytrail Audio Port: sst: error code = -22
[  380.492600]  Baytrail Audio Port: sst: error code = -22
[  380.492615]  Baytrail Audio Port: sst: error code = -22
[  380.492644]  Baytrail Audio Port: sst: error code = -22
[  380.492660]  Baytrail Audio Port: sst: error code = -22
[  380.492688]  Baytrail Audio Port: sst: error code = -22
[  380.492703]  Baytrail Audio Port: sst: error code = -22
[  380.492732]  Baytrail Audio Port: sst: error code = -22
[  380.492748]  Baytrail Audio Port: sst: error code = -22
[  380.492781]  Baytrail Audio Port: sst: error code = -22
[  380.492797]  Baytrail Audio Port: sst: error code = -22
[  380.492826]  Baytrail Audio Port: sst: error code = -22
[  380.492842]  Baytrail Audio Port: sst: error code = -22
[  380.492871]  Baytrail Audio Port: sst: error code = -22
[  380.492887]  Baytrail Audio Port: sst: error code = -22
[  380.492916]  Baytrail Audio Port: sst: error code = -22
[  380.492932]  Baytrail Audio Port: sst: error code = -22
[  380.492960]  Baytrail Audio Port: sst: error code = -22
[  380.492977]  Baytrail Audio Port: sst: error code = -22
[  380.493006]  Baytrail Audio Port: sst: error code = -22
[  380.493023]  Baytrail Audio Port: sst: error code = -22
[  380.493052]  Baytrail Audio Port: sst: error code = -22
[  380.493068]  Baytrail Audio Port: sst: error code = -22
[  380.493097]  Baytrail Audio Port: sst: error code = -22
[  380.493114]  Baytrail Audio Port: sst: error code = -22
[  380.493143]  Baytrail Audio Port: sst: error code = -22
[  380.493159]  Baytrail Audio Port: sst: error code = -22
[  380.493189]  Baytrail Audio Port: sst: error code = -22
[  380.493205]  Baytrail Audio Port: sst: error code = -22
[  380.493234]  Baytrail Audio Port: sst: error code = -22
[  380.493250]  Baytrail Audio Port: sst: error code = -22
[  380.493276]  Baytrail Audio Port: sst: error code = -22
[  380.493292]  Baytrail Audio Port: sst: error code = -22
[  380.493325]  Baytrail Audio Port: sst: error code = -22
[  380.493341]  Baytrail Audio Port: sst: error code = -22
[  380.493370]  Baytrail Audio Port: sst: error code = -22
[  380.493385]  Baytrail Audio Port: sst: error code = -22
[  380.493414]  Baytrail Audio Port: sst: error code = -22
[  380.493430]  Baytrail Audio Port: sst: error code = -22
[  380.493459]  Baytrail Audio Port: sst: error code = -22
[  380.493474]  Baytrail Audio Port: sst: error code = -22
[  380.493504]  Baytrail Audio Port: sst: error code = -22
[  380.493519]  Baytrail Audio Port: sst: error code = -22
[  380.493548]  Baytrail Audio Port: sst: error code = -22
[  380.493564]  Baytrail Audio Port: sst: error code = -22
[  380.493592]  Baytrail Audio Port: sst: error code = -22
[  380.493608]  Baytrail Audio Port: sst: error code = -22
[  380.493636]  Baytrail Audio Port: sst: error code = -22
[  380.493652]  Baytrail Audio Port: sst: error code = -22
[  380.493681]  Baytrail Audio Port: sst: error code = -22
[  380.493696]  Baytrail Audio Port: sst: error code = -22
[  380.493725]  Baytrail Audio Port: sst: error code = -22
[  380.493741]  Baytrail Audio Port: sst: error code = -22
[  380.493770]  Baytrail Audio Port: sst: error code = -22
[  380.493788]  Baytrail Audio Port: sst: error code = -22
[  380.493817]  Baytrail Audio Port: sst: error code = -22
[  380.493836]  Baytrail Audio Port: sst: error code = -22
[  380.493853]  Baytrail Audio Port: sst: error code = -22
[  380.493868]  Baytrail Audio Port: sst: error code = -22
[  380.493905]  Baytrail Audio Port: sst: error code = -22
[  380.493921]  Baytrail Audio Port: sst: error code = -22
[  380.493950]  Baytrail Audio Port: sst: error code = -22
[  380.493966]  Baytrail Audio Port: sst: error code = -22
[  380.493995]  Baytrail Audio Port: sst: error code = -22
[  380.494012]  Baytrail Audio Port: sst: error code = -22
[  380.494041]  Baytrail Audio Port: sst: error code = -22
[  380.494057]  Baytrail Audio Port: sst: error code = -22
[  380.494086]  Baytrail Audio Port: sst: error code = -22
[  380.494103]  Baytrail Audio Port: sst: error code = -22
[  380.494132]  Baytrail Audio Port: sst: error code = -22
[  380.494149]  Baytrail Audio Port: sst: error code = -22
[  380.494178]  Baytrail Audio Port: sst: error code = -22
[  380.494195]  Baytrail Audio Port: sst: error code = -22
[  380.494224]  Baytrail Audio Port: sst: error code = -22
[  380.494241]  Baytrail Audio Port: sst: error code = -22
[  380.494270]  Baytrail Audio Port: sst: error code = -22
[  380.494287]  Baytrail Audio Port: sst: error code = -22
[  380.494316]  Baytrail Audio Port: sst: error code = -22
[  380.494334]  Baytrail Audio Port: sst: error code = -22
[  380.494363]  Baytrail Audio Port: sst: error code = -22
[  380.494379]  Baytrail Audio Port: sst: error code = -22
[  380.494407]  Baytrail Audio Port: sst: error code = -22
[  380.494423]  Baytrail Audio Port: sst: error code = -22
[  380.494452]  Baytrail Audio Port: sst: error code = -22
[  380.494468]  Baytrail Audio Port: sst: error code = -22
[  380.494497]  Baytrail Audio Port: sst: error code = -22
[  380.494512]  Baytrail Audio Port: sst: error code = -22
[  380.494542]  Baytrail Audio Port: sst: error code = -22
[  380.494557]  Baytrail Audio Port: sst: error code = -22
[  380.494586]  Baytrail Audio Port: sst: error code = -22
[  380.494602]  Baytrail Audio Port: sst: error code = -22
[  380.494631]  Baytrail Audio Port: sst: error code = -22
[  380.494646]  Baytrail Audio Port: sst: error code = -22
[  380.494675]  Baytrail Audio Port: sst: error code = -22
[  380.494691]  Baytrail Audio Port: sst: error code = -22
[  380.494730]  Baytrail Audio Port: sst: error code = -22
[  380.494746]  Baytrail Audio Port: sst: error code = -22
[  380.494775]  Baytrail Audio Port: sst: error code = -22
[  380.494791]  Baytrail Audio Port: sst: error code = -22
[  380.494820]  Baytrail Audio Port: sst: error code = -22
[  380.494836]  Baytrail Audio Port: sst: error code = -22
[  380.494869]  Baytrail Audio Port: sst: error code = -22
[  380.494885]  Baytrail Audio Port: sst: error code = -22
[  380.494917]  Baytrail Audio Port: sst: error code = -22
[  380.494933]  Baytrail Audio Port: sst: error code = -22
[  380.494965]  Baytrail Audio Port: sst: error code = -22
[  380.494980]  Baytrail Audio Port: sst: error code = -22
[  380.495012]  Baytrail Audio Port: sst: error code = -22
[  380.495038]  Baytrail Audio Port: sst: error code = -22
[  380.495053]  Baytrail Audio Port: sst: error code = -22
[  380.495097]  Baytrail Audio Port: sst: error code = -22
[  380.495112]  Baytrail Audio Port: sst: error code = -22
[  380.495141]  Baytrail Audio Port: sst: error code = -22
[  380.495157]  Baytrail Audio Port: sst: error code = -22
[  380.495186]  Baytrail Audio Port: sst: error code = -22
[  380.495202]  Baytrail Audio Port: sst: error code = -22
[  380.495232]  Baytrail Audio Port: sst: error code = -22
[  380.495248]  Baytrail Audio Port: sst: error code = -22
[  380.495279]  Baytrail Audio Port: sst: error code = -22
[  380.495295]  Baytrail Audio Port: sst: error code = -22
[  380.495323]  Baytrail Audio Port: sst: error code = -22
[  380.495342]  Baytrail Audio Port: sst: error code = -22
[  380.495370]  Baytrail Audio Port: sst: error code = -22
[  380.495389]  Baytrail Audio Port: sst: error code = -22
[  380.495407]  Baytrail Audio Port: sst: error code = -22
[  380.495421]  Baytrail Audio Port: sst: error code = -22
[  380.495456]  Baytrail Audio Port: sst: error code = -22
[  380.495472]  Baytrail Audio Port: sst: error code = -22
[  380.495500]  Baytrail Audio Port: sst: error code = -22
[  380.495516]  Baytrail Audio Port: sst: error code = -22
[  380.495544]  Baytrail Audio Port: sst: error code = -22
[  380.495560]  Baytrail Audio Port: sst: error code = -22
[  380.495588]  Baytrail Audio Port: sst: error code = -22
[  380.495604]  Baytrail Audio Port: sst: error code = -22
[  380.495633]  Baytrail Audio Port: sst: error code = -22
[  380.495649]  Baytrail Audio Port: sst: error code = -22
[  380.495727]  Baytrail Audio Port: sst: error code = -22
[  380.495743]  Baytrail Audio Port: sst: error code = -22
[  380.495798]  Baytrail Audio Port: sst: error code = -22
[  380.495817]  Baytrail Audio Port: sst: error code = -22
[  380.496106]  Baytrail Audio Port: sst: error code = -22
[  380.496125]  Baytrail Audio Port: sst: error code = -22
[  380.496138]  Baytrail Audio Port: sst: error code = -22
[  380.496150]  Baytrail Audio Port: sst: error code = -22
[  380.496163]  Baytrail Audio Port: sst: error code = -22
[  380.496175]  Baytrail Audio Port: sst: error code = -22
[  380.496240]  Baytrail Audio Port: sst: error code = -22
[  380.496257]  Baytrail Audio Port: sst: error code = -22
[  380.496309]  Baytrail Audio Port: sst: error code = -22
[  380.496326]  Baytrail Audio Port: sst: error code = -22
[  380.496378]  Baytrail Audio Port: sst: error code = -22
[  380.496395]  Baytrail Audio Port: sst: error code = -22
[  380.496450]  Baytrail Audio Port: sst: error code = -22
[  380.496468]  Baytrail Audio Port: sst: error code = -22
[  380.496523]  Baytrail Audio Port: sst: error code = -22
[  380.496540]  Baytrail Audio Port: sst: error code = -22
[  380.496598]  Baytrail Audio Port: sst: error code = -22
[  380.496615]  Baytrail Audio Port: sst: error code = -22
[  380.496668]  Baytrail Audio Port: sst: error code = -22
[  380.496685]  Baytrail Audio Port: sst: error code = -22
[  380.496741]  Baytrail Audio Port: sst: error code = -22
[  380.496758]  Baytrail Audio Port: sst: error code = -22
[  380.496812]  Baytrail Audio Port: sst: error code = -22
[  380.496829]  Baytrail Audio Port: sst: error code = -22
[  380.496890]  Baytrail Audio Port: sst: error code = -22
[  380.496907]  Baytrail Audio Port: sst: error code = -22
[  380.496963]  Baytrail Audio Port: sst: error code = -22
[  380.496983]  Baytrail Audio Port: sst: error code = -22
[  380.497039]  Baytrail Audio Port: sst: error code = -22
[  380.497056]  Baytrail Audio Port: sst: error code = -22
[  380.497117]  Baytrail Audio Port: sst: error code = -22
[  380.497134]  Baytrail Audio Port: sst: error code = -22
[  380.497192]  Baytrail Audio Port: sst: error code = -22
[  380.497209]  Baytrail Audio Port: sst: error code = -22
[  380.497266]  Baytrail Audio Port: sst: error code = -22
[  380.497283]  Baytrail Audio Port: sst: error code = -22
[  380.497429]  Baytrail Audio Port: sst: error code = -22
[  380.497449]  Baytrail Audio Port: sst: error code = -22
[  380.497462]  Baytrail Audio Port: sst: error code = -22
[  380.497474]  Baytrail Audio Port: sst: error code = -22
[  380.497540]  Baytrail Audio Port: sst: error code = -22
[  380.497557]  Baytrail Audio Port: sst: error code = -22
[  380.497612]  Baytrail Audio Port: sst: error code = -22
[  380.497630]  Baytrail Audio Port: sst: error code = -22
[  380.497684]  Baytrail Audio Port: sst: error code = -22
[  380.497701]  Baytrail Audio Port: sst: error code = -22
[  380.497758]  Baytrail Audio Port: sst: error code = -22
[  380.497775]  Baytrail Audio Port: sst: error code = -22
[  380.497829]  Baytrail Audio Port: sst: error code = -22
[  380.497845]  Baytrail Audio Port: sst: error code = -22
[  380.497900]  Baytrail Audio Port: sst: error code = -22
[  380.497916]  Baytrail Audio Port: sst: error code = -22
[  380.497993]  Baytrail Audio Port: sst: error code = -22
[  380.498010]  Baytrail Audio Port: sst: error code = -22
[  380.498043]  Baytrail Audio Port: sst: error code = -22
[  380.498060]  Baytrail Audio Port: sst: error code = -22
[  380.498114]  Baytrail Audio Port: sst: error code = -22
[  380.498131]  Baytrail Audio Port: sst: error code = -22
[  380.498198]  Baytrail Audio Port: sst: error code = -22
[  380.498215]  Baytrail Audio Port: sst: error code = -22
[  380.498256]  Baytrail Audio Port: sst: error code = -22
[  380.498273]  Baytrail Audio Port: sst: error code = -22
[  380.498327]  Baytrail Audio Port: sst: error code = -22
[  380.498344]  Baytrail Audio Port: sst: error code = -22
[  380.498398]  Baytrail Audio Port: sst: error code = -22
[  380.498415]  Baytrail Audio Port: sst: error code = -22
[  380.498478]  Baytrail Audio Port: sst: error code = -22
[  380.498496]  Baytrail Audio Port: sst: error code = -22
[  380.498552]  Baytrail Audio Port: sst: error code = -22
[  380.498568]  Baytrail Audio Port: sst: error code = -22
[  380.498631]  Baytrail Audio Port: sst: error code = -22
[  380.498647]  Baytrail Audio Port: sst: error code = -22
[  380.498708]  Baytrail Audio Port: sst: error code = -22
[  380.498728]  Baytrail Audio Port: sst: error code = -22
[  380.498783]  Baytrail Audio Port: sst: error code = -22
[  380.498799]  Baytrail Audio Port: sst: error code = -22
[  380.498855]  Baytrail Audio Port: sst: error code = -22
[  380.498874]  Baytrail Audio Port: sst: error code = -22
[  380.498932]  Baytrail Audio Port: sst: error code = -22
[  380.498949]  Baytrail Audio Port: sst: error code = -22
[  380.499002]  Baytrail Audio Port: sst: error code = -22
[  380.499019]  Baytrail Audio Port: sst: error code = -22
[  380.499072]  Baytrail Audio Port: sst: error code = -22
[  380.499089]  Baytrail Audio Port: sst: error code = -22
[  380.499144]  Baytrail Audio Port: sst: error code = -22
[  380.499161]  Baytrail Audio Port: sst: error code = -22
[  380.499214]  Baytrail Audio Port: sst: error code = -22
[  380.499231]  Baytrail Audio Port: sst: error code = -22
[  380.499288]  Baytrail Audio Port: sst: error code = -22
[  380.499314]  Baytrail Audio Port: sst: error code = -22
[  380.499360]  Baytrail Audio Port: sst: error code = -22
[  380.499377]  Baytrail Audio Port: sst: error code = -22
[  380.499433]  Baytrail Audio Port: sst: error code = -22
[  380.499453]  Baytrail Audio Port: sst: error code = -22
[  380.499504]  Baytrail Audio Port: sst: error code = -22
[  380.499521]  Baytrail Audio Port: sst: error code = -22
[  380.499576]  Baytrail Audio Port: sst: error code = -22
[  380.499596]  Baytrail Audio Port: sst: error code = -22
[  380.499650]  Baytrail Audio Port: sst: error code = -22
[  380.499667]  Baytrail Audio Port: sst: error code = -22
[  380.499719]  Baytrail Audio Port: sst: error code = -22
[  380.499741]  Baytrail Audio Port: sst: error code = -22
[  380.499759]  Baytrail Audio Port: sst: error code = -22
[  380.499786]  Baytrail Audio Port: sst: error code = -22
[  380.499962]  Baytrail Audio Port: sst: error code = -22
[  380.499992]  Baytrail Audio Port: sst: error code = -22
[  380.500001]  Baytrail Audio Port: sst: error code = -22
[  380.500018]  Baytrail Audio Port: sst: error code = -22
[  380.556887]  Baytrail Audio Port: sst: error code = -22
[  380.556904]  Baytrail Audio Port: sst: error code = -22
[  380.556940]  Baytrail Audio Port: sst: error code = -22
[  380.557226]  Baytrail Audio Port: sst: error code = -22
[  380.557249]  Baytrail Audio Port: sst: error code = -22
[  380.557343]  Baytrail Audio Port: sst: error code = -22
[  380.557361]  Baytrail Audio Port: sst: error code = -22
[  380.557454]  Baytrail Audio Port: sst: error code = -22
[  380.557472]  Baytrail Audio Port: sst: error code = -22
[  380.557772]  Baytrail Audio Port: sst: error code = -22
[  380.557793]  Baytrail Audio Port: sst: error code = -22
[  380.557972]  Baytrail Audio Port: sst: error code = -22
[  380.558303]  Baytrail Audio Port: sst: error code = -22
[  380.558815]  Baytrail Audio Port: sst: error code = -22
[  380.558842]  Baytrail Audio Port: sst: error code = -22
[  380.559023]  Baytrail Audio Port: sst: error code = -22
[  380.559041]  Baytrail Audio Port: sst: error code = -22
[  380.561448]  Baytrail Audio Port: sst: error code = -22
[  380.561479]  Baytrail Audio Port: sst: error code = -22
[  380.561502]  Baytrail Audio Port: sst: error code = -22
[  380.561586]  Baytrail Audio Port: sst: error code = -22
[  380.561600]  Baytrail Audio Port: sst: error code = -22
[  380.561636]  Baytrail Audio Port: sst: error code = -22
[  380.561703]  Baytrail Audio Port: sst: error code = -22
[  380.561716]  Baytrail Audio Port: sst: error code = -22
[  380.561739]  Baytrail Audio Port: sst: error code = -22
[  380.561809]  Baytrail Audio Port: sst: error code = -22
[  380.561822]  Baytrail Audio Port: sst: error code = -22
[  380.561845]  Baytrail Audio Port: sst: error code = -22
[  380.561927]  Baytrail Audio Port: sst: error code = -22
[  380.561942]  Baytrail Audio Port: sst: error code = -22
[  380.561952]  Baytrail Audio Port: sst: error code = -22
[  380.561974]  Baytrail Audio Port: sst: error code = -22
[  380.562057]  Baytrail Audio Port: sst: error code = -22
[  380.562072]  Baytrail Audio Port: sst: error code = -22
[  380.562098]  Baytrail Audio Port: sst: error code = -22
[  380.562177]  Baytrail Audio Port: sst: error code = -22
[  380.562192]  Baytrail Audio Port: sst: error code = -22
[  380.562219]  Baytrail Audio Port: sst: error code = -22
[  380.562301]  Baytrail Audio Port: sst: error code = -22
[  380.562317]  Baytrail Audio Port: sst: error code = -22
[  380.562341]  Baytrail Audio Port: sst: error code = -22
[  380.562420]  Baytrail Audio Port: sst: error code = -22
[  380.562435]  Baytrail Audio Port: sst: error code = -22
[  380.562446]  Baytrail Audio Port: sst: error code = -22
[  380.562468]  Baytrail Audio Port: sst: error code = -22
[  380.562548]  Baytrail Audio Port: sst: error code = -22
[  380.562563]  Baytrail Audio Port: sst: error code = -22
[  380.562589]  Baytrail Audio Port: sst: error code = -22
[  380.562666]  Baytrail Audio Port: sst: error code = -22
[  380.562681]  Baytrail Audio Port: sst: error code = -22
[  380.562708]  Baytrail Audio Port: sst: error code = -22
[  380.562787]  Baytrail Audio Port: sst: error code = -22
[  380.562802]  Baytrail Audio Port: sst: error code = -22
[  380.562826]  Baytrail Audio Port: sst: error code = -22
[  380.562904]  Baytrail Audio Port: sst: error code = -22
[  380.562919]  Baytrail Audio Port: sst: error code = -22
[  380.562946]  Baytrail Audio Port: sst: error code = -22
[  380.563026]  Baytrail Audio Port: sst: error code = -22
[  380.563041]  Baytrail Audio Port: sst: error code = -22
[  380.563065]  Baytrail Audio Port: sst: error code = -22
[  380.563142]  Baytrail Audio Port: sst: error code = -22
[  380.563157]  Baytrail Audio Port: sst: error code = -22
[  380.563167]  Baytrail Audio Port: sst: error code = -22
[  380.563190]  Baytrail Audio Port: sst: error code = -22
[  380.563270]  Baytrail Audio Port: sst: error code = -22
[  380.563285]  Baytrail Audio Port: sst: error code = -22
[  380.563310]  Baytrail Audio Port: sst: error code = -22
[  380.563387]  Baytrail Audio Port: sst: error code = -22
[  380.563403]  Baytrail Audio Port: sst: error code = -22
[  380.563413]  Baytrail Audio Port: sst: error code = -22
[  380.563439]  Baytrail Audio Port: sst: error code = -22
[  380.563517]  Baytrail Audio Port: sst: error code = -22
[  380.563532]  Baytrail Audio Port: sst: error code = -22
[  380.563548]  Baytrail Audio Port: sst: error code = -22
[  380.563571]  Baytrail Audio Port: sst: error code = -22
[  380.563649]  Baytrail Audio Port: sst: error code = -22
[  380.563668]  Baytrail Audio Port: sst: error code = -22
[  380.563692]  Baytrail Audio Port: sst: error code = -22
[  380.563770]  Baytrail Audio Port: sst: error code = -22
[  380.563785]  Baytrail Audio Port: sst: error code = -22
[  380.563812]  Baytrail Audio Port: sst: error code = -22
[  380.563890]  Baytrail Audio Port: sst: error code = -22
[  380.563906]  Baytrail Audio Port: sst: error code = -22
[  380.563932]  Baytrail Audio Port: sst: error code = -22
[  380.564271]  Baytrail Audio Port: sst: error code = -22
[  380.564288]  Baytrail Audio Port: sst: error code = -22
[  380.564314]  Baytrail Audio Port: sst: error code = -22
[  380.564394]  Baytrail Audio Port: sst: error code = -22
[  380.564410]  Baytrail Audio Port: sst: error code = -22
[  380.564437]  Baytrail Audio Port: sst: error code = -22
[  380.564518]  Baytrail Audio Port: sst: error code = -22
[  380.564534]  Baytrail Audio Port: sst: error code = -22
[  380.564560]  Baytrail Audio Port: sst: error code = -22
[  380.564640]  Baytrail Audio Port: sst: error code = -22
[  380.564656]  Baytrail Audio Port: sst: error code = -22
[  380.564683]  Baytrail Audio Port: sst: error code = -22
[  380.564762]  Baytrail Audio Port: sst: error code = -22
[  380.564777]  Baytrail Audio Port: sst: error code = -22
[  380.564787]  Baytrail Audio Port: sst: error code = -22
[  380.564810]  Baytrail Audio Port: sst: error code = -22
[  380.564889]  Baytrail Audio Port: sst: error code = -22
[  380.564904]  Baytrail Audio Port: sst: error code = -22
[  380.564937]  Baytrail Audio Port: sst: error code = -22
[  380.564951]  Baytrail Audio Port: sst: error code = -22
[  380.564985]  Baytrail Audio Port: sst: error code = -22
[  380.564999]  Baytrail Audio Port: sst: error code = -22
[  380.565030]  Baytrail Audio Port: sst: error code = -22
[  380.565045]  Baytrail Audio Port: sst: error code = -22
[  380.565134]  Baytrail Audio Port: sst: error code = -22
[  380.565149]  Baytrail Audio Port: sst: error code = -22
[  380.565167]  Baytrail Audio Port: sst: error code = -22
[  380.565180]  Baytrail Audio Port: sst: error code = -22
[  380.565217]  Baytrail Audio Port: sst: error code = -22
[  380.565232]  Baytrail Audio Port: sst: error code = -22
[  380.565245]  Baytrail Audio Port: sst: error code = -22
[  380.565293]  Baytrail Audio Port: sst: error code = -22
[  380.565307]  Baytrail Audio Port: sst: error code = -22
[  380.565320]  Baytrail Audio Port: sst: error code = -22
[  380.565366]  Baytrail Audio Port: sst: error code = -22
[  380.565382]  Baytrail Audio Port: sst: error code = -22
[  380.565395]  Baytrail Audio Port: sst: error code = -22
[  380.565444]  Baytrail Audio Port: sst: error code = -22
[  380.565459]  Baytrail Audio Port: sst: error code = -22
[  380.565476]  Baytrail Audio Port: sst: error code = -22
[  380.565524]  Baytrail Audio Port: sst: error code = -22
[  380.565539]  Baytrail Audio Port: sst: error code = -22
[  380.565556]  Baytrail Audio Port: sst: error code = -22
[  380.565598]  Baytrail Audio Port: sst: error code = -22
[  380.565613]  Baytrail Audio Port: sst: error code = -22
[  380.565630]  Baytrail Audio Port: sst: error code = -22
[  380.565643]  Baytrail Audio Port: sst: error code = -22
[  380.565676]  Baytrail Audio Port: sst: error code = -22
[  380.565690]  Baytrail Audio Port: sst: error code = -22
[  380.565707]  Baytrail Audio Port: sst: error code = -22
[  380.565720]  Baytrail Audio Port: sst: error code = -22
[  380.565752]  Baytrail Audio Port: sst: error code = -22
[  380.565767]  Baytrail Audio Port: sst: error code = -22
[  380.565798]  Baytrail Audio Port: sst: error code = -22
[  380.565813]  Baytrail Audio Port: sst: error code = -22
[  380.565831]  Baytrail Audio Port: sst: error code = -22
[  380.565844]  Baytrail Audio Port: sst: error code = -22
[  380.565878]  Baytrail Audio Port: sst: error code = -22
[  380.565893]  Baytrail Audio Port: sst: error code = -22
[  380.565909]  Baytrail Audio Port: sst: error code = -22
[  380.565922]  Baytrail Audio Port: sst: error code = -22
[  380.565955]  Baytrail Audio Port: sst: error code = -22
[  380.565969]  Baytrail Audio Port: sst: error code = -22
[  380.565987]  Baytrail Audio Port: sst: error code = -22
[  380.566000]  Baytrail Audio Port: sst: error code = -22
[  380.566033]  Baytrail Audio Port: sst: error code = -22
[  380.566047]  Baytrail Audio Port: sst: error code = -22
[  380.566064]  Baytrail Audio Port: sst: error code = -22
[  380.566078]  Baytrail Audio Port: sst: error code = -22
[  380.566115]  Baytrail Audio Port: sst: error code = -22
[  380.566129]  Baytrail Audio Port: sst: error code = -22
[  380.566141]  Baytrail Audio Port: sst: error code = -22
[  380.566187]  Baytrail Audio Port: sst: error code = -22
[  380.566202]  Baytrail Audio Port: sst: error code = -22
[  380.566217]  Baytrail Audio Port: sst: error code = -22
[  380.566230]  Baytrail Audio Port: sst: error code = -22
[  380.566265]  Baytrail Audio Port: sst: error code = -22
[  380.566279]  Baytrail Audio Port: sst: error code = -22
[  380.566289]  Baytrail Audio Port: sst: error code = -22
[  380.566300]  Baytrail Audio Port: sst: error code = -22
[  380.566340]  Baytrail Audio Port: sst: error code = -22
[  380.566359]  Baytrail Audio Port: sst: error code = -22
[  380.566372]  Baytrail Audio Port: sst: error code = -22
[  380.566416]  Baytrail Audio Port: sst: error code = -22
[  380.566431]  Baytrail Audio Port: sst: error code = -22
[  380.566448]  Baytrail Audio Port: sst: error code = -22
[  380.566492]  Baytrail Audio Port: sst: error code = -22
[  380.566507]  Baytrail Audio Port: sst: error code = -22
[  380.566525]  Baytrail Audio Port: sst: error code = -22
[  380.566537]  Baytrail Audio Port: sst: error code = -22
[  380.566570]  Baytrail Audio Port: sst: error code = -22
[  380.566585]  Baytrail Audio Port: sst: error code = -22
[  380.566602]  Baytrail Audio Port: sst: error code = -22
[  380.566615]  Baytrail Audio Port: sst: error code = -22
[  380.566654]  Baytrail Audio Port: sst: error code = -22
[  380.566670]  Baytrail Audio Port: sst: error code = -22
[  380.566687]  Baytrail Audio Port: sst: error code = -22
[  380.566700]  Baytrail Audio Port: sst: error code = -22
[  380.566737]  Baytrail Audio Port: sst: error code = -22
[  380.566751]  Baytrail Audio Port: sst: error code = -22
[  380.566772]  Baytrail Audio Port: sst: error code = -22
[  380.566785]  Baytrail Audio Port: sst: error code = -22
[  380.566823]  Baytrail Audio Port: sst: error code = -22
[  380.566839]  Baytrail Audio Port: sst: error code = -22
[  380.566870]  Baytrail Audio Port: sst: error code = -22
[  380.566885]  Baytrail Audio Port: sst: error code = -22
[  380.566917]  Baytrail Audio Port: sst: error code = -22
[  380.566931]  Baytrail Audio Port: sst: error code = -22
[  380.566962]  Baytrail Audio Port: sst: error code = -22
[  380.566977]  Baytrail Audio Port: sst: error code = -22
[  380.567010]  Baytrail Audio Port: sst: error code = -22
[  380.567025]  Baytrail Audio Port: sst: error code = -22
[  380.567060]  Baytrail Audio Port: sst: error code = -22
[  380.567074]  Baytrail Audio Port: sst: error code = -22
[  380.567106]  Baytrail Audio Port: sst: error code = -22
[  380.567120]  Baytrail Audio Port: sst: error code = -22
[  380.567152]  Baytrail Audio Port: sst: error code = -22
[  380.567170]  Baytrail Audio Port: sst: error code = -22
[  380.567201]  Baytrail Audio Port: sst: error code = -22
[  380.567216]  Baytrail Audio Port: sst: error code = -22
[  380.567248]  Baytrail Audio Port: sst: error code = -22
[  380.567262]  Baytrail Audio Port: sst: error code = -22
[  380.567298]  Baytrail Audio Port: sst: error code = -22
[  380.567313]  Baytrail Audio Port: sst: error code = -22
[  380.567323]  Baytrail Audio Port: sst: error code = -22
[  380.567338]  Baytrail Audio Port: sst: error code = -22
[  380.567381]  Baytrail Audio Port: sst: error code = -22
[  380.567396]  Baytrail Audio Port: sst: error code = -22
[  380.567414]  Baytrail Audio Port: sst: error code = -22
[  380.567427]  Baytrail Audio Port: sst: error code = -22
[  380.567464]  Baytrail Audio Port: sst: error code = -22
[  380.567479]  Baytrail Audio Port: sst: error code = -22
[  380.567511]  Baytrail Audio Port: sst: error code = -22
[  380.567526]  Baytrail Audio Port: sst: error code = -22
[  380.567560]  Baytrail Audio Port: sst: error code = -22
[  380.567574]  Baytrail Audio Port: sst: error code = -22
[  380.567606]  Baytrail Audio Port: sst: error code = -22
[  380.567621]  Baytrail Audio Port: sst: error code = -22
[  380.567652]  Baytrail Audio Port: sst: error code = -22
[  380.567667]  Baytrail Audio Port: sst: error code = -22
[  380.567766]  Baytrail Audio Port: sst: error code = -22
[  380.567781]  Baytrail Audio Port: sst: error code = -22
[  380.567799]  Baytrail Audio Port: sst: error code = -22
[  380.567812]  Baytrail Audio Port: sst: error code = -22
[  380.567851]  Baytrail Audio Port: sst: error code = -22
[  380.567866]  Baytrail Audio Port: sst: error code = -22
[  380.567931]  Baytrail Audio Port: sst: error code = -22
[  380.567946]  Baytrail Audio Port: sst: error code = -22
[  380.568027]  Baytrail Audio Port: sst: error code = -22
[  380.568043]  Baytrail Audio Port: sst: error code = -22
[  380.568092]  Baytrail Audio Port: sst: error code = -22
[  380.568107]  Baytrail Audio Port: sst: error code = -22
[  380.568163]  Baytrail Audio Port: sst: error code = -22
[  380.568188]  Baytrail Audio Port: sst: error code = -22
[  380.568231]  Baytrail Audio Port: sst: error code = -22
[  380.568251]  Baytrail Audio Port: sst: error code = -22
[  380.568299]  Baytrail Audio Port: sst: error code = -22
[  380.568323]  Baytrail Audio Port: sst: error code = -22
[  380.568375]  Baytrail Audio Port: sst: error code = -22
[  380.568395]  Baytrail Audio Port: sst: error code = -22
[  380.568440]  Baytrail Audio Port: sst: error code = -22
[  380.568456]  Baytrail Audio Port: sst: error code = -22
[  380.568507]  Baytrail Audio Port: sst: error code = -22
[  380.568523]  Baytrail Audio Port: sst: error code = -22
[  380.568575]  Baytrail Audio Port: sst: error code = -22
[  380.568590]  Baytrail Audio Port: sst: error code = -22
[  380.568646]  Baytrail Audio Port: sst: error code = -22
[  380.568661]  Baytrail Audio Port: sst: error code = -22
[  380.568714]  Baytrail Audio Port: sst: error code = -22
[  380.568736]  Baytrail Audio Port: sst: error code = -22
[  380.568779]  Baytrail Audio Port: sst: error code = -22
[  380.568800]  Baytrail Audio Port: sst: error code = -22
[  380.568849]  Baytrail Audio Port: sst: error code = -22
[  380.568864]  Baytrail Audio Port: sst: error code = -22
[  380.568917]  Baytrail Audio Port: sst: error code = -22
[  380.568932]  Baytrail Audio Port: sst: error code = -22
[  380.568987]  Baytrail Audio Port: sst: error code = -22
[  380.569002]  Baytrail Audio Port: sst: error code = -22
[  380.569053]  Baytrail Audio Port: sst: error code = -22
[  380.569069]  Baytrail Audio Port: sst: error code = -22
[  380.569122]  Baytrail Audio Port: sst: error code = -22
[  380.569137]  Baytrail Audio Port: sst: error code = -22
[  380.569186]  Baytrail Audio Port: sst: error code = -22
[  380.569201]  Baytrail Audio Port: sst: error code = -22
[  380.569255]  Baytrail Audio Port: sst: error code = -22
[  380.569272]  Baytrail Audio Port: sst: error code = -22
[  380.569329]  Baytrail Audio Port: sst: error code = -22
[  380.569343]  Baytrail Audio Port: sst: error code = -22
[  380.569395]  Baytrail Audio Port: sst: error code = -22
[  380.569411]  Baytrail Audio Port: sst: error code = -22
[  380.569466]  Baytrail Audio Port: sst: error code = -22
[  380.569481]  Baytrail Audio Port: sst: error code = -22
[  380.569536]  Baytrail Audio Port: sst: error code = -22
[  380.569551]  Baytrail Audio Port: sst: error code = -22
[  380.569601]  Baytrail Audio Port: sst: error code = -22
[  380.569616]  Baytrail Audio Port: sst: error code = -22
[  380.569670]  Baytrail Audio Port: sst: error code = -22
[  380.569685]  Baytrail Audio Port: sst: error code = -22
[  380.569737]  Baytrail Audio Port: sst: error code = -22
[  380.569752]  Baytrail Audio Port: sst: error code = -22
[  380.569809]  Baytrail Audio Port: sst: error code = -22
[  380.569824]  Baytrail Audio Port: sst: error code = -22
[  380.569883]  Baytrail Audio Port: sst: error code = -22
[  380.569898]  Baytrail Audio Port: sst: error code = -22
[  380.569946]  Baytrail Audio Port: sst: error code = -22
[  380.569961]  Baytrail Audio Port: sst: error code = -22
[  380.570014]  Baytrail Audio Port: sst: error code = -22
[  380.570029]  Baytrail Audio Port: sst: error code = -22
[  380.570083]  Baytrail Audio Port: sst: error code = -22
[  380.570098]  Baytrail Audio Port: sst: error code = -22
[  380.570149]  Baytrail Audio Port: sst: error code = -22
[  380.570167]  Baytrail Audio Port: sst: error code = -22
[  380.570215]  Baytrail Audio Port: sst: error code = -22
[  380.570230]  Baytrail Audio Port: sst: error code = -22
[  380.570289]  Baytrail Audio Port: sst: error code = -22
[  380.570304]  Baytrail Audio Port: sst: error code = -22
[  380.570356]  Baytrail Audio Port: sst: error code = -22
[  380.570371]  Baytrail Audio Port: sst: error code = -22
[  380.570422]  Baytrail Audio Port: sst: error code = -22
[  380.570437]  Baytrail Audio Port: sst: error code = -22
[  380.570492]  Baytrail Audio Port: sst: error code = -22
[  380.570507]  Baytrail Audio Port: sst: error code = -22
[  380.570557]  Baytrail Audio Port: sst: error code = -22
[  380.570577]  Baytrail Audio Port: sst: error code = -22
[  380.570627]  Baytrail Audio Port: sst: error code = -22
[  380.570642]  Baytrail Audio Port: sst: error code = -22
[  380.570694]  Baytrail Audio Port: sst: error code = -22
[  380.570709]  Baytrail Audio Port: sst: error code = -22
[  380.570763]  Baytrail Audio Port: sst: error code = -22
[  380.570778]  Baytrail Audio Port: sst: error code = -22
[  380.570831]  Baytrail Audio Port: sst: error code = -22
[  380.570846]  Baytrail Audio Port: sst: error code = -22
[  380.570897]  Baytrail Audio Port: sst: error code = -22
[  380.570912]  Baytrail Audio Port: sst: error code = -22
[  380.570964]  Baytrail Audio Port: sst: error code = -22
[  380.570979]  Baytrail Audio Port: sst: error code = -22
[  380.571030]  Baytrail Audio Port: sst: error code = -22
[  380.571045]  Baytrail Audio Port: sst: error code = -22
[  380.571096]  Baytrail Audio Port: sst: error code = -22
[  380.571111]  Baytrail Audio Port: sst: error code = -22
[  380.571163]  Baytrail Audio Port: sst: error code = -22
[  380.571178]  Baytrail Audio Port: sst: error code = -22
[  380.571233]  Baytrail Audio Port: sst: error code = -22
[  380.571248]  Baytrail Audio Port: sst: error code = -22
[  380.571298]  Baytrail Audio Port: sst: error code = -22
[  380.571314]  Baytrail Audio Port: sst: error code = -22
[  380.571365]  Baytrail Audio Port: sst: error code = -22
[  380.571384]  Baytrail Audio Port: sst: error code = -22
[  380.571433]  Baytrail Audio Port: sst: error code = -22
[  380.571450]  Baytrail Audio Port: sst: error code = -22
[  380.571498]  Baytrail Audio Port: sst: error code = -22
[  380.571513]  Baytrail Audio Port: sst: error code = -22
[  380.571570]  Baytrail Audio Port: sst: error code = -22
[  380.571584]  Baytrail Audio Port: sst: error code = -22
[  380.571638]  Baytrail Audio Port: sst: error code = -22
[  380.571653]  Baytrail Audio Port: sst: error code = -22
[  380.571710]  Baytrail Audio Port: sst: error code = -22
[  380.571724]  Baytrail Audio Port: sst: error code = -22
[  380.571756]  Baytrail Audio Port: sst: error code = -22
[  380.571770]  Baytrail Audio Port: sst: error code = -22
[  380.571802]  Baytrail Audio Port: sst: error code = -22
[  380.571817]  Baytrail Audio Port: sst: error code = -22
[  380.571848]  Baytrail Audio Port: sst: error code = -22
[  380.571863]  Baytrail Audio Port: sst: error code = -22
[  380.571881]  Baytrail Audio Port: sst: error code = -22
[  380.571894]  Baytrail Audio Port: sst: error code = -22
[  380.571931]  Baytrail Audio Port: sst: error code = -22
[  380.571946]  Baytrail Audio Port: sst: error code = -22
[  380.571958]  Baytrail Audio Port: sst: error code = -22
[  380.572039]  Baytrail Audio Port: sst: error code = -22
[  380.572056]  Baytrail Audio Port: sst: error code = -22
[  380.572068]  Baytrail Audio Port: sst: error code = -22
[  380.572112]  Baytrail Audio Port: sst: error code = -22
[  380.572126]  Baytrail Audio Port: sst: error code = -22
[  380.572157]  Baytrail Audio Port: sst: error code = -22
[  380.572173]  Baytrail Audio Port: sst: error code = -22
[  380.572195]  Baytrail Audio Port: sst: error code = -22
[  380.572240]  Baytrail Audio Port: sst: error code = -22
[  380.572264]  Baytrail Audio Port: sst: error code = -22
[  380.572284]  Baytrail Audio Port: sst: error code = -22
[  380.572309]  Baytrail Audio Port: sst: error code = -22
[  380.572330]  Baytrail Audio Port: sst: error code = -22
[  380.572350]  Baytrail Audio Port: sst: error code = -22
[  380.572391]  Baytrail Audio Port: sst: error code = -22
[  380.572412]  Baytrail Audio Port: sst: error code = -22
[  380.572432]  Baytrail Audio Port: sst: error code = -22
[  380.572467]  Baytrail Audio Port: sst: error code = -22
[  380.572482]  Baytrail Audio Port: sst: error code = -22
[  380.572512]  Baytrail Audio Port: sst: error code = -22
[  380.572526]  Baytrail Audio Port: sst: error code = -22
[  380.572556]  Baytrail Audio Port: sst: error code = -22
[  380.572571]  Baytrail Audio Port: sst: error code = -22
[  380.572634]  Baytrail Audio Port: sst: error code = -22
[  380.572649]  Baytrail Audio Port: sst: error code = -22
[  380.572703]  Baytrail Audio Port: sst: error code = -22
[  380.572719]  Baytrail Audio Port: sst: error code = -22
[  380.572770]  Baytrail Audio Port: sst: error code = -22
[  380.572785]  Baytrail Audio Port: sst: error code = -22
[  380.572837]  Baytrail Audio Port: sst: error code = -22
[  380.572854]  Baytrail Audio Port: sst: error code = -22
[  380.572904]  Baytrail Audio Port: sst: error code = -22
[  380.572918]  Baytrail Audio Port: sst: error code = -22
[  380.572971]  Baytrail Audio Port: sst: error code = -22
[  380.572986]  Baytrail Audio Port: sst: error code = -22
[  380.573041]  Baytrail Audio Port: sst: error code = -22
[  380.573056]  Baytrail Audio Port: sst: error code = -22
[  380.573109]  Baytrail Audio Port: sst: error code = -22
[  380.573124]  Baytrail Audio Port: sst: error code = -22
[  380.573174]  Baytrail Audio Port: sst: error code = -22
[  380.573191]  Baytrail Audio Port: sst: error code = -22
[  380.573241]  Baytrail Audio Port: sst: error code = -22
[  380.573256]  Baytrail Audio Port: sst: error code = -22
[  380.573311]  Baytrail Audio Port: sst: error code = -22
[  380.573326]  Baytrail Audio Port: sst: error code = -22
[  380.573378]  Baytrail Audio Port: sst: error code = -22
[  380.573393]  Baytrail Audio Port: sst: error code = -22
[  380.573427]  Baytrail Audio Port: sst: error code = -22
[  380.573455]  Baytrail Audio Port: sst: error code = -22
[  380.573580]  Baytrail Audio Port: sst: error code = -22
[  380.573605]  Baytrail Audio Port: sst: error code = -22
[  380.573614]  Baytrail Audio Port: sst: error code = -22
[  380.573749]  Baytrail Audio Port: sst: error code = -22
[  380.574023]  Baytrail Audio Port: sst: error code = -22
[  380.574040]  Baytrail Audio Port: sst: error code = -22
[  380.574079]  Baytrail Audio Port: sst: error code = -22
[  380.574397]  Baytrail Audio Port: sst: error code = -22
[  380.574429]  Baytrail Audio Port: sst: error code = -22
[  380.575819]  Baytrail Audio Port: sst: error code = -22
[  380.575841]  Baytrail Audio Port: sst: error code = -22
[  380.575866]  Baytrail Audio Port: sst: error code = -22
[  380.588822]  Baytrail Audio Port: sst: error code = -22
[  380.588875]  Baytrail Audio Port: sst: error code = -22
[  380.611381]  Baytrail Audio Port: sst: error code = -22
[  380.611435]  Baytrail Audio Port: sst: error code = -22
[  380.653458]  Baytrail Audio Port: sst: error code = -22
[  380.653525]  Baytrail Audio Port: sst: error code = -22
[  380.736679]  Baytrail Audio Port: sst: error code = -22
[  380.736711]  Baytrail Audio Port: sst: error code = -22
[  380.897871]  Baytrail Audio Port: sst: error code = -22
[  380.897914]  Baytrail Audio Port: sst: error code = -22
[  381.222323]  Baytrail Audio Port: sst: error code = -22
[  381.222364]  Baytrail Audio Port: sst: error code = -22
[  381.867454]  Baytrail Audio Port: sst: error code = -22
[  381.867502]  Baytrail Audio Port: sst: error code = -22
[  383.154548]  Baytrail Audio Port: sst: error code = -22
[  383.154604]  Baytrail Audio Port: sst: error code = -22
[  384.661194]  Baytrail Audio Port: sst: error code = -22
[  384.661255]  Baytrail Audio Port: sst: error code = -22
[  385.586195]  Baytrail Audio Port: sst: error code = -22
[  385.586209] snd_pcm_update_hw_ptr0: 858 callbacks suppressed
[  385.586220] bytx205_rt5645 bytx205_rt5645: BUG: , pos = -22, buffer size = 203830, period size = 1199
[  385.586411] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[  386.586753] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  386.586778] intel_sst_acpi 80860F28:00: fw returned err -16
[  387.588354] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  387.588379] intel_sst_acpi 80860F28:00: fw returned err -16
[  388.589114] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x2 fw_state 0x3
[  388.589123] intel_sst_acpi 80860F28:00: fw returned err -16
[  388.589135] intel_sst_acpi 80860F28:00: free stream returned err -19
[  389.614994] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  389.615020] intel_sst_acpi 80860F28:00: fw returned err -16
[  390.616173] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  390.616199] intel_sst_acpi 80860F28:00: fw returned err -16
[  391.617277] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  391.617303] intel_sst_acpi 80860F28:00: fw returned err -16
[  392.618079] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[  392.618090] intel_sst_acpi 80860F28:00: fw returned err -16
[ 3114.681201] perf interrupt took too long (2532 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 3860.772867] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[ 3860.772893] intel_sst_acpi 80860F28:00: fw returned err -16
[ 3860.773723] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp1-port
[ 3861.774078] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[ 3861.774104] intel_sst_acpi 80860F28:00: fw returned err -16
[ 3861.859471] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[ 3862.859367] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[ 3862.859399] intel_sst_acpi 80860F28:00: FW alloc failed ret -16
[ 3862.859409] intel_sst_acpi 80860F28:00: sst_get_stream returned err -5
[ 3862.859420] sst-mfld-platform sst-mfld-platform: ASoC: cpu DAI prepare error: -5
[ 3862.859430]  Baytrail Audio Port: ASoC: prepare FE Baytrail Audio Port failed
[ 3862.861048] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp1-port
[ 3863.861376] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[ 3863.861402] intel_sst_acpi 80860F28:00: fw returned err -16
[ 3864.862246] intel_sst_acpi 80860F28:00: Wait timed-out condition:0x0, msg_id:0x1 fw_state 0x3
[ 3864.862272] intel_sst_acpi 80860F28:00: fw returned err -16
[ 3864.862319] intel_sst_acpi 80860F28:00: free stream returned err -19

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2016-03-04 11:07 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 14:52 writing an alsa driver Michele Curti
2015-05-23 16:32 ` Michele Curti
2015-05-27  6:45   ` Takashi Iwai
2015-05-27  8:54     ` Michele Curti
2015-05-27 18:41       ` Liam Girdwood
2015-05-27 20:13         ` Michele Curti
2015-05-28 11:31           ` Liam Girdwood
2015-05-28 12:53             ` Michele Curti
2015-05-28 13:21               ` Liam Girdwood
2015-05-28 19:17                 ` Michele Curti
2015-05-29  9:42                   ` Liam Girdwood
2015-05-29 13:17                     ` Michele Curti
2015-06-01 11:06                       ` Liam Girdwood
2015-06-04  7:09                         ` Marcus Bannerman
2015-06-04  9:04                           ` Michele Curti
2015-06-04  8:59                         ` Michele Curti
2015-06-04 10:33                           ` Liam Girdwood
2015-06-04 17:44                             ` Juergen Bausa
2015-06-04 19:39                         ` Michele Curti
2015-06-05  7:00                           ` Jarkko Nikula
2015-06-08  8:26                             ` Michele Curti
2015-06-08  8:49                         ` Michele Curti
2015-06-13 13:47                           ` Luka Karinja
2015-06-15 16:46                             ` Michele Curti
2015-06-15 17:04                               ` Liam Girdwood
2015-06-16 20:50                                 ` Michele Curti
2015-06-17  9:16                                   ` Liam Girdwood
2015-06-17 21:34                                     ` Michele Curti
2015-06-18 11:14                                       ` Vinod Koul
2015-06-18 18:47                                         ` Michele Curti
2015-06-19  7:54                                           ` Vinod Koul
2015-06-19  8:12                                             ` Michele Curti
2015-06-17  6:39                                 ` Jarkko Nikula
2015-06-23  9:09                                 ` Michele Curti
2015-06-23  9:51                                   ` Liam Girdwood
2015-06-24 10:21                                   ` Vinod Koul
2015-06-24 11:31                                     ` Antonio Ospite
2015-06-24 11:40                                       ` Liam Girdwood
2015-06-24 16:04                                         ` Vinod Koul
2015-06-24 18:21                                     ` Michele Curti
2015-06-25  3:24                                       ` Vinod Koul
2015-06-25  7:39                                         ` Michele Curti
2016-03-03 11:11                                         ` Michele Curti
2016-03-03 11:27                                           ` Vinod Koul
2016-03-03 13:08                                             ` Michele Curti
2016-03-03 16:20                                             ` Pierre-Louis Bossart
2016-03-04 11:07                                               ` Michele Curti
2015-07-22 20:05 Marco Bodega
2015-07-24 20:54 ` Michele Curti
2015-08-10 14:12 Johnny

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.