summaryrefslogtreecommitdiff
path: root/sound/soc/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-05-0228-424/+1371
|\
| * Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-04-3028-424/+1371
| |\
| | * ASoC: Intel: Skylake: Return negative error codeGuneshwor Singh2017-04-301-5/+7
| | * ASoC: Intel: Skylake: Fix unused variable warningVinod Koul2017-04-301-2/+0
| | * ASoC: Intel: Skylake: fix uninitialized pointer useArnd Bergmann2017-04-301-1/+1
| | * ASoC: Intel: Skylake: Add loadable module support on KBL platformSodhi, VunnyX2017-04-262-6/+60
| | * ASoC: Intel: Skylake: Modify load_lib_ipc arguments for a nowait versionSubhransu S. Prusty2017-04-263-4/+8
| | * ASoC: Intel: Skylake: Register dsp_fw_ops for kabylakeSubhransu S. Prusty2017-04-263-1/+34
| | * ASoC: Intel: Skylake: Modify arguments to reuse module transfer functionG Kranthi2017-04-261-6/+9
| | * ASoC: Intel: Skylake: Commonize library loadSubhransu S. Prusty2017-04-263-34/+54
| | * ASoC: Intel: Skylake: Move sst common initialization to a helper functionG Kranthi2017-04-264-49/+51
| | * ASoC: bytcr_rt5640: log quirk configuration errorsPierre-Louis Bossart2017-04-251-25/+75
| | * ASoC: bytcr_rt5640: Fix a typo and quirk parameter typeTakashi Iwai2017-04-251-2/+2
| | * ASoC: bytcr_rt5640: Allow quirk set via module optionTakashi Iwai2017-04-241-0/+9
| | * ASoC: Call snd_soc_set_dmi_name() unconditionallyTakashi Iwai2017-04-241-3/+0
| | * ASoC: Intel: Skylake: Fix a couple user after free bugsDan Carpenter2017-04-212-4/+4
| | * ASoC: Intel: Skylake: Uninitialized variable in probe_codec()Dan Carpenter2017-04-211-1/+1
| | * ASoC: Intel: Atom: update Thinkpad 10 quirkPierre-Louis Bossart2017-04-181-1/+15
| | * ASoC: Intel: Skylake: Add support for deferred DSP module bindJeeja KP2017-04-124-1/+127
| | * ASoC: Intel: bxtn: fix spelling mistake: "Timout" -> "Timeout"Colin Ian King2017-03-301-1/+1
| | * ASoC: Intel: Skylake: Fix module state after unbind and deleteJeeja KP2017-03-292-1/+6
| | * ASoC: Intel: Skylake: Fix DMA position reporting for capture streamHardik T Shah2017-03-291-2/+21
| | * ASoC: Intel: Skylake: Rearrangement of code to cleanup SKL SST libraryJeeja KP2017-03-296-81/+70
| | * ASoC: Intel: Skylake: remove hard coded ACPI pathVinod Koul2017-03-291-4/+3
| | * ASoC: Intel: Skylake: Remove redundant vmixer handlerVinod Koul2017-03-291-31/+1
| | * ASoC: Intel: Skylake: Don't unload module when in useVinod Koul2017-03-291-0/+5
| | * ASoC: Intel: Skylake: Add 16-bit constraint to FE bxt_rt298 machineG Kranthi2017-03-291-0/+3
| | * ASoC: Intel: Skylake: Use the sig_bits to define dai bps capabilityJeeja KP2017-03-293-3/+26
| | * ASoC: intel: remove unused variable data and associated codeColin Ian King2017-03-271-6/+0
| | * ASoC: intel: Don't print FW version repeatedlyTakashi Iwai2017-03-271-1/+3
| | * ASoC: Intel: Update bxt_da7219_max98357a to add a newHarsha Priya2017-03-211-44/+53
| | * ASoC: Intel: Skylake: Fix parameter overwrite for KPB ModuleDharageswari R2017-03-151-18/+29
| | * ASoC: Intel: Skylake: Fix module load when module size > DMA buffer sizeJeeja KP2017-03-156-43/+110
| | * ASoC: Intel: Skylake: Remove get dsp_ops in cleanup routineG Kranthi2017-03-152-6/+4
| | * ASoC: Intel: Skylake: Disable notifications at boot after DSP FW initG Kranthi2017-03-153-1/+4
| | * ASoC: Intel: Skylake: Remove BE prepare opsJeeja KP2017-03-151-18/+0
| | * ASoC: Intel: bxtn: Reload the firmware in case of D3 failureJeeja KP2017-03-151-1/+7
| | * ASoC: Intel: bxtn: Update DSP core state in D0Jeeja KP2017-03-152-2/+5
| | * ASoC: Intel: bxtn: Disable interrupt when DSP is in D3Jeeja KP2017-03-151-0/+5
| | * ASoC: Intel: Skylake: Fix not to stop src pipe in pre pmd event handlerGuneshwor Singh2017-03-151-9/+0
| | * ASoC: Intel: Skylake: Fix to delete DSP pipe after stopping pipeJeeja KP2017-03-151-1/+1
| | * ASoC: Intel: Enable bytcht_nocodec machine driverPierre-Louis Bossart2017-03-131-1/+16
| | * ASoC: Intel: boards: add card for MinnowBoardMax/Up I2S accessPierre-Louis Bossart2017-03-133-0/+222
| | * ASoC: Intel: Atom: enable BYT/CHT+DA7213 machine driverPierre-Louis Bossart2017-03-131-0/+8
| | * ASoC: Intel: add machine driver for BYT/CHT + DA7213Pierre-Louis Bossart2017-03-133-0/+297
| | * ASoC: Intel: Skylake: code cleanup for pin fixup limitationTakashi Sakamoto2017-03-131-5/+3
| | * ASoC: Intel: Skylake: use a helper macro to rounding-up calculationTakashi Sakamoto2017-03-081-14/+4
| | * ASoC: Intel: bxtn: optimize ROM init retriesJeeja KP2017-03-071-11/+16
| | * ASoC: Intel: bxtn: Store the FW/Library context at bootJeeja KP2017-03-071-19/+36
| | * ASoC: Intel: bdw-rt5677: Use devm_gpiod_get()Andy Shevchenko2017-03-071-3/+2