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 06/17] ASoC: Intel: hda-match: remove prefix for SOF files
Date: Fri,  8 Feb 2019 17:45:46 -0600	[thread overview]
Message-ID: <20190208234557.7816-7-pierre-louis.bossart@linux.intel.com> (raw)
In-Reply-To: <20190208234557.7816-1-pierre-louis.bossart@linux.intel.com>

Prefix is now handled in the code. This allows for default and
alternate paths, and more flexibility for OEMs and distros

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

diff --git a/sound/soc/intel/common/soc-acpi-intel-hda-match.c b/sound/soc/intel/common/soc-acpi-intel-hda-match.c
index 533c1064f84b..68ae43f7b4b2 100644
--- a/sound/soc/intel/common/soc-acpi-intel-hda-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-hda-match.c
@@ -23,7 +23,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_hda_machines[] = {
 
 		/* .sof_fw_filename is dynamically set in sof/intel driver */
 
-		.sof_tplg_filename = "intel/sof-hda-generic.tplg",
+		.sof_tplg_filename = "sof-hda-generic.tplg",
 
 		/*
 		 * .machine_quirk and .quirk_data are not used here but
-- 
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 ` Pierre-Louis Bossart [this message]
2019-02-12 16:58   ` Applied "ASoC: Intel: hda-match: " 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 ` [PATCH 09/17] ASoC: Intel: soc-acpi: bxt-match: remove asoc_plat_name field Pierre-Louis Bossart
2019-02-12 16:58   ` Applied "ASoC: Intel: soc-acpi: bxt-match: remove asoc_plat_name field" to the asoc tree 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-7-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.