mixer: add support for TLV based byte controls
Mythri P K authored

Add tinyasla support for bytes controls with TLV type
Signed-off-by: default avatarMythri P K <mythri.p.k@intel.com>
Signed-off-by: default avatarSamreen Nilofer <samreen.nilofer@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
(cherry picked from commit 45b2d047b8c2f4d9d1d87244f7f981db8234c906)

Bug: 27834022
Change-Id: If327f63909865d66149503699b6184748d7889c2
67b1df47
tinyalsa: a small library to interface with ALSA in the Linux kernel

The aims are:

- Provide a basic pcm and mixer API
- If it's not absolutely needed, don't add it to the API
- Avoid supporting complex and unnecessary operations that could be
  dealt with at a higher level