From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Amadeusz Sławiński" <amadeuszx.slawinski@linux.intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
Mark Brown <broonie@kernel.org>, Takashi Iwai <tiwai@suse.com>,
alsa-devel@alsa-project.org, linux-pci@vger.kernel.org,
linux-kernel@vger.kernel.org,
Cezary Rojewski <cezary.rojewski@intel.com>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
Kai Vehmanen <kai.vehmanen@linux.intel.com>,
Hans de Goede <hdegoede@redhat.com>
Subject: Re: [PATCH v2 04/15] ALSA: Remove unused Broxton PCI ID
Date: Fri, 14 Jul 2023 14:18:28 +0300 [thread overview]
Message-ID: <ZLEvBIFM9p/1u9Pv@smile.fi.intel.com> (raw)
In-Reply-To: <20230714185615.370597-5-amadeuszx.slawinski@linux.intel.com>
On Fri, Jul 14, 2023 at 08:56:04PM +0200, Amadeusz Sławiński wrote:
> Current code references 0x1a98 which is BXT-M (not -T as it is
> commented) and it's an RVP, BXT-M B0 to be specific. From what we know
> no BXT is available on market.
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
> ---
> sound/pci/hda/hda_intel.c | 3 ---
> 1 file changed, 3 deletions(-)
>
> diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c
> index ef831770ca7d..8f0cebb83302 100644
> --- a/sound/pci/hda/hda_intel.c
> +++ b/sound/pci/hda/hda_intel.c
> @@ -2564,9 +2564,6 @@ static const struct pci_device_id azx_ids[] = {
> /* Broxton-P(Apollolake) */
> { PCI_DEVICE(0x8086, 0x5a98),
> .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },
> - /* Broxton-T */
> - { PCI_DEVICE(0x8086, 0x1a98),
> - .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },
> /* Gemini-Lake */
> { PCI_DEVICE(0x8086, 0x3198),
> .driver_data = AZX_DRIVER_SKL | AZX_DCAPS_INTEL_BROXTON },
> --
> 2.34.1
>
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2023-07-14 11:20 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 18:56 [PATCH v2 00/15] PCI: Define Intel PCI IDs and use them in drivers Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 01/15] PCI: Sort Intel PCI IDs by number Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 02/15] PCI: Add Intel Audio DSP devices to pci_ids.h Amadeusz Sławiński
2023-07-14 11:16 ` Andy Shevchenko
2023-07-14 18:56 ` [PATCH v2 03/15] ASoC: SOF: Remove unused Broxton PCI ID Amadeusz Sławiński
2023-07-14 11:17 ` Andy Shevchenko
2023-07-14 18:56 ` [PATCH v2 04/15] ALSA: " Amadeusz Sławiński
2023-07-14 11:18 ` Andy Shevchenko [this message]
2023-07-14 18:56 ` [PATCH v2 05/15] ALSA: hda: Add controller matching macros Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 06/15] ALSA: hda: Use global PCI match macro Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 07/15] ALSA: hda/i915: " Amadeusz Sławiński
2023-07-14 11:20 ` Andy Shevchenko
2023-07-14 11:23 ` Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 08/15] ASoC: Intel: Skylake: " Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 09/15] ALSA: intel-dsp-config: Convert to PCI device IDs defines Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 10/15] ALSA: hda: " Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 11/15] ASoC: Intel: avs: " Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 12/15] " Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 13/15] ASoC: Intel: Skylake: " Amadeusz Sławiński
2023-07-14 18:56 ` [PATCH v2 14/15] ASoC: SOF: Intel: " Amadeusz Sławiński
2023-07-14 11:23 ` Andy Shevchenko
2023-07-14 18:56 ` [PATCH v2 15/15] ASoC: Intel: sst: " Amadeusz Sławiński
2023-07-14 11:26 ` Andy Shevchenko
2023-07-14 11:32 ` Andy Shevchenko
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=ZLEvBIFM9p/1u9Pv@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=amadeuszx.slawinski@linux.intel.com \
--cc=bhelgaas@google.com \
--cc=broonie@kernel.org \
--cc=cezary.rojewski@intel.com \
--cc=hdegoede@redhat.com \
--cc=kai.vehmanen@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=tiwai@suse.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