aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_topology.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-26Staging: greybus: Blank lines not required before '}'Bhanusree Pola1-1/+0
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-31/+32
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-05-25staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"Colin Ian King1-1/+1
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-01-19staging: greybus: audio: Ensure proper byte orderVaibhav Agarwal1-44/+50
2017-01-19staging: greybus: audio: Avoid less than zero check for le32 variableVaibhav Agarwal1-6/+2
2017-01-05staging: greybus: audio_topology: Fix spaces between operator and stringEmmanuil Chatzipetru1-1/+1
2016-10-16drivers: staging: greybus: Fixed CHECKS for brace issuesChase Metzger1-2/+5
2016-10-16staging: greybus: Add blank line after declarationElizabeth Ferdman1-0/+1
2016-09-27greybus: audio: fix uninitialized variable errors found by cppcheckVaibhav Agarwal1-2/+3
2016-09-22staging: greybus: audio: delete unnecessary parenthesesEva Rachel Retuya1-1/+1
2016-09-02greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal1-0/+7
2016-09-02greybus: audio: Remove unnecessary num_jack field from module_infoVaibhav Agarwal1-1/+0
2016-08-18greybus: Use valid control pointer while freeing memoryVaibhav Agarwal1-1/+1
2016-08-18greybus: audio: Add check for invalid index while mapping controlVaibhav Agarwal1-0/+6
2016-08-04greybus: audio: Update parameters for gbaudio_module_update APIVaibhav Agarwal1-4/+2
2016-07-26greybus: audio: add runtime pm to enumerated control and DAPM widgetDavid Lin1-0/+47
2016-07-17greybus: audio_topology: Fix compile warningViresh Kumar1-2/+2
2016-07-14greybus: audio: add runtime pm supportDavid Lin1-0/+47
2016-07-05greybus: audio: topology: Enable enumerated control supportVaibhav Agarwal1-39/+319
2016-07-05greybus: audio: topology: Use csize while computing next_ptr in parserVaibhav Agarwal1-10/+15
2016-07-05greybus: added warning message in case of missing widgetVaibhav Agarwal1-0/+2
2016-07-05greybus: audio: topology: Add helper API to map controlid with widget nameVaibhav Agarwal1-0/+16
2016-06-10greybus: Remove extra blank linesViresh Kumar1-1/+0
2016-06-10greybus: audio: Ratelimit err messages in bundle, topology driverVaibhav Agarwal1-11/+12
2016-06-06greybus: audio: Report warning in case module is already removedVaibhav Agarwal1-0/+2
2016-04-05greybus: audio: Update device type based on widget typesVaibhav Agarwal1-0/+5
2016-03-31greybus: audio: Added jack support to audio moduleVaibhav Agarwal1-0/+1
2016-03-31greybus: audio: Fix widget pointer update during control parsingVaibhav Agarwal1-1/+1
2016-03-29greybus: audio: Use single codec driver registrationVaibhav Agarwal1-216/+192
2016-02-02greybus: audio: use variable 'is_connected' to maintain module stateVaibhav Agarwal1-0/+12
2016-02-02greybus: audio: codec driver cleanupVaibhav Agarwal1-90/+9
2016-01-27greybus: audio_codec: convert to bundle driverViresh Kumar1-6/+12
2016-01-13greybus: audio: cleanup unnecessary dev_err messagesVaibhav Agarwal1-5/+5
2016-01-13greybus: audio: Add topology parser for GB codecVaibhav Agarwal1-0/+1114