All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: tiwai@suse.de, liam.r.girdwood@linux.intel.com, vkoul@kernel.org,
	broonie@kernel.org,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 09/17] ASoC: Intel: soc-acpi: bxt-match: remove asoc_plat_name field
Date: Fri,  8 Feb 2019 17:45:49 -0600	[thread overview]
Message-ID: <20190208234557.7816-10-pierre-louis.bossart@linux.intel.com> (raw)
In-Reply-To: <20190208234557.7816-1-pierre-louis.bossart@linux.intel.com>

This field was never used, let's remove it

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/soc/intel/common/soc-acpi-intel-bxt-match.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c
index c0e5780e2ad1..229e39586868 100644
--- a/sound/soc/intel/common/soc-acpi-intel-bxt-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-bxt-match.c
@@ -53,7 +53,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
 		.fw_filename = "intel/dsp_fw_bxtn.bin",
 		.sof_fw_filename = "sof-apl.ri",
 		.sof_tplg_filename = "sof-apl-rt298.tplg",
-		.asoc_plat_name = "0000:00:0e.0",
 	},
 	{
 		.id = "DLGS7219",
@@ -63,21 +62,18 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
 		.quirk_data = &bxt_codecs,
 		.sof_fw_filename = "sof-apl.ri",
 		.sof_tplg_filename = "sof-apl-da7219.tplg",
-		.asoc_plat_name = "0000:00:0e.0",
 	},
 	{
 		.id = "104C5122",
 		.drv_name = "bxt-pcm512x",
 		.sof_fw_filename = "sof-apl.ri",
 		.sof_tplg_filename = "sof-apl-pcm512x.tplg",
-		.asoc_plat_name = "0000:00:0e.0",
 	},
 	{
 		.id = "1AEC8804",
 		.drv_name = "bxt-wm8804",
 		.sof_fw_filename = "sof-apl.ri",
 		.sof_tplg_filename = "sof-apl-wm8804.tplg",
-		.asoc_plat_name = "0000:00:0e.0",
 	},
 	{
 		.id = "INT34C3",
@@ -85,7 +81,6 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = {
 		.machine_quirk = apl_quirk,
 		.sof_fw_filename = "sof-apl.ri",
 		.sof_tplg_filename = "sof-apl-tdf8532.tplg",
-		.asoc_plat_name = "0000:00:0e.0",
 	},
 	{},
 };
-- 
2.17.1

  parent reply	other threads:[~2019-02-08 23:46 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-08 23:45 [PATCH 00/17] ASoC: soc-acpi: remove SOF file prefix and unused fields Pierre-Louis Bossart
2019-02-08 23:45 ` [PATCH 01/17] ASoC: Intel: bxt-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: bxt-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 02/17] ASoC: Intel: byt-match.c: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: byt-match.c: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 03/17] ASoC: Intel: cht-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: cht-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 04/17] ASoC: Intel: cnl-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: cnl-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 05/17] ASoC: Intel: glk-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: glk-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 06/17] ASoC: Intel: hda-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: hda-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 07/17] ASoC: Intel: hsw-bdw-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: hsw-bdw-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 08/17] ASoC: Intel: icl-match: remove prefix for SOF files Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: icl-match: remove prefix for SOF files" to the asoc tree Mark Brown
2019-02-08 23:45 ` Pierre-Louis Bossart [this message]
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: bxt-match: remove asoc_plat_name field" " Mark Brown
2019-02-08 23:45 ` [PATCH 10/17] ASoC: Intel: soc-acpi: byt-match: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: byt-match: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 11/17] ASoC: Intel: soc-acpi: cht-match: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: cht-match: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 12/17] ASoC: Intel: soc-acpi: glk-match: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: glk-match: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 13/17] ASoC: Intel: soc-acpi: hsw-bdw-match: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: hsw-bdw-match: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 14/17] ASoC: Intel: soc-acpi: icl-match: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: icl-match: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 15/17] ASoC: Intel: soc-acpi: cnl-match.c: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: cnl-match.c: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 16/17] ASoC: soc-acpi: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: soc-acpi: remove asoc_plat_name field" to the asoc tree Mark Brown
2019-02-08 23:45 ` [PATCH 17/17] ASoC: soc-acpi: remove new_mach_data field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: soc-acpi: remove new_mach_data field" 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=20190208234557.7816-10-pierre-louis.bossart@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=vkoul@kernel.org \
    /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.