mixer: Add mixer_ctl_{set,get}_bytes()

For binary controls we don't want to go through
mixer_ctl_{set,get}_value() as that will trigger many calls to our
get()/put() callback in the kernel.  Set the entire payload at once
and trigger the get()/put() callback once.

Signed-off-by: Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
2 files changed