commit | 5a19df0d79c4fa59c6e53f7035ea846e1a58bff7 | [log] [tgz] |
---|---|---|
author | Ajay Agarwal <ajaya@codeaurora.org> | Thu Jun 22 11:09:33 2017 +0530 |
committer | Mayank Rana <mrana@codeaurora.org> | Fri Jun 23 09:36:53 2017 -0700 |
tree | 767b9e734423d3287de4e30ac2947324de4ab533 | |
parent | 2d097a736be68ef657867b8f6e578cd30ec55b07 [diff] |
sound: usb: Add quirk to issue SET_CUR volume on 2nd channel Some audio devices with two channels require the host to issue SET_CUR command on the Volume control on both the channels in order to function (playback or record). Currently, the Linux Host driver issues SET_CUR only for the 1st channel. Hence, add the quirk for concerned devices for SET_CUR on 2nd channel. Change-Id: I6f0bbcdfd3a8b3ccb33a1d56c252c701849a442f Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>