summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_topology.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: audio: Check null pointerJiasheng Jiang2022-01-061-0/+15
* staging: greybus: fix stack size warning with UBSANArnd Bergmann2021-12-201-47/+45
* staging: greybus: audio: Fix sparse warning.Rajat Asthana2021-05-201-2/+2
* staging/greybus: eliminate use of NAME_SIZE for stringsKumar Kartikeya Dwivedi2021-03-101-6/+6
* staging: greybus: Switch from strlcpy to strscpyKumar Kartikeya Dwivedi2021-02-041-3/+3
* staging: greybus: use __force when assigning __u8 value to snd_ctl_elem_type_tCoiby Xu2020-10-051-1/+1
* staging: greybus: fix warnings about endianness detected by sparseCoiby Xu2020-10-051-9/+9
* staging: greybus: audio: fix uninitialized value issueVaibhav Agarwal2020-08-181-14/+15
* drivers: staging: audio: Fix the missing header file for helper fileVaibhav Agarwal2020-07-291-4/+4
* staging: greybus: audio: Resolve compilation error in topology parserVaibhav Agarwal2020-07-291-66/+57
* Staging: greybus: Blank lines not required before '}'Bhanusree Pola2019-02-261-1/+0
* staging: greybus: Parenthesis alignmentCristian Sicilia2018-11-261-31/+32
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* staging: greybus: fix spelling mistake: "Inavlid" -> "Invalid"Colin Ian King2018-05-251-1/+1
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0
* staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: greybus: audio: Ensure proper byte orderVaibhav Agarwal2017-01-191-44/+50
* staging: greybus: audio: Avoid less than zero check for le32 variableVaibhav Agarwal2017-01-191-6/+2
* staging: greybus: audio_topology: Fix spaces between operator and stringEmmanuil Chatzipetru2017-01-051-1/+1
* drivers: staging: greybus: Fixed CHECKS for brace issuesChase Metzger2016-10-161-2/+5
* staging: greybus: Add blank line after declarationElizabeth Ferdman2016-10-161-0/+1
* greybus: audio: fix uninitialized variable errors found by cppcheckVaibhav Agarwal2016-09-271-2/+3
* staging: greybus: audio: delete unnecessary parenthesesEva Rachel Retuya2016-09-221-1/+1
* greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal2016-09-021-0/+7
* greybus: audio: Remove unnecessary num_jack field from module_infoVaibhav Agarwal2016-09-021-1/+0
* greybus: Use valid control pointer while freeing memoryVaibhav Agarwal2016-08-181-1/+1
* greybus: audio: Add check for invalid index while mapping controlVaibhav Agarwal2016-08-181-0/+6
* greybus: audio: Update parameters for gbaudio_module_update APIVaibhav Agarwal2016-08-041-4/+2
* greybus: audio: add runtime pm to enumerated control and DAPM widgetDavid Lin2016-07-261-0/+47
* greybus: audio_topology: Fix compile warningViresh Kumar2016-07-171-2/+2
* greybus: audio: add runtime pm supportDavid Lin2016-07-141-0/+47
* greybus: audio: topology: Enable enumerated control supportVaibhav Agarwal2016-07-051-39/+319
* greybus: audio: topology: Use csize while computing next_ptr in parserVaibhav Agarwal2016-07-051-10/+15
* greybus: added warning message in case of missing widgetVaibhav Agarwal2016-07-051-0/+2
* greybus: audio: topology: Add helper API to map controlid with widget nameVaibhav Agarwal2016-07-051-0/+16
* greybus: Remove extra blank linesViresh Kumar2016-06-101-1/+0
* greybus: audio: Ratelimit err messages in bundle, topology driverVaibhav Agarwal2016-06-101-11/+12
* greybus: audio: Report warning in case module is already removedVaibhav Agarwal2016-06-061-0/+2
* greybus: audio: Update device type based on widget typesVaibhav Agarwal2016-04-051-0/+5
* greybus: audio: Added jack support to audio moduleVaibhav Agarwal2016-03-311-0/+1
* greybus: audio: Fix widget pointer update during control parsingVaibhav Agarwal2016-03-311-1/+1
* greybus: audio: Use single codec driver registrationVaibhav Agarwal2016-03-291-216/+192
* greybus: audio: use variable 'is_connected' to maintain module stateVaibhav Agarwal2016-02-021-0/+12
* greybus: audio: codec driver cleanupVaibhav Agarwal2016-02-021-90/+9
* greybus: audio_codec: convert to bundle driverViresh Kumar2016-01-271-6/+12
* greybus: audio: cleanup unnecessary dev_err messagesVaibhav Agarwal2016-01-131-5/+5
* greybus: audio: Add topology parser for GB codecVaibhav Agarwal2016-01-131-0/+1114