summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2022-06-14ASoC: wm2000: fix missing clk_disable_unprepare() on error in wm2000_anc_tran...Yang Yingliang1-3/+3
2022-06-14ASoC: mxs-saif: Fix refcount leak in mxs_saif_probeMiaoqian Lin1-0/+1
2022-06-14ASoC: fsl: Fix refcount leak in imx_sgtl5000_probeMiaoqian Lin1-6/+8
2022-06-14ASoC: rk3328: fix disabling mclk on pclk probe failureNicolas Frattaroli1-1/+1
2022-06-14ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probeMiaoqian Lin1-2/+7
2022-06-14ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probeMiaoqian Lin1-1/+4
2022-06-14ASoC: max98357a: remove dependency on GPIOLIBPierre-Louis Bossart1-1/+0
2022-06-14ASoC: rt5645: Fix errorenous cleanup orderLin Ma1-1/+6
2022-06-14ASoC: tscs454: Add endianness flag in snd_soc_component_driverCharles Keepax1-6/+6
2022-06-14ASoC: dapm: Don't fold register value changes into notificationsMark Brown1-2/+0
2022-05-18ASoC: ops: Validate input values in snd_soc_put_volsw_range()Mark Brown1-1/+17
2022-05-18ASoC: max98090: Generate notifications on changes for custom controlMark Brown1-1/+1
2022-05-18ASoC: max98090: Reject invalid values in custom control put()Mark Brown1-0/+3
2022-05-12ASoC: dmaengine: Restore NULL prepare_slave_config() callbackCodrin Ciubotariu1-3/+3
2022-05-12ASoC: meson: Fix event generation for G12A tohdmi muxMark Brown1-1/+1
2022-05-12ASoC: wm8958: Fix change notifications for DSP controlsMark Brown1-4/+4
2022-05-12ASoC: da7219: Fix change notifications for tone generator frequencyMark Brown1-4/+10
2022-05-09ASoC: wm8731: Disable the regulator when probing failsZheyu Ma1-8/+11
2022-04-27ASoC: soc-dapm: fix two incorrect uses of list iteratorXiaomeng Tong1-4/+2
2022-04-27ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_componentMiaoqian Lin1-1/+8
2022-04-27ASoC: atmel: Remove system clock tree configuration for at91sam9g20ekMark Brown1-61/+0
2022-04-15ASoC: topology: Allow TLV control to be either read or writeAmadeusz Sławiński1-1/+2
2022-04-15ASoC: soc-compress: Change the check for codec_daiJiasheng Jiang1-8/+11
2022-04-15ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLsJiaxin Yu1-0/+4
2022-04-15ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEMAmmar Faizi1-4/+5
2022-04-15ASoC: soc-core: skip zero num_dai component in searching dai nameShengjiu Wang1-1/+1
2022-04-15ASoC: madera: Add dependencies on MFDCharles Keepax1-0/+5
2022-04-15ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probeMiaoqian Lin1-6/+16
2022-04-15ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in msm8916_wcd...Miaoqian Lin1-1/+4
2022-04-15ASoC: imx-es8328: Fix error return code in imx_es8328_probe()Wang Wensheng1-0/+1
2022-04-15ASoC: mxs: Fix error handling in mxs_sgtl5000_probeMiaoqian Lin1-0/+3
2022-04-15ASoC: dmaengine: do not use a NULL prepare_slave_config() callbackCodrin Ciubotariu1-3/+3
2022-04-15ASoC: fsi: Add check for clk_enableJiasheng Jiang1-3/+16
2022-04-15ASoC: wm8350: Handle error for wm8350_register_irqJiasheng Jiang1-4/+24
2022-04-15ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probeMiaoqian Lin1-0/+1
2022-04-15ASoC: soc-compress: prevent the potentially use of null pointerJiasheng Jiang1-6/+8
2022-04-15ASoC: atmel_ssc_dai: Handle errors for clk_enableJiasheng Jiang1-1/+4
2022-04-15ASoC: mxs-saif: Handle errors for clk_enableJiasheng Jiang1-1/+4
2022-04-15ASoC: ti: davinci-i2s: Add check for clk_enable()Jiasheng Jiang1-1/+4
2022-04-15ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp()Jia-Ju Bai1-0/+2
2022-03-28ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() callTakashi Iwai2-4/+4
2022-03-08ASoC: cs4265: Fix the duplicated control nameFabio Estevam1-2/+1
2022-03-08ASoC: ops: Shift tested values in snd_soc_put_volsw() by +minMarek Vasut1-2/+2
2022-03-08ASoC: rt5682: do not block workqueue if card is unboundKai Vehmanen1-5/+7
2022-03-08ASoC: rt5668: do not block workqueue if card is unboundKai Vehmanen1-5/+7
2022-02-23ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()Mark Brown1-5/+10
2022-02-23ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()Mark Brown1-4/+10
2022-02-08ASoC: max9759: fix underflow in speaker_gain_control_put()Dan Carpenter1-1/+2
2022-02-08ASoC: cpcap: Check for NULL pointer after calling of_get_child_by_nameJiasheng Jiang1-0/+2
2022-02-08ASoC: xilinx: xlnx_formatter_pcm: Make buffer bytes multiple of period bytesRobert Hancock1-3/+24