All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Set BQ parameters for some Dell models
@ 2022-11-09  9:12 shumingf
  0 siblings, 0 replies; only message in thread
From: shumingf @ 2022-11-09  9:12 UTC (permalink / raw)
  To: broonie, lgirdwood
  Cc: oder_chiou, jack.yu, alsa-devel, lars, jauliang, derek.fang,
	Shuming Fan, jfmiranda, flove, pierre-louis.bossart

From: Shuming Fan <shumingf@realtek.com>

There are some Dell SKUs that need to set the parameters of the crossover filter (biquad).
Each amplifier connects to one tweeter speaker and one woofer speaker.
We should control HPF/LPF to output the proper frequency for the different speakers.
If the codec driver got the BQ parameters from the device property, it will apply these 
parameters to the hardware.

Shuming Fan (4):
  ASoC: rt1308-sdw: get BQ params property and apply them
  ASoC: rt1316-sdw: get BQ params property and apply them
  ASoC: Intel: sof_sdw_rt1308: add BQ params for the Dell models
  ASoC: Intel: sof_sdw_rt1316: add BQ params for the Dell models

 sound/soc/codecs/rt1308-sdw.c                 |  39 +++
 sound/soc/codecs/rt1308-sdw.h                 |   2 +
 sound/soc/codecs/rt1316-sdw.c                 |  39 +++
 sound/soc/codecs/rt1316-sdw.h                 |   2 +
 sound/soc/intel/boards/sof_sdw.c              |   2 +
 .../intel/boards/sof_sdw_amp_coeff_tables.h   | 300 ++++++++++++++++++
 sound/soc/intel/boards/sof_sdw_common.h       |   3 +
 sound/soc/intel/boards/sof_sdw_rt1308.c       | 120 +++++++
 sound/soc/intel/boards/sof_sdw_rt1316.c       | 119 +++++++
 9 files changed, 626 insertions(+)
 create mode 100644 sound/soc/intel/boards/sof_sdw_amp_coeff_tables.h

-- 
2.38.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-09  9:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09  9:12 [PATCH 0/4] Set BQ parameters for some Dell models shumingf

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.