mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
ASoC: rk817: Add module alias for rk817-codec
[ Upstream commit428ee30a05] Without a module alias, autoloading the driver does not occurr when it is built as a module. By adding a module alias, the driver now probes fine automatically and therefore analog audio output works as it should. Fixes:0d6a04da9b("ASoC: Add Rockchip rk817 audio CODEC support") Signed-off-by: Nicolas Frattaroli <frattaroli.nicolas@gmail.com> Link: https://lore.kernel.org/r/20211121150521.159543-1-frattaroli.nicolas@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
805c90e0e9
commit
8b9bed7c63
|
|
@ -539,3 +539,4 @@ module_platform_driver(rk817_codec_driver);
|
|||
MODULE_DESCRIPTION("ASoC RK817 codec driver");
|
||||
MODULE_AUTHOR("binyuan <kevan.lan@rock-chips.com>");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
MODULE_ALIAS("platform:rk817-codec");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user