aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-11ASoC: sdm845: add rt5663 codec selectArnd Bergmann1-0/+1
2018-12-10ASoC: Intel: kbl_da7219_max98927: fix the audio jack button remappingZhuohao Lee1-3/+3
2018-12-10ASoC: Intel: bytcr_rt5640: Add quirk for the Point of View Mobii TAB-P1005W-232Hans de Goede1-0/+13
2018-12-10ASoC: Intel: bytcr_rt5640: Add quirk for the Prowise PT301 tabletHans de Goede1-0/+14
2018-12-07ASoC: max9867: Add copyright and module authorLadislav Michl1-11/+9
2018-12-07ASoC: sdm845: Add configuration for headset codecCheng-Yi Chiang1-0/+21
2018-12-07ASoC: sdm845: Add TDM configuration for speakerCheng-Yi Chiang1-1/+68
2018-12-07ASoC: max9867: Fix signal pathsLadislav Michl2-94/+102
2018-12-07ASoC: max9867: Calculate LRCLK dividerLadislav Michl2-128/+110
2018-12-07ASoC: max9867: Fix power managementLadislav Michl2-28/+46
2018-12-07ASoC: max9867: Remove useless assignmentLadislav Michl1-4/+2
2018-12-06ASoC: rt5660: Add a new ACPI match IDHui Wang1-0/+1
2018-12-06ASoC: codecs: ak4104: move to GPIO consumer APIDaniel Mack1-15/+7
2018-12-06ASoC: codecs: cs4270: move to GPIO consumer APIDaniel Mack1-16/+7
2018-12-06ASoC: Use of_node_name_eq for node name comparisonsRob Herring2-4/+4
2018-12-06ASoC: use dma_ops of parent device for acp_audio_dmaYu Zhao1-2/+5
2018-12-06ASoC: use DMA addr rather than CPU pa for acp_audio_dmaYu Zhao2-11/+6
2018-12-06ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook GnawtyHans de Goede1-0/+7
2018-12-04ASoC: max98373: Added max98373_reset for stable amp resetRyan Lee1-6/+29
2018-12-04ASoC: audio-graph-card: use cpu/codec pointer on graph_dai_propsKuninori Morimoto1-23/+34
2018-12-04ASoC: audio-graph-scu-card: care multi DPCM codec_confKuninori Morimoto1-11/+29
2018-12-04ASoC: audio-graph-scu-card: use cpu/codec pointer on graph_dai_propsKuninori Morimoto1-23/+49
2018-12-04ASoC: audio-graph-scu-card: care link / dai countKuninori Morimoto1-14/+62
2018-12-04ASoC: simple-card-utils: fixup asoc_simple_card_get_dai_id() countingKuninori Morimoto1-19/+3
2018-12-04ASoC: rsnd: add missing TDM Split mode support for simple-cardKuninori Morimoto1-2/+51
2018-12-04ASoC: rsnd: fixup mod ID for CTU regmap read/writeKuninori Morimoto3-3/+13
2018-12-04ASoC: rsnd: indicates Channel and Mode for debugKuninori Morimoto1-1/+9
2018-12-03ASoC: intel: cht_bsw_max98090_ti: Add pmc_plt_clk_0 quirk for Chromebook ClapperHans de Goede1-0/+7
2018-12-03ASoC: pxa: remove raumfeld machine driverDaniel Mack3-329/+0
2018-12-03ASoC: Intel: common: add ACPI matching tables for ICLPierre-Louis Bossart2-1/+33
2018-11-29ASoC: au8540: use 64-bit arithmetic instead of 32-bitYoung_X1-1/+1
2018-11-28ASoC: pcm3168a: Don't disable pcm3168a when CONFIG_PM definedJiada Wang1-7/+11
2018-11-28ASoC: dmic: introduce module_param wakeup_delayJenny TC1-0/+5
2018-11-28ASoC: dmic: introduce mode switch delayJenny TC1-0/+35
2018-11-28ASoC: qcom: sdm845: Create and setup jack in init callbackCheng-Yi Chiang1-2/+55
2018-11-28ASoC: qcom: sdm845: Add board specific dapm widgetsCheng-Yi Chiang1-0/+10
2018-11-28ASoC: davinci-mcasp: Implement configurable dismod handlingPeter Ujfalusi2-1/+19
2018-11-28ASoC: davinci-mcasp: Update PDIR (pin direction) register handlingPeter Ujfalusi2-32/+85
2018-11-28ASoC: davinci-mcasp: Clear TXSTAT register before activating serializersPeter Ujfalusi1-0/+2
2018-11-28ASoC: Intel: Skylake: Add FW reply for MCLK/SCLK IPCSubhransu S. Prusty1-0/+6
2018-11-28ASoC: Intel: Skylake: Make DSP replies more human readableSubhransu S. Prusty1-11/+33
2018-11-28ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()Kuninori Morimoto2-8/+12
2018-11-27Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai24-258/+358
2018-11-26ASoC: max9867: Fix whitespaceLadislav Michl1-7/+5
2018-11-26ASoC: amd: Fix a NULL vs IS_ERR() check in probeDan Carpenter1-2/+2
2018-11-23ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLEPeter Ujfalusi1-0/+9
2018-11-23ASoC: omap-mcpdm: Add pm_qos handling to avoid under/overruns with CPU_IDLEPeter Ujfalusi1-1/+42
2018-11-23ASoC: omap-mcbsp: Fix latency value calculation for pm_qosPeter Ujfalusi1-3/+3
2018-11-23ASoC: audio-graph-card: tidyup define positionKuninori Morimoto1-5/+5
2018-11-23ASoC: audio-graph-card: tidyup typo SND_AUDIO_GRAPH_CARDKuninori Morimoto1-1/+1