aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-12ASoC: samsung: dmaengine: Allow to specify custom DMA deviceSylwester Nawrocki7-8/+11
2019-02-12ASoC: dmaengine: Extend use of chan_names provided in custom DMA configSylwester Nawrocki1-2/+9
2019-02-12ASoC: dmaengine: Improve of_node test in dmaengine_pcm_request_chan_of()Sylwester Nawrocki1-1/+2
2019-02-12ASoC: samsung: i2s: Fix prescaler setting for the secondary DAISylwester Nawrocki1-1/+7
2019-02-12ASoC: Use __printf markup to silence compilerMathieu Malaterre1-0/+1
2019-02-12tlv320aic32x4: delay i2c access by 1 ms after hardware resetPeter Seiderer1-0/+1
2019-02-12ASoC: mediatek: btcvsd fix rx stream assignKaiChieh Chuang1-1/+1
2019-02-11ASoC: wm8741: Set OSR mode in hw_params()Sergej Sawazki1-1/+11
2019-02-11ASoC: wm8741: Add digital mute callbackSergej Sawazki1-0/+10
2019-02-11ASoC: hdac_hdmi: use devm_kzalloc for all structuresPierre-Louis Bossart1-69/+18
2019-02-11ASoC: mediatek: use %pOFn instead of device_node.nameKaiChieh Chuang2-2/+2
2019-02-11ASoC: pcm3060: Add clock selectKirill Marinushkin2-0/+32
2019-02-11ASoC: pcm3060: Add soft reset on probeKirill Marinushkin1-0/+8
2019-02-08ASoC: Intel: Skylake: set .ignore_module_refcount field in componentPierre-Louis Bossart1-0/+1
2019-02-08ASoC: core: don't increase component module refcount unconditionallyPierre-Louis Bossart1-2/+4
2019-02-08gpiolib: acpi: Introduce ACPI_GPIO_QUIRK_ONLY_GPIOIOAndy Shevchenko1-65/+9
2019-02-08ASoC: msm8916-wcd-digital: convert license header to SPDXJohan Hovold1-11/+2
2019-02-08ASoC: msm8916-wcd-analog: add missing license informationJohan Hovold1-0/+3
2019-02-08ASoC: regulator notifier registration should be managedGuennadi Liakhovetski8-86/+28
2019-02-08ASoC: xlnx: fix up for snd_pcm_lib_preallocate_pages_for_all() API changeStephen Rothwell1-1/+2
2019-02-08Merge branch 'for-linus' into for-nextTakashi Iwai3-7/+7
2019-02-08Merge tag 'asoc-v5.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai139-2320/+26952
2019-02-08Merge tag 'asoc-fix-v5.0-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai9-15/+51
2019-02-08SoC: stm32: i2s: manage clock powerOlivier Moysan1-29/+15
2019-02-08ASoC: stm32: i2s: add power managementOlivier Moysan1-3/+30
2019-02-08ASoC: codecs: jz4725b: Remove unnecessary const qualifierNathan Chancellor1-6/+6
2019-02-08ASoC: cs35l36: Add support for Cirrus CS35L36 AmplifierJames Schulman4-0/+2411
2019-02-07ASoC: codecs: jz4725b: Use C++ style comments in headerPaul Cercueil1-5/+4
2019-02-07ASoC: codecs: Kconfig: Show knob, and depend on MIPS || COMPILE_TESTPaul Cercueil1-1/+8
2019-02-07ASoC: codecs: jz4740: Add support for devicetreePaul Cercueil1-0/+9
2019-02-07ASoC: codecs: jz4740: Use SPDX license notifierPaul Cercueil1-12/+5
2019-02-07ASoC: samsung: Prevent clk_get_rate() calls in atomic contextSylwester Nawrocki1-5/+5
2019-02-07ASoC: sun4i-codec: Add Line Playback Volume, Line Boost Volume, Line Right, Line Left, Line Playback SwitchDanny Milosavljevic1-0/+27
2019-02-07ASoC: sun4i-codec: Add FM Playback Volume, FM Left, FM Right, FM Playback SwitchDanny Milosavljevic1-0/+18
2019-02-07ASoC: sun4i-codec: Add Mic1 Playback Switch, Mic2 Playback SwitchDanny Milosavljevic1-0/+14
2019-02-07ASoC: sun4i-codec: Merge sun4i_codec_left_mixer_controls and sun4i_codec_right_mixer_controls into sun4i_codec_mixer_controlsDanny Milosavljevic1-16/+16
2019-02-07ASoC: sun4i-codec: Add Mic1 Boost Volume, Mic2 Boost VolumeDanny Milosavljevic1-0/+23
2019-02-07ASoC: sun4i-codec: Add sun7i_codec_controls, sun7i_codec_codecDanny Milosavljevic1-1/+23
2019-02-07ASoC: sun4i-codec: Add Mic Playback VolumeDanny Milosavljevic1-0/+3
2019-02-07ASoC: sun4i-codec: Add MIC2 Pre-Amplifier, Mic2 inputDanny Milosavljevic1-0/+12
2019-02-07ASoC: codecs: jz4725b: fix spelling mistake "Deemphatize" -> "Deemphasize"Colin Ian King1-1/+1
2019-02-07ASoC: wcd9335: fix semicolon.cocci warningskbuild test robot1-3/+3
2019-02-07ASoC: rsnd: ssiu: correct shift bit for ssiu9Jiada Wang1-1/+1
2019-02-06ASoC: codecs: Add jz4725b-codec driverPaul Cercueil3-0/+613
2019-02-06ASoC: rsnd: fixup rsnd_ssi_master_clk_start() user count checkKuninori Morimoto1-1/+1
2019-02-06ASoC: dapm: harden use of lookup tablesPierre-Louis Bossart1-76/+82
2019-02-06Merge branch 'asoc-5.0' into asoc-5.1 for dapm tableMark Brown6-8/+44
2019-02-06ASoC: dmaengine: Drop superfluous PCM preallocation error checksTakashi Iwai1-4/+1
2019-02-06ASoC: xtensa: Drop superfluous PCM preallocation error checksTakashi Iwai1-3/+3
2019-02-06ASoC: uniphier: Drop superfluous PCM preallocation error checksTakashi Iwai1-1/+2