mirror of
https://github.com/torvalds/linux.git
synced 2026-05-05 23:05:25 -04:00
ASoC: tas2781: Add tas2568/2574/5806m/5806md/5830 support
TAS5806M, TAS5806MD, TAS5830 has on-chip DSP without current/voltage feedback, and in same family with TAS58XX. TAS2568, TAS2574 is in family with TAS257X. Signed-off-by: Baojun Xu <baojun.xu@ti.com> Link: https://patch.msgid.link/20251117102153.30644-2-baojun.xu@ti.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -117,15 +117,20 @@ enum audio_device {
|
||||
TAS2120,
|
||||
TAS2320,
|
||||
TAS2563,
|
||||
TAS2568,
|
||||
TAS2570,
|
||||
TAS2572,
|
||||
TAS2574,
|
||||
TAS2781,
|
||||
TAS5802,
|
||||
TAS5806M,
|
||||
TAS5806MD,
|
||||
TAS5815,
|
||||
TAS5822,
|
||||
TAS5825,
|
||||
TAS5827,
|
||||
TAS5828,
|
||||
TAS5830,
|
||||
TAS_OTHERS,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user