]> www.infradead.org Git - users/jedix/linux-maple.git/commit
AMD SoundWire machine driver code refactor
authorMark Brown <broonie@kernel.org>
Fri, 13 Sep 2024 15:59:45 +0000 (16:59 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 13 Sep 2024 15:59:45 +0000 (16:59 +0100)
commit0b117e58409efce351f435618e2b6023804c0988
tree781048703caaab0019ff71e72d152ddce3a5f91b
parent2ed1a4a5c0058dfd78f5037576d668a37d0ec609
parent6d8348ddc56ed43ba39d1e8adda13299201f32ed
AMD SoundWire machine driver code refactor

Merge series from Vijendar Mukunda <Vijendar.Mukunda@amd.com>:

This patch series moves common Soundwire endpoint parsing and dai
creation logic to common placeholder from Intel generic SoundWire
machine driver code to make it generic. AMD SoundWire machine driver
code is refactored to use these functions for SoundWire endpoint
parsing and dai creation logic.

Link: https://github.com/thesofproject/linux/pull/5171