summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/audio_module.c
Commit message (Expand)AuthorAgeFilesLines
* staging: greybus: Parenthesis alignmentCristian Sicilia2018-11-261-10/+10
* staging: greybus: Remove redundant license textGreg Kroah-Hartman2017-11-111-2/+0Star
* 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-1/+1
* staging: greybus: audio_module: remove redundant OOM messageSrikant Ritolia2016-12-071-3/+1Star
* staging: greybus: audio: remove redundant slot fieldPankaj Bharadiya2016-10-241-1/+0Star
* staging: greybus: audio: Rename cport with intf_idPankaj Bharadiya2016-10-171-1/+1
* staging: greybus: remove CONFIG_PM_RUNTIME from kernel_ver.hGreg Kroah-Hartman2016-09-191-1/+1
* greybus: audio: Avoid reporting spurious button eventsVaibhav Agarwal2016-09-021-5/+8
* greybus: audio: Report jack events conditionallyVaibhav Agarwal2016-09-021-7/+29
* greybus: audio: Fetch jack_mask, button_mask from module's topology dataVaibhav Agarwal2016-09-021-8/+7Star
* greybus: Remove unused field from data_connectionVaibhav Agarwal2016-08-041-2/+0Star
* greybus: audio: Add id to identify data connectionVaibhav Agarwal2016-08-041-0/+1
* greybus: audio: add runtime pm supportDavid Lin2016-07-141-0/+51
* greybus: Remove extra blank linesViresh Kumar2016-06-111-2/+0Star
* greybus: audio: Ratelimit err messages in bundle, topology driverVaibhav Agarwal2016-06-101-10/+15
* greybus: audio: Report DISCONNECT event after resource cleanup.Vaibhav Agarwal2016-06-071-1/+3
* greybus: audio: Fix memory leakVaibhav Agarwal2016-05-231-1/+1
* greybus: audio: mark the data connection as offloadedJohan Hovold2016-05-131-11/+1Star
* greybus: audio: Use standard API to set connections' private dataVaibhav Agarwal2016-05-041-2/+2
* greybus: audio: Reorganize sequence in GB audio bundle & codec driverVaibhav Agarwal2016-05-041-10/+11
* greybus: audio: Remove redundant lock protection & is_connected fieldVaibhav Agarwal2016-05-041-9/+0Star
* greybus: audio: Cleanup GB Audio bundle driver.Vaibhav Agarwal2016-05-041-12/+1Star
* greybus: audio: Identify jack type based on attributes reportedVaibhav Agarwal2016-04-261-12/+3Star
* greybus: audio: Changes in response to ASoC cleanupVaibhav Agarwal2016-04-261-1/+0Star
* greybus: audio: Update device type based on widget typesVaibhav Agarwal2016-04-051-2/+2
* greybus: audio_manager: Split device type into i/p & o/p devicesVaibhav Agarwal2016-04-051-1/+2
* greybus: audio: Added jack support to audio moduleVaibhav Agarwal2016-03-311-5/+137
* greybus: audio: Add module specific driverVaibhav Agarwal2016-03-291-0/+309