diff options
| author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2024-04-29 00:43:21 +0000 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2024-05-04 18:26:50 +0530 |
| commit | a0df7e04eab07cb2c08517209f792a8070504f0d (patch) | |
| tree | 8168a67add052b9c406a5f4e62ede702d3a37af3 /drivers/soundwire/intel.h | |
| parent | 75933ba58dd49ded547ad0d00c74c0cb862530f9 (diff) | |
soundwire: intel_ace2.x: add support for DOAISE property
Extend previous patches with the DOAISE field and property.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20240429004321.2399754-5-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/soundwire/intel.h')
| -rw-r--r-- | drivers/soundwire/intel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soundwire/intel.h b/drivers/soundwire/intel.h index f58860f192f9..b68e74c294e7 100644 --- a/drivers/soundwire/intel.h +++ b/drivers/soundwire/intel.h @@ -59,6 +59,7 @@ struct sdw_intel { }; struct sdw_intel_prop { + u16 doaise; u16 doais; u16 dodse; u16 dods; |
