26 Oct
2015
26 Oct
'15
4:54 a.m.
On Mon, 2015-10-26 at 12:41 +0900, Mark Brown wrote:
We had inserted a #error into the topology UAPI code to ensure that the ABI was not adopted by userspace while final review and testing was ongoing. Since we are now comfortable that the ABI is suitable for production remove the #error, future changes will include provision for backwards compatibility.
Signed-off-by: Mark Brown broonie@kernel.org
Acked-by: Vinod Koul vinod.koul@intel.com
I don't have any local patches on topology core, so am okay with this.
Liam, Mengdong do we have any more patches looking to be merged? I do see we have the series we required in topic/topology, but is anything left out?
--
~Vinod
> ---
>
> Are we OK with this? Looking for some acks and reviews...
>
> include/uapi/sound/asoc.h | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
> index 247c50b..51b8066 100644
> --- a/include/uapi/sound/asoc.h
> +++ b/include/uapi/sound/asoc.h
> @@ -18,12 +18,6 @@
> #include <linux/types.h>
> #include <sound/asound.h>
>
> -#ifndef __KERNEL__
> -#error This API is an early revision and not enabled in the current
> -#error kernel release, it will be enabled in a future kernel version
> -#error with incompatible changes to what is here.
> -#endif
> -
> /*
> * Maximum number of channels topology kcontrol can represent.
> */