summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-2122-84/+241
|\
| * Merge tag 'asoc-fix-v5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-07-1722-84/+241
| |\
| | * ASoC: rt5682: Report the button event in the headset type onlyOder Chiou2020-07-161-1/+2
| | * ASoC: Intel: bytcht_es8316: Add missed put_device()Jing Xiangfeng2020-07-161-1/+3
| | * ASoC: rt5682: Enable Vref2 under using PLL2derek.fang2020-07-141-7/+17
| | * ASoC: rt286: fix unexpected interrupt happensShuming Fan2020-07-091-4/+4
| | * ASoC: wm8974: remove unsupported clock modePuyou Lu2020-07-091-0/+4
| | * ASoC: wm8974: fix Boost Mixer Aux SwitchPuyou Lu2020-07-091-1/+1
| | * Merge series "ASoC: more fixes for dpcm checks" from Pierre-Louis Bossart <pi...Mark Brown2020-07-086-4/+59
| | |\
| | | * ASoC: SOF: imx: add min/max channels for SAI/ESAI on i.MX8/i.MX8MDaniel Baluta2020-07-082-0/+16
| | | * ASoC: Intel: bdw-rt5677: fix non BE conversionPierre-Louis Bossart2020-07-081-0/+1
| | | * ASoC: soc-dai: set dai_link dpcm_ flags with a helperPierre-Louis Bossart2020-07-083-4/+42
| | * | Merge series "ASoC: topology: fix error handling flow" from Pierre-Louis Boss...Mark Brown2020-07-081-6/+18
| | |\ \
| | | * | ASoC: topology: fix tlvs in error handling for widget_dmixerPierre-Louis Bossart2020-07-081-1/+1
| | | * | ASoC: topology: fix kernel oops on route addition errorPierre-Louis Bossart2020-07-081-5/+17
| | | |/
| | * | Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis ...Mark Brown2020-07-081-8/+0
| | |\ \
| | | * | ASoc: codecs: max98373: remove Idle_bias_on to let codec suspendranderwang2020-07-081-1/+0
| | | * | ASoC: codecs: max98373: Removed superfluous volume control from chip defaultRyan Lee2020-07-081-7/+0
| | | |/
| | * / ASoC: SOF: core: fix null-ptr-deref bug during device removalRanjani Sridharan2020-07-081-5/+5
| | |/
| | * ASoC: core: Remove only the registered component in devm functionsMaxime Ripard2020-07-073-4/+33
| | * ASoC: rockchip: add format and rate constraints on rk3399Yu-Hsuan Hsu2020-07-011-0/+13
| | * ASoC: amd: Rectifying Unbalanced pm_runtime_enable! issueRavulapati Vishnu vardhan rao2020-07-011-3/+1
| | * ASoC: rt5682: cancel jack_detect_work if hs_jack is set to null even soundwir...Oder Chiou2020-07-011-9/+10
| | * ASoC: rt5670: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede2020-06-291-2/+2
| | * ASoC: rt5670: Add new gpio1_is_ext_spk_en quirk and enable it on the Lenovo M...Hans de Goede2020-06-291-15/+56
| | * ASoC: rt5670: Correct RT5670_LDO_SEL_MASKHans de Goede2020-06-291-1/+1
| | * ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channelHans de Goede2020-06-291-12/+11
| | * ASoC: qcom: Drop HAS_DMA dependency to fix link failureGeert Uytterhoeven2020-06-291-1/+1
* | | Merge tag 'sound-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-07-083-13/+26
|\| |
| * | Merge tag 'asoc-fix-v5.8-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-06-303-13/+26
| |\|
| | * AsoC: amd: add missing snd- module prefix to the acp3x-rn driver kernel moduleJaroslav Kysela2020-06-251-3/+4
| | * ASoC: rt5682: fix the pop noise while OMTP type headset pluginShuming Fan2020-06-241-1/+8
| | * ASoC: fsl_mqs: Fix unchecked return value for clk_prepare_enableShengjiu Wang2020-06-231-2/+12
| | * ASoC: fsl_mqs: Don't check clock is NULL before calling clk APIShengjiu Wang2020-06-231-9/+4
* | | Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-06-2523-148/+277
|\| |
| * | Merge tag 'asoc-fix-v5.8-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-06-2223-148/+277
| |\|
| | * ASoC: rockchip: Fix a reference count leak.Qiushi Wu2020-06-181-1/+3
| | * ASoC: amd: closing specific instance.Ravulapati Vishnu vardhan rao2020-06-181-7/+23
| | * Merge series "ASoC: SOF: Intel: update PCI IDs" from Pierre-Louis Bossart <pi...Mark Brown2020-06-173-33/+24
| | |\
| | | * ASoC: SOF: Intel: add PCI IDs for ICL-H and TGL-HPierre-Louis Bossart2020-06-171-2/+8
| | | * ASoC: SOF: Intel: add PCI ID for CometLake-SPierre-Louis Bossart2020-06-171-0/+2
| | | * ASoC: Intel: SOF: merge COMETLAKE_LP and COMETLAKE_HPierre-Louis Bossart2020-06-173-31/+14
| | * | ASoC: hdac_hda: fix memleak with regmap not freed on removePierre-Louis Bossart2020-06-171-6/+10
| | |/
| | * ASoC: fsl_ssi: Fix bclk calculation for mono channelShengjiu Wang2020-06-161-4/+9
| | * Merge series "ASoC: topology: fix use-after-free when removing components" fr...Mark Brown2020-06-152-2/+38
| | |\
| | | * ASoC: soc-topology: use devm_snd_soc_register_dai()Pierre-Louis Bossart2020-06-151-2/+1
| | | * ASoC: soc-devres: add devm_snd_soc_register_dai()Pierre-Louis Bossart2020-06-151-0/+37
| | * | ASoC: SOF: Intel: hda: Clear RIRB status before reading WPBrent Lu2020-06-151-2/+7
| | * | ASoC: rt1015: Update rt1015 default register value according to spec modifica...Jack Yu2020-06-152-50/+89
| | * | ASoC: qcom: common: set correct directions for dailinksSrinivas Kandagatla2020-06-151-2/+12