summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt722-sdca.h
Commit message (Collapse)AuthorAgeFilesLines
* ASoC: codecs: rt722-sdca: do not store status in state containerKrzysztof Kozlowski2023-05-181-1/+0
| | | | | | | | | | Driver in its update status callback stores Soundwire device status in state container but it never uses it later. Simplify the code a bit. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com Link: https://lore.kernel.org/r/20230518072753.7361-13-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org
* ASoC: rt722-sdca: Add RT722 SDCA driverJack Yu2023-05-091-0/+238
This is the initial codec driver for rt722-sdca. Signed-off-by: Jack Yu <jack.yu@realtek.com Link: https://lore.kernel.org/r/20230421030116.26245-1-jack.yu@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org