aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/google
AgeCommit message (Collapse)AuthorFilesLines
2024-08-26ASoC: google: fix module autoloadingLiao Chen1-0/+1
Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded based on the alias from of_device_id table. Signed-off-by: Liao Chen <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
2023-09-25ASoC: google: convert not to use asoc_xxx()Kuninori Morimoto1-11/+11
ASoC is now unified asoc_xxx() into snd_soc_xxx(). This patch convert asoc_xxx() to snd_soc_xxx(). Signed-off-by: Kuninori Morimoto <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
2023-05-17ASoC: Add Google Chameleon v3 i2s driverPaweł Anikiel3-0/+346
Add driver for the i2s IP present on Google Chameleon v3 Signed-off-by: PaweÅ‚ Anikiel <[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]