aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_codec.c
AgeCommit message (Expand)Author
2018-01-22staging: greybus: audio_codec.c: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Logical continuations should be on the previ...Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Space required around ':'Kamal Heib
2018-01-22staging: greybus: audio_codec.c: Cleanup blank linesKamal Heib
2018-01-22staging: greybus: audio_codec.c: Fix alignment should match open parenthesisKamal Heib
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman
2017-08-22staging: greybus: audio: constify snd_soc_dai_ops structuresArvind Yadav
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim
2017-01-19staging: greybus: audio: Cleanup junk codec registersVaibhav Agarwal
2017-01-19staging: greybus: audio: Initialize sig_bits before configuring hwparamsVaibhav Agarwal
2016-10-16staging: greybus: audio_codec: Remove useless return statement.Elise Lennion
2016-10-16drivers: staging: greybus: audio_codec.c: Fixed CHECKS for brace issuesChase Metzger
2016-09-22staging: greybus: audio_codec.c: code indent should use tabs where possibleRichard Groux
2016-09-22staging: greybus: audio_codec.c: space required before the open braceRichard Groux
2016-09-20staging: greybus: use preferred kernel type u16Chaehyun Lim
2016-09-20staging: greybus: use preferred kernel type u8Chaehyun Lim
2016-09-02greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal
2016-09-02greybus: audio: Remove unnecessary num_jack field from module_infoVaibhav Agarwal
2016-08-26greybus: audio: Fix incorrect direction value when enabling RXMark Greer
2016-08-05greybus: audio: Report jack removal along with module removalVaibhav Agarwal
2016-08-04greybus: audio: Maintain module stream state for each data connectionVaibhav Agarwal
2016-08-04greybus: audio: Maintain runtime stream params for each DAIVaibhav Agarwal
2016-08-04greybus: audio: Update pm runtime support in dai_ops callbackVaibhav Agarwal
2016-08-04greybus: audio: Find data connection based on idVaibhav Agarwal
2016-08-04greybus: audio: Use AIF widget to enable path between module & APBVaibhav Agarwal
2016-08-04greybus: audio: Update parameters for gbaudio_module_update APIVaibhav Agarwal
2016-08-04greybus: audio: Update dai_driver table with appropriate fieldsVaibhav Agarwal
2016-08-04greybus: audio: Split helper APIs based on stream directionVaibhav Agarwal
2016-08-04greybus: audio: Enable audio path based on control switch state onlyVaibhav Agarwal
2016-08-04greybus: audio: Remove un-necessary goto statementVaibhav Agarwal
2016-07-22greybus: audio: Avoid using ARA keywordVaibhav Agarwal
2016-07-13greybus: audio: Maintain proper codec state during shutdown sequence.Vaibhav Agarwal
2016-07-13greybus: audio: Fix incorrect codec state modificationVaibhav Agarwal
2016-06-24greybus: audio: remove the unnecessary return statementDavid Lin
2016-06-10greybus: Remove extra blank linesViresh Kumar
2016-06-09greybus: Remove apbridgea_shutdown_xx sequence if already doneVaibhav Agarwal
2016-06-09greybus: Use mute_stream callback to initiate GB data xferVaibhav Agarwal
2016-06-08greybus: audio: Ratelimit err messagesVaibhav Agarwal
2016-05-04greybus: audio: Reduce codec->lock granularityVaibhav Agarwal
2016-05-04greybus: audio: Reorganize sequence in GB audio bundle & codec driverVaibhav Agarwal
2016-05-04greybus: audio: Remove redundant lock protection & is_connected fieldVaibhav Agarwal
2016-04-25greybus: audio: Reorder gb_deactivate sequence to avoid protocol errorVaibhav Agarwal
2016-04-25greybus: audio: Changes in response to ASoC cleanupVaibhav Agarwal
2016-04-25greybus: audio: acquire wakelock during active playbackVaibhav Agarwal
2016-04-22greybus: audio: acquire wakelock during active playbackVaibhav Agarwal
2016-04-21greybus: audio-codec: Staticize few routines to fix build warningsViresh Kumar
2016-03-31greybus: audio: Add I2S_RX path related settingsVaibhav Agarwal
2016-03-31greybus: audio: Added jack support to audio moduleVaibhav Agarwal
2016-03-29greybus: audio: fix to resolve multiple audio module playback issueVaibhav Agarwal