aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_codec.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-18staging: greybus: remove extern prototypesPayal Kshirsagar1-61/+61
2018-11-09staging: greybus: correct SPDX License IdentifierIoannis Valasakis1-1/+1
2018-04-23staging: greybus: Fix warning to limit chars per lineGaurav Dhingra1-1/+4
2018-01-22staging: greybus: audio_codec.h Fix alignment should match open parenthesisKamal Heib1-1/+1
2018-01-22staging: greybus: audio_codec.h: Prefer kernel type 'u32' over 'uint32_t'Kamal Heib1-5/+5
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: Cleanup junk codec registersVaibhav Agarwal1-46/+0
2016-10-24staging: greybus: audio: remove redundant slot fieldPankaj Bharadiya1-1/+0
2016-09-20staging: greybus: use preferred kernel type u16Chaehyun Lim1-8/+8
2016-09-20staging: greybus: use preferred kernel type u8Chaehyun Lim1-9/+9
2016-09-02greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal1-4/+4
2016-09-02greybus: audio: Remove unnecessary num_jack field from module_infoVaibhav Agarwal1-1/+0
2016-08-18greybus: audio: Add check for invalid index while mapping controlVaibhav Agarwal1-0/+1
2016-08-04greybus: audio: Maintain module stream state for each data connectionVaibhav Agarwal1-3/+2
2016-08-04greybus: audio: Maintain runtime stream params for each DAIVaibhav Agarwal1-3/+10
2016-08-04greybus: Remove unused field from data_connectionVaibhav Agarwal1-2/+0
2016-08-04greybus: audio: Add id to identify data connectionVaibhav Agarwal1-0/+1
2016-08-04greybus: audio: Update parameters for gbaudio_module_update APIVaibhav Agarwal1-3/+3
2016-08-03greybus: audio: Remove GET_TX/RX_DELAY message typesMark Greer1-4/+0
2016-08-03greybus: audio: apbridgea: Remove GET_TX/RX_DELAY message typesMark Greer1-4/+0
2016-07-05greybus: audio: topology: Add helper API to map controlid with widget nameVaibhav Agarwal1-0/+1
2016-05-04greybus: audio: Remove redundant lock protection & is_connected fieldVaibhav Agarwal1-2/+0
2016-04-05greybus: audio: Update device type based on widget typesVaibhav Agarwal1-0/+17
2016-03-31greybus: audio: Added jack support to audio moduleVaibhav Agarwal1-0/+15
2016-03-29greybus: audio: Use single codec driver registrationVaibhav Agarwal1-36/+60
2016-03-01greybus: audio: Split start and stop APBridgeA requestsMark Greer1-0/+8
2016-02-29greybus: audio: Register CPorts for specific directionsMark Greer1-2/+4
2016-02-17greybus: audio: schedule workqueue to perform codec cleanup on module removalVaibhav Agarwal1-0/+1
2016-02-02greybus: audio: use variable 'is_connected' to maintain module stateVaibhav Agarwal1-1/+9
2016-02-02greybus: audio: codec driver cleanupVaibhav Agarwal1-15/+6
2016-01-27greybus: audio_codec: convert to bundle driverViresh Kumar1-0/+7
2016-01-13greybus: audio: Cleanup GB protocol connections in case of abrupt codec removalVaibhav Agarwal1-0/+3
2016-01-13greybus: audio: Report uevent on GB codec module insertion/removalVaibhav Agarwal1-0/+3
2016-01-13greybus: audio: Add topology parser for GB codecVaibhav Agarwal1-0/+31
2016-01-13greybus: audio: Use greybus connection device for codec registrationVaibhav Agarwal1-5/+36
2016-01-13greybus: audio: Build audio module conditionallyVaibhav Agarwal1-0/+146