summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/skylake
Commit message (Expand)AuthorAgeFilesLines
...
| * ASoC: Intel: Skylake: Fix the module state check conditionJeeja KP2016-02-041-1/+1
| * ASoC: Intel: Skylake: Fix return of skl_get_queue_indexJeeja KP2016-02-041-2/+2
| * ASoC: Intel: Skylake: Fix pipe memory allocation leakDharageswari.R2016-02-041-13/+29
| * ASoC: Intel: Skylake: Fix mcps freeup after module unbind failureGuneshwor Singh2016-02-041-5/+2
| * ASoC: Intel: Skylake: Fix delay wrap conditionGuneshwor Singh2016-02-041-0/+1
| * ASoC: Intel: Skylake: Fix the memory overwrite of tlv bufferVinod Koul2016-02-041-0/+7
| * ASoC: Intel: Skylake: Fix memory leakSudip Mukherjee2016-01-221-0/+1
* | Merge tag 'asoc-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2016-01-115-14/+126
|\ \
| * | ASoC: Intel: Skylake: Add Resume capability in PCM info.Jeeja KP2016-01-101-0/+1
| * | ASoC: Intel: Skylake: Reconfigure Link stream on suspend/resumeJeeja KP2016-01-101-10/+12
| * | ASoC: Intel: Skylake: Add DMA resume position in Trigger resume/suspendJeeja KP2016-01-101-1/+19
| * | ASoC: Intel: Skylake: enable interrupt as wake source in active suspendJeeja KP2016-01-101-0/+4
| * | ASoC: Intel: Skylake: manage link power in active suspendVinod Koul2016-01-101-0/+2
| * | ASoC: Intel: Skylake: Use CGCTL.MISCBDCGE for Phrase detection notificationDharageswari.R2016-01-102-0/+28
| * | ASoC: Intel: Skylake: fix reset controller sequencingJayachandran B2016-01-103-3/+60
| * | Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2016-01-053-1/+8
| |\ \
* | \ \ Merge branch 'for-linus' into for-nextTakashi Iwai2016-01-063-1/+7
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | ASoC: Intel: Skylake: Fix the memory leakVinod Koul2016-01-053-0/+8
| * | ASoC: Intel: Skylake: Revert previous broken fix memory leak fixVinod Koul2016-01-051-1/+0
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'asoc/topic/fsl-spdif', 'asoc/topic/img' and '...Mark Brown2015-12-2313-561/+1436
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * ASoC: Intel: Skylake: Fix to set pipe state to invalid when deletingJeeja KP2015-12-181-0/+2
| | * ASoC: Intel: Skylake: Clear stream registers before stream setupJeeja KP2015-12-181-15/+23
| | * ASoC: Intel: Add Nuvoton+Maxim machine driver entryRohit Ainapure2015-12-181-0/+2
| | * ASoC: Intel: Skylake: pointer math issueDan Carpenter2015-12-161-2/+2
| | * ASoC: Intel: Skylake: Fix a couple signedness bugsDan Carpenter2015-12-161-3/+3
| | * ASoC: Intel: Skylake: Add support for active suspendJeeja KP2015-12-083-2/+55
| | * ASoC: Intel: Skylake: read params from DSP if module is onOmair M Abdullah2015-12-083-0/+22
| | * ASoC: Intel: Skylake: add LARGE_CONFIG_GET IPC supportMousami Jana2015-12-082-0/+56
| | * ASoC: Intel: Skylake: update mailbox uplink window offset and sizeOmair M Abdullah2015-12-081-2/+2
| | * ASoC: Intel: Skylake: Fix module init data correctlyJeeja KP2015-12-083-10/+16
| | * ASoC: Intel: Skylake: Add support for Mic Select moduleDharageswari R2015-12-083-1/+33
| | * ASoC: Intel: Skylake: Add memory pages to widget data.Jeeja KP2015-12-083-0/+3
| | * ASoC: Intel: Skylake: Add support for Loadable modulesDharageswari R2015-12-085-1/+276
| | * ASoC: Intel: Skylake: Add tlv byte kcontrolsJeeja KP2015-12-012-5/+123
| | * ASoC: Intel: Skylake: Add support to configure module paramsJeeja KP2015-12-012-1/+95
| | * ASoC: Intel: Skylake: Add helper routine to handle Algo parameterJeeja KP2015-12-013-1/+38
| | * ASoC: Intel: Skylake: Add helper routines to handle module paramsJeeja KP2015-12-013-4/+20
| | * ASoC: Intel: Skylake: Update DMIC DAIs and capabilitiesJeeja KP2015-12-011-5/+18
| | * ASoC: Intel: Skylake: Move up pipe mem freeVinod Koul2015-11-251-1/+1
| | * ASoC: Intel: Skylake: Poll CLDMA RUN bit when setJeeja KP2015-11-251-14/+29
| | * ASoC: Intel: Skylake: Update pcm capabilityJeeja KP2015-11-251-3/+6
| | * ASoC: Intel: Skylake: Fix to update bit depth for module paramsJeeja KP2015-11-251-2/+18
| | * ASoC: Intel: Skylake: Reconfigure HDA stream register in prepare/resumeJeeja KP2015-11-251-5/+7
| | * ASoC: Intel: Skylake: Fix test of a field addressVinod Koul2015-11-221-4/+2
| | * ASoC: Intel: Skylake: Fix null ptr dereferenced in skl_tplg_bind_sinksJeeja KP2015-11-181-3/+3
| | * ASoC: Intel: Skylake: Fix CLDMA buffer wrap caseJeeja KP2015-11-181-0/+15
| | * ASoC: Intel: Skylake: Reset the DSP when set D3 failsJeeja KP2015-11-181-10/+10
| | * ASoC: Intel: Skylake: Fix cleanup of dma bufferJeeja KP2015-11-182-5/+10
| | * ASoC: Intel: Skylake: Remove redundant init in resumeJeeja KP2015-11-181-4/+0
| | * ASoC: Intel: Skylake: Don't enable WAKEENABLE on suspendJeeja KP2015-11-181-9/+0
OpenPOWER on IntegriCloud