[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230731091333.3593132-1-yung-chuan.liao@linux.intel.com>
Date: Mon, 31 Jul 2023 17:13:30 +0800
From: Bard Liao <yung-chuan.liao@...ux.intel.com>
To: alsa-devel@...a-project.org, vkoul@...nel.org
Cc: vinod.koul@...aro.org, linux-kernel@...r.kernel.org,
pierre-louis.bossart@...ux.intel.com, bard.liao@...el.com
Subject: [PATCH v2 0/3] soundwire: allow for more than 8 devices, keep IDA for wake-capable devices
This series suggests a hybrid strategy for device number allocation, where
only wake-capable devices use a system-unique Device Number which will be
used on LunarLake to handle wake-ups using the HDaudio WAKEEN and WAKESTS.
Pierre-Louis Bossart (3):
soundwire: extend parameters of new_peripheral_assigned() callback
soundwire: bus: add callbacks for device_number allocation
soundwire: intel_auxdevice: add hybrid IDA-based device_number
allocation
v2:
- Move the device numver allocation from bus.c to intel_auxdevice.c
- List the codecs with wake capability in a quirk table, and assign device
number according to that quirk table.
drivers/soundwire/bus.c | 18 +++---
drivers/soundwire/intel_auxdevice.c | 85 ++++++++++++++++++++++++++---
include/linux/soundwire/sdw.h | 12 ++--
include/linux/soundwire/sdw_intel.h | 7 +++
4 files changed, 99 insertions(+), 23 deletions(-)
--
2.25.1
Powered by blists - more mailing lists