diff options
| author | Baojun Xu <baojun.xu@ti.com> | 2026-04-14 04:54:41 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-04-22 23:15:51 +0300 |
| commit | 1f95fdef685ee76393981de062e6b26210d88a9c (patch) | |
| tree | c86e1e4cb0d0fd7396b467a17b01b3cb0710beff /include | |
| parent | 6d619f73970397e13d2d3f830b183fcd9f58e749 (diff) | |
| download | linux-1f95fdef685ee76393981de062e6b26210d88a9c.tar.xz | |
ASoC: tas2781: Add tas5832 support
TAS5832 is in same family with TAS5827/28/30.
Signed-off-by: Baojun Xu <baojun.xu@ti.com>
Link: https://patch.msgid.link/20260414015441.2439-2-baojun.xu@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/tas2781.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/tas2781.h b/include/sound/tas2781.h index e847cf51878c..95296bb4a33a 100644 --- a/include/sound/tas2781.h +++ b/include/sound/tas2781.h @@ -131,6 +131,7 @@ enum audio_device { TAS5827, TAS5828, TAS5830, + TAS5832, TAS_OTHERS, }; |
