summaryrefslogtreecommitdiff
path: root/sound/soc/intel
AgeCommit message (Expand)AuthorFilesLines
2014-07-14ASoC: Intel: Add dummy read for SRAM block enableJie Yang1-0/+13
2014-07-14ASoC: Intel: Cleanup HSW pcm format supportJie Yang2-10/+19
2014-06-24ASoC: Intel: byt-max98090: Do not enable MAX98090 microphone detectionJarkko Nikula1-7/+3
2014-06-24ASoC: Intel: byt-max98090: Fix jack type in order to report correctlyJarkko Nikula1-1/+2
2014-06-24ASoC: Intel: byt-max98090: Do not report SND_JACK_LINEINJarkko Nikula1-1/+1
2014-06-24ASoC: Intel: byt-max98090: Fix mic detect GPIO polarityJarkko Nikula1-0/+1
2014-06-24ASoC: Intel: byt-max98090: Move MICBIAS widget to supply of Headset MicJarkko Nikula1-2/+1
2014-06-03Merge remote-tracking branches 'asoc/topic/gpio' and 'asoc/topic/intel' into ...Mark Brown10-43/+233
2014-06-01ASoC: intel: The Baytrail/MAX98090 driver depends on I2CMark Brown1-1/+1
2014-06-01ASoC: Intel: byt-rt5640: Use card PM ops from coreJarkko Nikula1-12/+1
2014-06-01ASoC: Intel: Use devm_snd_soc_register_cardJarkko Nikula2-21/+2
2014-06-01ASoC: Intel: remove duplicate headersAndy Shevchenko3-3/+0
2014-06-01ASoC: Intel: Clear stored Baytrail DSP DMA pointer before stream startJarkko Nikula1-0/+1
2014-06-01ASoC: Intel: byt/hsw: Add missing kthread_stop to error/cleanup pathImre Deak2-5/+12
2014-06-01ASoC: Intel: Add Baytrail byt-max98090 machine driverJarkko Nikula4-0/+215
2014-05-26ASoC: Intel: avoid format string leak to thread nameKees Cook2-2/+2
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'aso...Mark Brown12-333/+554
2014-05-22Merge remote-tracking branch 'asoc/topic/dapm-init' into asoc-nextMark Brown2-12/+0
2014-05-22Merge remote-tracking branch 'asoc/topic/component' into asoc-nextMark Brown1-4/+4
2014-05-19ASoC: Intel: Fix pcm stream context restore crashKevin Strasser1-1/+3
2014-05-19ASoC: Remove needless snd_soc_dapm_enable_pin() from machine driver initsJarkko Nikula2-11/+0
2014-05-19ASoC: Remove needless snd_soc_dapm_sync() from machine driver initsJarkko Nikula1-1/+0
2014-05-16ASoC: Intel: remove codec memeber from codec structsVinod Koul3-7/+0
2014-05-16ASoC: Intel: add drain_notify supportVinod Koul2-0/+13
2014-05-16ASoC: Intel: Revert "rename pcm dias to media dai"Vinod Koul1-19/+19
2014-05-15ASoC: Intel: Fix simultaneous Baytrail SST capture and playbackJarkko Nikula1-1/+1
2014-05-14ASoC: Intel: Only export one Baytrail DAILiam Girdwood2-18/+3
2014-05-14ASoC: Intel: Make Baytrail PCM data per stream rather than per DAI deviceLiam Girdwood1-8/+8
2014-05-13Merge branch 'fix/intel' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown11-62/+129
2014-05-13ASoC: Intel: Fix Baytrail SST DSP firmware loadingJarkko Nikula1-1/+1
2014-05-13ASoC: Intel: Use ACPI device for Baytrail PCM buffer allocationJarkko Nikula1-5/+3
2014-05-13ASoC: Intel: Allow byt-5640 machine driver and SST core go to suspendJarkko Nikula1-2/+12
2014-05-13ASoC: Intel: Add Baytrail suspend/resume supportLiam Girdwood3-1/+179
2014-05-13ASoC: Intel: Allow Rx/Tx message list can be cleared prior to suspendLiam Girdwood1-0/+18
2014-05-13ASoC: Intel: Move Baytrail extended fw address saving to sst_byt_boot()Jarkko Nikula1-7/+7
2014-05-13ASoC: Intel: Pass stream start position to sst_byt_stream_start()Jarkko Nikula3-4/+6
2014-05-13ASoC: Intel: Simplify Baytrail stream control IPC constructionJarkko Nikula1-19/+15
2014-05-13ASoC: Intel: Sample Baytrail DSP DMA pointer only after each periodJarkko Nikula1-13/+13
2014-05-09ASoC: Intel: Build Medfield compressed opsMark Brown1-1/+1
2014-05-08ASoC: Intel: rename pcm dias to media daiVinod Koul1-19/+19
2014-05-08ASoC: Intel: remove unused sst-mfld platform daisVinod Koul1-30/+0
2014-05-08ASoC: Intel: split the pcm and compress to different filesVinod Koul3-200/+232
2014-05-08ASoC: Intel: mark sst_set_stream_status as non staticVinod Koul2-1/+2
2014-05-08ASoc: Intel: rename sst-mfld-platform.cVinod Koul2-1/+1
2014-05-08ASoC: Intel: remove FSF snail mail addressVinod Koul3-16/+0
2014-05-08ASoC: Intel: move component registration blobVinod Koul1-4/+5
2014-05-08ASoC: Intel: Add support to unload/reload firmware modules.Liam Girdwood2-0/+40
2014-05-07ASoC: Intel: Fix block offset calculations.Liam Girdwood1-5/+3
2014-05-05ASoC: Intel: Fix check for pdata usage before dereference.Liam Girdwood1-1/+3
2014-05-02ASoC: Intel: Fix stream position pointer.Liam Girdwood3-7/+29