aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26staging: greybus: Parenthesis alignmentCristian Sicilia1-10/+10
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-1/+1
2016-12-07staging: greybus: audio_module: remove redundant OOM messageSrikant Ritolia1-3/+1
2016-10-24staging: greybus: audio: remove redundant slot fieldPankaj Bharadiya1-1/+0
2016-10-17staging: greybus: audio: Rename cport with intf_idPankaj Bharadiya1-1/+1
2016-09-19staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGreg Kroah-Hartman1-1/+1
2016-09-02greybus: audio: Avoid reporting spurious button eventsVaibhav Agarwal1-5/+8
2016-09-02greybus: audio: Report jack events conditionallyVaibhav Agarwal1-7/+29
2016-09-02greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal1-8/+7
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-07-14greybus: audio: add runtime pm supportDavid Lin1-0/+51
2016-06-10greybus: Remove extra blank linesViresh Kumar1-2/+0
2016-06-10greybus: audio: Ratelimit err messages in bundle, topology driverVaibhav Agarwal1-10/+15
2016-06-06greybus: audio: Report DISCONNECT event after resource cleanup.Vaibhav Agarwal1-1/+3
2016-05-23greybus: audio: Fix memory leakVaibhav Agarwal1-1/+1
2016-05-13greybus: audio: mark the data connection as offloadedJohan Hovold1-11/+1
2016-05-04greybus: audio: Use standard API to set connections' private dataVaibhav Agarwal1-2/+2
2016-05-04greybus: audio: Reorganize sequence in GB audio bundle & codec driverVaibhav Agarwal1-10/+11
2016-05-04greybus: audio: Remove redundant lock protection & is_connected fieldVaibhav Agarwal1-9/+0
2016-05-04greybus: audio: Cleanup GB Audio bundle driver.Vaibhav Agarwal1-12/+1
2016-04-25greybus: audio: Identify jack type based on attributes reportedVaibhav Agarwal1-12/+3
2016-04-25greybus: audio: Changes in response to ASoC cleanupVaibhav Agarwal1-1/+0
2016-04-05greybus: audio: Update device type based on widget typesVaibhav Agarwal1-2/+2
2016-04-05greybus: audio_manager: Split device type into i/p & o/p devicesVaibhav Agarwal1-1/+2
2016-03-31greybus: audio: Added jack support to audio moduleVaibhav Agarwal1-5/+137
2016-03-29greybus: audio: Add module specific driverVaibhav Agarwal1-0/+309