Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Tyler Yeomans <tyeo098@gmail.com>
To: Antonio Ospite <ao2@ao2.it>
Cc: Vinod Koul <vinod.koul@intel.com>,
	"alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Nicolas George <george@nsup.org>,
	"Girdwood, Liam R" <liam.r.girdwood@intel.com>,
	"Nikula, Jarkko" <jarkko.nikula@intel.com>
Subject: Re: Intel Baytrail Linux Audio
Date: Wed, 08 Jul 2015 12:32:17 -0400	[thread overview]
Message-ID: <559D5091.9020802@gmail.com> (raw)
In-Reply-To: <20150708182132.db38656fb4ccc2e38e41aba0@ao2.it>

Antonio,

Hmm...
I have been running the driver like so:
(from sound/soc/intel/common/sst-acpi.c)
static struct sst_acpi_desc sst_acpi_baytrail_desc = {
     .drv_name = "baytrail-pcm-audio",
     .machines = baytrail_machines,
     .resindex_lpe_base = 0,
     .resindex_pcicfg_base = 1,
     .resindex_fw_base = 2,
*    .irqindex_host_ipc = 0,*
     .sst_id = SST_DEV_ID_BYT,
     .resindex_dma_base = -1,
};

Which is what the patch at 
https://bugzilla.kernel.org/attachment.cgi?id=155341 says to do.

However I also noticed in this file that its looking for the wrong 
firmware:
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" },
     {}
};

Which will not point to the SSP0 firmware uploaded by Vinod.

Thanks-

Tyler

On 07/08/2015 12:21 PM, Antonio Ospite wrote:
> On Wed, 08 Jul 2015 10:30:41 -0400
> Tyler Yeomans <tyeo098@gmail.com> wrote:
>
> [...]
>> Additionally, you were correct about the sorting of interrupts, as my
>> dissembled DSDT table shows:
>> (from Device(LPEA) section)
>>         Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, )
>>                   {
>>                       0x0000001D,
>>                   }
> [...]
>> For now I can research into overriding the DSDT so the interrupts are in
>> order.
> You can follow Documentation/acpi/dsdt-override.txt, but maybe patching
> the driver is faster for a quick test; just remember to revert the
> driver change if you reorder the interrupts in the DSDT later on :)
>
> Ciao,
>     Antonio
>

  reply	other threads:[~2015-07-08 16:32 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-03 12:10 Intel Baytrail Linux Audio Koul, Vinod
2015-07-03 12:36 ` Antonio Ospite
2015-07-03 13:06   ` Nicolas George
     [not found]     ` <559A90CE.2030105@gmail.com>
     [not found]       ` <20150707031950.GD11002@localhost>
2015-07-07 14:00         ` Tyler Yeomans
2015-07-07 17:08           ` Vinod Koul
2015-07-07 21:06             ` Tyler Yeomans
2015-07-08  3:36               ` Vinod Koul
2015-07-08  8:23                 ` Antonio Ospite
2015-07-08 14:30                   ` Tyler Yeomans
2015-07-08 16:21                     ` Antonio Ospite
2015-07-08 16:32                       ` Tyler Yeomans [this message]
2015-07-08 20:17                         ` Antonio Ospite
2015-07-08 20:24                           ` tyeo098
     [not found]                           ` <559EC436.30900@gmail.com>
2015-07-10  4:06                             ` Vinod Koul
2015-07-10 12:41                               ` Tyler Yeomans
2015-07-13 17:06                               ` Tyler Yeomans
2015-07-14  8:47                                 ` Vinod Koul
2015-07-23 15:24                                   ` Tyler Yeomans
2015-07-10  4:03                     ` Vinod Koul
2015-07-08 20:57                   ` Luka Karinja
     [not found]                   ` <559D88C1.3010504@bazdara.com>
2015-07-10  4:00                     ` Vinod Koul
2015-07-10 15:24                       ` Luka Karinja
  -- strict thread matches above, loose matches on Subject: below --
2015-07-03 13:43 Koul, Vinod
     [not found] <5589D025.7090700@gmail.com>
2015-06-24 10:11 ` Vinod Koul
2015-06-24 14:24   ` Tyler Yeomans
2015-06-24 16:03     ` Vinod Koul
2015-06-24 17:40       ` Tyler Yeomans
2015-06-25  6:38       ` Jarkko Nikula
2015-06-30 18:24         ` Tyler Yeomans
2015-06-30 22:57         ` Tyler Yeomans
2015-07-02 18:40           ` Nicolas George
2015-07-03  8:51             ` Liam Girdwood
2015-07-03  9:08               ` Antonio Ospite
2015-07-03  9:46                 ` Nicolas George
2015-07-03 10:32                   ` Antonio Ospite
2015-07-03 11:12                     ` Nicolas George

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=559D5091.9020802@gmail.com \
    --to=tyeo098@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=ao2@ao2.it \
    --cc=george@nsup.org \
    --cc=jarkko.nikula@intel.com \
    --cc=liam.r.girdwood@intel.com \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox