diff options
author | Takashi Iwai <tiwai@suse.de> | 2024-11-05 13:03:12 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2024-11-05 13:03:12 +0100 |
commit | b22b2e3d9413724c77acd64a97b0817fb767e7f9 (patch) | |
tree | adf467da1c230e2939d99a3687a13e6849b17cd0 /include/uapi/sound | |
parent | 8ae4c65d7ae82fead83202448453e47078ddfde7 (diff) | |
parent | dabc44c28f118910dea96244d903f0c270225669 (diff) | |
download | linux-b22b2e3d9413724c77acd64a97b0817fb767e7f9.tar.gz linux-b22b2e3d9413724c77acd64a97b0817fb767e7f9.tar.bz2 linux-b22b2e3d9413724c77acd64a97b0817fb767e7f9.zip |
Merge branch 'for-linus' into for-next
Pull 6.12-devel branch for cleanup of USB-audio driver code.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/uapi/sound')
-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 |