[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210302075105.11515-1-yung-chuan.liao@linux.intel.com>
Date: Tue, 2 Mar 2021 15:51:02 +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,
gregkh@...uxfoundation.org, srinivas.kandagatla@...aro.org,
rander.wang@...ux.intel.com, hui.wang@...onical.com,
pierre-louis.bossart@...ux.intel.com, sanyog.r.kale@...el.com,
bard.liao@...el.com
Subject: [PATCH v2 0/3] soundwire: add DMI quirks for overridind addr
Platform firmware may have incorrect _ADR values causing the driver
probes to fail. Adding the override_ops allows people to override the
addr values.
v2:
- Add the override_adr ops
- Move DMI quirks to a new file
Pierre-Louis Bossart (2):
soundwire: Intel: introduce DMI quirks for HP Spectre x360 Convertible
soundwire: Intel: add DMI quirk for Dell SKU 0A3E
Vinod Koul (1):
soundwire: add override addr ops
drivers/soundwire/Makefile | 2 +-
drivers/soundwire/bus.h | 2 +
drivers/soundwire/dmi-quirks.c | 96 ++++++++++++++++++++++++++++++++++
drivers/soundwire/intel.c | 1 +
drivers/soundwire/slave.c | 8 ++-
include/linux/soundwire/sdw.h | 4 +-
6 files changed, 110 insertions(+), 3 deletions(-)
create mode 100644 drivers/soundwire/dmi-quirks.c
--
2.17.1
Powered by blists - more mailing lists