]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Intel: avs: New gateway configuration mechanism
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 3 Feb 2025 14:10:48 +0000 (15:10 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 3 Feb 2025 14:04:59 +0000 (14:04 +0000)
commitf0173cbe7fa79eafbdf32eed32337209f84ddacd
tree753b150246c810c8fea6a00c702e60f02e02d78b
parentcbe37a4d2b3c25d2e2a94097e09b6d87461b8833
ASoC: Intel: avs: New gateway configuration mechanism

Creation of a module which contains gateway configuration consists of
few additional steps, namely:

- assigning ID (node_id) for the gateway
- attaching hardware configuration from the NHLT table (optional)

By splitting the steps into separate functions code becomes easier to
read and understand. Any redundancy created by this patch will be
addressed by follow up changes.

Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://patch.msgid.link/20250203141051.2361323-9-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/path.c