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, broonie@kernel.org,
	Uday M Bhat <uday.m.bhat@intel.com>,
	Kai Vehmanen <kai.vehmanen@linux.intel.com>,
	Ranjani Sridharan <ranjani.sridharan@linux.intel.com>,
	Bard Liao <yung-chuan.liao@linux.intel.com>,
	Jairaj Arava <jairaj.arava@intel.com>,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Subject: [PATCH 04/23] ASoC: Intel: sof_sdw: Update BT offload config for soundwire config
Date: Mon, 31 Jul 2023 16:42:38 -0500	[thread overview]
Message-ID: <20230731214257.444605-5-pierre-louis.bossart@linux.intel.com> (raw)
In-Reply-To: <20230731214257.444605-1-pierre-louis.bossart@linux.intel.com>

From: Uday M Bhat <uday.m.bhat@intel.com>

For soundwire config, SSP1 is used for BT offload. This is enabled
in sof_sdw_quirk_table

Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Uday M Bhat <uday.m.bhat@intel.com>
Signed-off-by: Jairaj Arava <jairaj.arava@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
---
 sound/soc/intel/boards/sof_sdw.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sound/soc/intel/boards/sof_sdw.c b/sound/soc/intel/boards/sof_sdw.c
index dbee8c98ff01..b811446be4cd 100644
--- a/sound/soc/intel/boards/sof_sdw.c
+++ b/sound/soc/intel/boards/sof_sdw.c
@@ -467,7 +467,9 @@ static const struct dmi_system_id sof_sdw_quirk_table[] = {
 			DMI_MATCH(DMI_SYS_VENDOR, "Google"),
 			DMI_MATCH(DMI_PRODUCT_NAME, "Rex"),
 		},
-		.driver_data = (void *)(SOF_SDW_PCH_DMIC),
+		.driver_data = (void *)(SOF_SDW_PCH_DMIC |
+					SOF_BT_OFFLOAD_SSP(1) |
+					SOF_SSP_BT_OFFLOAD_PRESENT),
 	},
 	/* LunarLake devices */
 	{
-- 
2.39.2


  parent reply	other threads:[~2023-07-31 21:45 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-31 21:42 [PATCH 00/23] ASoC: Intel: machine driver updates for 6.6 Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 01/23] ASoC: Intel: soc-acpi: Add entry for rt711-sdca-sdw at link 0 in RPL match table Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 02/23] ASoC: Intel: sof_rt5682: add RPL support for MAX98357A speaker Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 03/23] ASoC: Intel: sof_rt5682 add support for HDMI_In capture Pierre-Louis Bossart
2023-07-31 21:42 ` Pierre-Louis Bossart [this message]
2023-07-31 21:42 ` [PATCH 05/23] ASoC: Intel: sof_sdw: reorder SoundWire codecs in Kconfig Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 06/23] ASoC: Intel: sof_sdw: allow mockup amplifier to provide feedback Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 07/23] ASoC: Intel: sof_sdw: rename link_id to be_id Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 08/23] ASoC: Intel: sof_sdw: add support for SKU 0AFE Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 09/23] ASoC: intel: sof_sdw: Use consistent variable naming for links Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 10/23] ASoC: intel: sof_sdw: Rename codec_idx to codec_dlc_index Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 11/23] ASoC: intel: sof_sdw: Remove some extra line breaks Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 12/23] ASoC: intel: sof_sdw: Use a module device table Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 13/23] ASoC: intel: sof_sdw: Simplify find_codec_info_acpi Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 14/23] ASoC: intel: sof_sdw: Constify parameter to find_codec_part_info Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 15/23] ASoC: intel: sof_sdw: Minor tidy up of mc_probe Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 16/23] ASoC: intel: sof_sdw: Remove redundant parameters in dai creation Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 17/23] ASoC: intel: sof_sdw: Move amp_num initialisation to mc_probe Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 18/23] ASoC: Intel: sof_sdw: break earlier when a adr link contains different codecs Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 19/23] ASoC: intel: sof_sdw: Allow direct specification of CODEC name Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 20/23] ASoC: Intel: sof_sdw: add cs35l56 codec info Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 21/23] ASoC: intel: sof_sdw: Clean up DAI link counting Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 22/23] ASoC: intel: sof_sdw: Merge codec_conf_alloc into dailink_info Pierre-Louis Bossart
2023-07-31 21:42 ` [PATCH 23/23] ASoC: intel: sof_sdw: Move group_generated logic Pierre-Louis Bossart
2023-08-01 15:41 ` [PATCH 00/23] ASoC: Intel: machine driver updates for 6.6 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=20230731214257.444605-5-pierre-louis.bossart@linux.intel.com \
    --to=pierre-louis.bossart@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=jairaj.arava@intel.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=ranjani.sridharan@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=uday.m.bhat@intel.com \
    --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.