All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: Takashi Iwai <tiwai@suse.de>
Cc: liam.r.girdwood@linux.intel.com, alsa-devel@alsa-project.org,
	broonie@kernel.org, Bard liao <yung-chuan.liao@linux.intel.com>
Subject: Re: [PATCH] ASoC: Intel: hdac_hdmi: add Icelake support
Date: Wed, 14 Nov 2018 10:41:27 -0600	[thread overview]
Message-ID: <85a47580-e47d-a600-6c17-64521996ecd4@linux.intel.com> (raw)
In-Reply-To: <s5hk1lfaa5h.wl-tiwai@suse.de>


>> So in theory all we need to add is a new table entry in skl.c,
>> e.g. with the following untested code. I'll have to check if this is
>> correct offline but it'd allow you to test the probe part.
>>
>> diff --git a/sound/soc/intel/skylake/skl.c b/sound/soc/intel/skylake/skl.c
>> index ac0b4ff21acc..375f4b60e515 100644
>> --- a/sound/soc/intel/skylake/skl.c
>> +++ b/sound/soc/intel/skylake/skl.c
>> @@ -1098,6 +1098,9 @@ static const struct pci_device_id skl_ids[] = {
>>          /* CNL */
>>          { PCI_DEVICE(0x8086, 0x9dc8),
>>                  .driver_data = (unsigned
>> long)&snd_soc_acpi_intel_cnl_machines},
>> +       /* CFL */
>> +       { PCI_DEVICE(0x8086, 0xa348),
>> +               .driver_data = (unsigned
>> long)&snd_soc_acpi_intel_cnl_machines}
>>          { 0, }
>>   };
> I've already tried it but this doesn't seem enough.  The similar
> addition for 0xa348 is needed in skl-messages.c for clk setup.
> (BTW, reloading the module after this error triggered the leftover
>   sysfs entries; you can try to inject the error and reproduce it.)
>
> After these changes, the driver was loaded, but it still complains
> about the lack of firmware (both SOF and fallback one).
> The binding with HDMI codec seems working, but the analog one is still
> missing.

Is this lack of firmware or firmware that won't boot due to 
configuration issues?

If you can share the dmesg log somewhere it'd be interesting, I am 
trying to help fix support for WHL and CFL *should* be similar (I 
haven't checked the actual specs though).

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2018-11-14 16:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 21:18 [PATCH] ASoC: Intel: hdac_hdmi: add Icelake support Bard liao
2018-11-11  8:55 ` Takashi Iwai
2018-11-11 15:10   ` Pierre-Louis Bossart
2018-11-11 17:35     ` Takashi Iwai
2018-11-12 13:04       ` Bard liao
2018-11-12 13:20         ` Takashi Iwai
2018-11-12 14:00       ` Pierre-Louis Bossart
2018-11-14 14:53         ` Takashi Iwai
2018-11-14 16:23           ` Pierre-Louis Bossart
2018-11-14 16:36             ` Takashi Iwai
2018-11-14 16:41               ` Pierre-Louis Bossart [this message]
2018-11-14 16:44                 ` Takashi Iwai
2018-11-14 16:55                   ` Pierre-Louis Bossart
2018-11-16 13:49           ` Takashi Iwai
2018-11-16 14:11             ` Pierre-Louis Bossart
2018-11-16 17:44               ` Takashi Iwai
2018-11-20 16:02                 ` Pierre-Louis Bossart
2018-11-12 13:57 ` Pierre-Louis Bossart
2018-11-13 19:46 ` Applied "ASoC: Intel: hdac_hdmi: add Icelake support" to the asoc tree Mark Brown

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=85a47580-e47d-a600-6c17-64521996ecd4@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=yung-chuan.liao@linux.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 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.