summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: atom: Take the drv->lock mutex before calling sst_send_slot_map()Hans de Goede2020-05-021-0/+2
* ASoC: Intel: mrfld: return error codes when an error occursColin Ian King2020-04-241-1/+1
* ASoC: Intel: mrfld: fix incorrect check on p->sinkColin Ian King2020-04-241-1/+1
* ASoC: intel: skl: Fix possible buffer overflow in debug outputsTakashi Iwai2020-03-111-14/+14
* ASoC: intel: skl: Fix pin debug printsTakashi Iwai2020-03-111-1/+3
* ASoC: Intel: kbl_rt5663_rt5514_max98927: Add dmic format constraintYu-Hsuan Hsu2019-12-311-0/+3
* ASoC: Intel: Fix use of potentially uninitialized variableAmadeusz Sławiński2019-10-051-0/+2
* ASoC: Intel: Skylake: Use correct function to access iomem spaceAmadeusz Sławiński2019-10-051-1/+1
* ASoC: Intel: NHLT: Fix debug print formatAmadeusz Sławiński2019-10-051-1/+1
* ASoC: Intel: avoid Oops if DMA setup failsRoss Zwisler2019-05-101-2/+6
* ASoC: Intel: kbl: fix wrong number of channelsTzung-Bi Shih2019-05-101-1/+1
* ASoC: Intel: Haswell/Broadwell: fix setting for .dynamic fieldRander Wang2019-03-052-2/+2
* ASoC: Intel: mrfld: fix uninitialized variable accessArnd Bergmann2019-02-121-4/+4
* ASoC: atom: fix a missing check of snd_pcm_lib_malloc_pagesKangjie Lu2019-01-311-1/+7
* ASoC: intel: skylake: Add missing break in skl_tplg_get_token()Takashi Iwai2018-11-131-0/+1
* sound: don't call skl_init_chip() to reset intel skl socYu Zhao2018-10-181-1/+1
* ASoC: Intel: cht_bsw_max98090_ti: Fix jack initializationThierry Escande2018-08-171-14/+31
* ASoC: Intel: sst: remove redundant variable dma_dev_nameColin Ian King2018-06-051-2/+0
* ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'Christophe JAILLET2018-04-121-1/+1
* ASoC: Intel: cht_bsw_rt5645: Analog Mic supportHans de Goede2018-04-121-0/+7
* ASoC: Intel: Skylake: Disable clock gating during firmware and library downloadPardha Saradhi K2018-04-122-0/+8
* ASoC: Intel: kbl: fix jack nameVinod Koul2018-03-151-1/+1
* ASoC: Intel: Skylake: Fix jack name format substitutionChintan Patel2018-03-151-0/+2
* ASoC: acpi: fix machine driver selection based on quirkPierre-Louis Bossart2018-02-221-5/+3
* ASoC: skl: Fix kernel warning due to zero NHTL entryTakashi Iwai2018-02-161-1/+2
* ASoC: Intel: Skylake: Fix uuid_module memory leak in failure casePankaj Bharadiya2017-12-201-4/+11
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-026-0/+6
*-. Merge remote-tracking branches 'asoc/topic/hisi', 'asoc/topic/img', 'asoc/top...Mark Brown2017-09-011-12/+0
|\ \
| | * ASoC: intel: Remove superfluous snd_soc_jack_free_gpios() callTakashi Iwai2017-08-221-12/+0
| |/
* | Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2017-09-0126-265/+2285
|\ \
| * | ASoC: Intel: Skylake: Add IPC to configure the copier secondary pinsPradeep Tewani2017-09-012-5/+53
| * | ASoC: Intel: kbl: Add map for Maxim IV FeedbackNaveen Manohar2017-08-292-0/+10
| * | ASoC: Intel: kbl: Add jack port initialize in kbl machine driversNaveen M2017-08-292-2/+12
| * | ASoC: Intel: kbl: Add MST route change to kbl machine driversNaveen M2017-08-292-10/+5
| * | ASoC: Intel: Skylake: Update module id in pin connectionsJeeja KP2017-08-252-3/+39
| * | ASoC: Intel: Skylake: Parse and update module config structureRamesh Babu2017-08-254-95/+334
| * | ASoC: Intel: Skylake: Populate module data from topology manifestShreyas NC2017-08-251-4/+316
| * | ASoC: Intel: Skylake: Add driver structures to be filled from topology manifestShreyas NC2017-08-252-0/+54
| * | ASoC: Intel: Skylake: Commonize parsing of format tokensShreyas NC2017-08-251-21/+26
| * | ASoC: Intel: Skylake: Parse multiple manifest data blocksShreyas NC2017-08-251-7/+5
| * | ASoC: Intel: Skylake: Fix uninitialized returnSubhransu S. Prusty2017-08-231-1/+1
| * | ASoC: Intel: Skylake: Fix DSP core ref count for init failureSubhransu S. Prusty2017-08-231-2/+2
| * | ASoC: Intel: Skylake: Fix to free correct dev id in free_irqSubhransu S. Prusty2017-08-231-1/+1
| * | ASoC: Intel: Skylake: Fix to free resources for dsp_init failureSubhransu S. Prusty2017-08-231-7/+19
| * | ASoC: Intel: Skylake: Fix to free dsp resource on ipc_init failureSubhransu S. Prusty2017-08-233-3/+9
| * | ASoC: Intel: Headset button support in kabylake machine driverHarsha Priya N2017-08-221-0/+8
| * | ASoC: Intel: kbl: Enabling ASRC for RT5663 codec on kabylake platformHarsha Priya N2017-08-171-3/+5
| * | ASoC: Intel: Skylake: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
| * | ASoC: Intel: Atom: make snd_pcm_hardware constBhumika Goyal2017-08-171-1/+1
| * | ASoC: Intel: kbl_rt5663_rt5514_max98927: Add rt5514 spi dailinkHarsha Priya N2017-08-172-1/+11