mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
ASoC: SDCA: Add CS47L47 to class driver
Add the SoundWire ID for CS47L47 to the class driver. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev> Link: https://patch.msgid.link/20260223150256.326143-4-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
80930d81c4
commit
ada32396f9
|
|
@ -317,6 +317,7 @@ static const struct dev_pm_ops class_pm_ops = {
|
|||
|
||||
static const struct sdw_device_id class_sdw_id[] = {
|
||||
SDW_SLAVE_ENTRY(0x01FA, 0x4245, 0),
|
||||
SDW_SLAVE_ENTRY(0x01FA, 0x4747, 0),
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(sdw, class_sdw_id);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user