summaryrefslogtreecommitdiff
path: root/bpfc.zsh
AgeCommit message (Expand)AuthorFilesLines
2013-06-03zsh: update zsh autocompletion functions to implementationHideo Hattori1-0/+4
2013-05-13zsh: add netsniff-ng zsh auto completion supportDaniel Borkmann1-0/+18
bmit' value='reload'/>
authorVaibhav Agarwal <vaibhav.agarwal@linaro.org>2016-08-04 15:14:33 +0530
committerGreg Kroah-Hartman <gregkh@google.com>2016-08-04 19:07:30 +0200
commit487dcbd6ba46548f8f24dbd75423785ec8153712 (patch)
tree0a16c7ff3d0e5c8a2998a5f0d02fb067f7b7d029
parent4ffca62a051c3e1722bcaf6a367b419e6e5e40e0 (diff)
greybus: audio: Use AIF widget to enable path between module & APB
Currently, SPK Amp switch is used to identify when to enable data path between module and APB. With headset, other switch controls added, it is not possible to use this switch to control data path. Instead path should be established based on AIF widget. Signed-off-by: Vaibhav Agarwal <vaibhav.agarwal@linaro.org> Reviewed-by: Mark Greer <mgreer@animalcreek.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat
-rw-r--r--drivers/staging/greybus/audio_codec.c23
1 files changed, 5 insertions, 18 deletions
diff --git a/drivers/staging/greybus/audio_codec.c b/drivers/staging/greybus/audio_codec.c