diff options
| author | Mark Brown <broonie@kernel.org> | 2024-10-17 14:12:25 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-10-17 14:12:25 +0300 |
| commit | cab655772416379a925af9ea85769a9d3eecdba0 (patch) | |
| tree | e4b51b950c034c2b2c227c977acf859233aecf02 /include | |
| parent | c6631ceea573ae364e4fe913045f2aad10a10784 (diff) | |
| parent | 3692a4ccacf3c44249e584aea3ae8568f953e7e4 (diff) | |
| download | linux-cab655772416379a925af9ea85769a9d3eecdba0.tar.xz | |
ASoC: Merge up fixes
Some refactoring opportunities for the rcard driver were noticed while
fixing a bug.
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/sound/asoc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h index 99333cbd3114..c117672d4439 100644 --- a/include/uapi/sound/asoc.h +++ b/include/uapi/sound/asoc.h @@ -88,7 +88,7 @@ /* ABI version */ #define SND_SOC_TPLG_ABI_VERSION 0x5 /* current version */ -#define SND_SOC_TPLG_ABI_VERSION_MIN 0x4 /* oldest version supported */ +#define SND_SOC_TPLG_ABI_VERSION_MIN 0x5 /* oldest version supported */ /* Max size of TLV data */ #define SND_SOC_TPLG_TLV_SIZE 32 |
