tinymix: Remove the unused parameter from tinymix_set_byte_ctl()
Samreen Nilofer authored

The control pointer is not used in the tinymix_set_byte_ctl(),
hence removing it.
Signed-off-by: default avatarSamreen Nilofer <samreen.nilofer@intel.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
(cherry picked from commit acc12b45388d204ab5be060f9393b32af2c341bc)

Bug: 27834022
Change-Id: Ib8e0b4b641c97665c06c85d116ea4578edfc93e1
56754eba
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