Skip to content

Commit

Permalink
ASoC: SOF: Intel: hda: enable BT audio offload for HDA mach
Browse files Browse the repository at this point in the history
Add SND_SOC_ACPI_TPLG_INTEL_BT_OFFLOAD flag to HDA mach's tplg quirk
flag to enable BT audio offload.

Signed-off-by: Brent Lu <brent.lu@intel.com>
  • Loading branch information
brentlu committed Jul 29, 2024
1 parent 6787519 commit 6960b82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/intel/common/soc-acpi-intel-hda-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_hda_machines[] = {
/* .id is not used in this file */
.drv_name = "skl_hda_dsp_generic",
.sof_tplg_filename = "sof-hda-generic", /* the tplg suffix is added at run time */
.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,
.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER |
SND_SOC_ACPI_TPLG_INTEL_BT_OFFLOAD,
},
{},
};
Expand Down

0 comments on commit 6960b82

Please sign in to comment.