aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_codec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-18/+14
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki1-5/+7
2022-04-13staging: greybus: remove empty callback functionJaehee Park1-8/+0
2022-04-04staging: greybus: codecs: fix type confusion of list iterator variableJakob Koschel1-2/+2
2022-04-04staging: greybus: codecs: use dedicated list iterator variableJakob Koschel1-8/+12
2020-11-13staging: greybus: codecs: Fix reference counter leak in error handlingZhang Qilong1-0/+2
2020-10-26staging: greybus: audio: code indentation and formatting changesDeepak R Varma1-70/+39
2020-10-05staging: greybus: codecs: use SNDRV_PCM_FMTBIT_S16_LE for format bitmaskCoiby Xu1-2/+2
2020-07-29staging: greybus: audio: Add helper APIs for dynamic audio modulesVaibhav Agarwal1-4/+8
2020-07-29staging: greybus: audio: Resolve compilation errors for GB codec moduleVaibhav Agarwal1-45/+43
2020-07-29staging: greybus: audio: Maintain jack list within GB Audio moduleVaibhav Agarwal1-37/+37
2020-07-29staging: greybus: audio: Update snd_jack FW usage as per new APIsVaibhav Agarwal1-12/+42
2018-09-14staging: remove unneeded static set .owner field in platform_driverzhong jiang1-1/+0
2018-01-22staging: greybus: audio_codec.c: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib1-3/+3
2018-01-22staging: greybus: audio_codec.c: Logical continuations should be on the previous lineKamal Heib1-2/+2
2018-01-22staging: greybus: audio_codec.c: Space required around ':'Kamal Heib1-2/+2
2018-01-22staging: greybus: audio_codec.c: Cleanup blank linesKamal Heib1-3/+0
2018-01-22staging: greybus: audio_codec.c: Fix alignment should match open parenthesisKamal Heib1-3/+3
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: greybus: audio: constify snd_soc_dai_ops structuresArvind Yadav1-1/+1
2017-02-12staging: greybus: fix "line over 80 characters" coding style issuesGioh Kim1-1/+4
2017-01-19staging: greybus: audio: Cleanup junk codec registersVaibhav Agarwal1-37/+2
2017-01-19staging: greybus: audio: Initialize sig_bits before configuring hwparamsVaibhav Agarwal1-0/+7
2016-10-16staging: greybus: audio_codec: Remove useless return statement.Elise Lennion1-1/+0
2016-10-16drivers: staging: greybus: audio_codec.c: Fixed CHECKS for brace issuesChase Metzger1-1/+3
2016-09-22staging: greybus: audio_codec.c: code indent should use tabs where possibleRichard Groux1-1/+1
2016-09-22staging: greybus: audio_codec.c: space required before the open braceRichard Groux1-1/+1
2016-09-20staging: greybus: use preferred kernel type u16Chaehyun Lim1-6/+6
2016-09-20staging: greybus: use preferred kernel type u8Chaehyun Lim1-3/+3
2016-09-02greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal1-23/+45
2016-09-02greybus: audio: Remove unnecessary num_jack field from module_infoVaibhav Agarwal1-9/+0
2016-08-26greybus: audio: Fix incorrect direction value when enabling RXMark Greer1-1/+1
2016-08-05greybus: audio: Report jack removal along with module removalVaibhav Agarwal1-2/+11
2016-08-04greybus: audio: Maintain module stream state for each data connectionVaibhav Agarwal1-83/+67
2016-08-04greybus: audio: Maintain runtime stream params for each DAIVaibhav Agarwal1-66/+131
2016-08-04greybus: audio: Update pm runtime support in dai_ops callbackVaibhav Agarwal1-0/+30
2016-08-04greybus: audio: Find data connection based on idVaibhav Agarwal1-41/+39
2016-08-04greybus: audio: Use AIF widget to enable path between module & APBVaibhav Agarwal1-18/+5
2016-08-04greybus: audio: Update parameters for gbaudio_module_update APIVaibhav Agarwal1-2/+3
2016-08-04greybus: audio: Update dai_driver table with appropriate fieldsVaibhav Agarwal1-3/+3
2016-08-04greybus: audio: Split helper APIs based on stream directionVaibhav Agarwal1-177/+228
2016-08-04greybus: audio: Enable audio path based on control switch state onlyVaibhav Agarwal1-284/+50
2016-08-04greybus: audio: Remove un-necessary goto statementVaibhav Agarwal1-10/+11
2016-07-22greybus: audio: Avoid using ARA keywordVaibhav Agarwal1-5/+5
2016-07-13greybus: audio: Maintain proper codec state during shutdown sequence.Vaibhav Agarwal1-1/+9
2016-07-13greybus: audio: Fix incorrect codec state modificationVaibhav Agarwal1-2/+2
2016-06-24greybus: audio: remove the unnecessary return statementDavid Lin1-1/+0
2016-06-10greybus: Remove extra blank linesViresh Kumar1-1/+0
2016-06-09greybus: Remove apbridgea_shutdown_xx sequence if already doneVaibhav Agarwal1-12/+0