Vinod, Sorry for the delay, took me a while to locate a config that would work for my machine when compiling the kernel. I have changed the irqindex_host_ipc from 5 to 0 as described in http://mailman.alsa-project.org/pipermail/alsa-devel/2015-June/093129.html However, now I am not getting any mention of the audio components in the dmesg output (attached) lsmod shows the sound modules are loaded: $ lsmod | grep sst snd_intel_sst_acpi 4120 1 snd_intel_sst_core 44762 1 snd_intel_sst_acpi snd_soc_sst_mfld_platform 55617 1 snd_intel_sst_core Aplay still says no: $ aplay -l aplay: device_list:268: no soundcards found... Any thoughts? -Tyler On 06/25/2015 02:38 AM, Jarkko Nikula wrote: > On 06/24/2015 07:03 PM, Vinod Koul wrote: >> On Wed, Jun 24, 2015 at 10:24:54AM -0400, Tyler Yeomans wrote: >>> Vinod, >>> >>> Thank you for looking into this. >>> I have attached the dmesg for this device. >>> Please note I have tried kernels 3.16/19 4.0 and 4.1, all with same >>> result. >>> The attached dmesg file is from booting kernel 4.1/amd64: >>> Linux mykro 4.1.0-040100-generic #201506220235 SMP Mon Jun 22 >>> 06:36:19 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux >>> On Ubuntu 15.04 >> I can see these errors: >> [ 6.012196] (NULL device *): ipc: error DSP boot timeout >> [ 6.012386] byt-rt5640 byt-rt5640: ASoC: CPU DAI >> baytrail-pcm-audio not >> registered >> >> Jarrko, can you see why DSP boot fails, perhpas some resources are >> missing/wrong >> > Very likely BIOS defines the DSP-host interrupt in another index what > code is using currently. Could you try does changing irqindex_host_ipc > from 5 to 0 help? Like how it is done here: > > http://mailman.alsa-project.org/pipermail/alsa-devel/2015-June/093129.html > >