lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251014031450.3781789-1-yung-chuan.liao@linux.intel.com>
Date: Tue, 14 Oct 2025 11:14:43 +0800
From: Bard Liao <yung-chuan.liao@...ux.intel.com>
To: linux-sound@...r.kernel.org,
	vkoul@...nel.org
Cc: vinod.koul@...aro.org,
	linux-kernel@...r.kernel.org,
	pierre-louis.bossart@...ux.dev,
	bard.liao@...el.com
Subject: [PATCH 0/7] ASoC/soundwire: add fake BPT frame to align Intel DMA buffer size

There is a constraint on Intel DMA buffer size that needs to be a
multiple of data block size. This series adds some fake BRA frames
to add some extra buffer size to meet the constraint.
The change is mainly on the soundwire tree. It would be better to go
through the soundwire tree.

Bard Liao (7):
  soundwire: cadence_master: make frame index trace more readable
  soundwire: only compute BPT stream in sdw_compute_dp0_port_params
  soundwire: cadence_master: set data_per_frame as frame capability
  soundwire: cadence: export sdw_cdns_bpt_find_bandwidth
  ASoC: SOF: Intel: export hda_sdw_bpt_get_buf_size_aligment
  soundwire: cadence_master: add fake_size parameter to
    sdw_cdns_prepare_read_dma_buffer
  soundwire: intel_ace2x: add fake frame to BRA read command

 drivers/soundwire/cadence_master.c            | 85 +++++++++++++++++--
 drivers/soundwire/cadence_master.h            |  7 +-
 .../soundwire/generic_bandwidth_allocation.c  |  3 +
 drivers/soundwire/intel_ace2x.c               | 61 +++++++++++--
 include/sound/hda-sdw-bpt.h                   |  7 ++
 sound/soc/sof/intel/hda-sdw-bpt.c             | 13 +++
 6 files changed, 161 insertions(+), 15 deletions(-)

-- 
2.43.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ