summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2022-04-27ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in useSrinivas Kandagatla1-25/+1
2022-04-27ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_componentMiaoqian Lin1-1/+8
2022-04-27ASoC: rk817: Use devm_clk_get() in rk817_platform_probeMiaoqian Lin1-1/+1
2022-04-08ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLsJiaxin Yu1-0/+4
2022-04-08ASoC: madera: Add dependencies on MFDCharles Keepax1-0/+5
2022-04-08ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_dataMiaoqian Lin1-0/+1
2022-04-08ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probeMiaoqian Lin1-6/+16
2022-04-08ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in msm8916_wcd...Miaoqian Lin1-1/+4
2022-04-08ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probeMiaoqian Lin1-2/+4
2022-04-08ASoC: wm8350: Handle error for wm8350_register_irqJiasheng Jiang1-4/+24
2022-04-08ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp()Jia-Ju Bai1-0/+2
2022-04-08ASoC: codecs: wcd934x: fix return value of wcd934x_rx_hph_mode_putSrinivas Kandagatla1-1/+4
2022-04-08ASoC: codecs: wcd934x: fix kcontrol max valuesSrinivas Kandagatla1-3/+3
2022-04-08ASoC: codecs: wcd938x: fix kcontrol max valuesSrinivas Kandagatla1-3/+3
2022-04-08ASoC: codecs: wc938x: fix accessing array out of bounds for enum typeSrinivas Kandagatla1-2/+2
2022-04-08ASoC: codecs: va-macro: fix accessing array out of bounds for enum typeSrinivas Kandagatla1-2/+2
2022-04-08ASoC: codecs: rx-macro: fix accessing array out of bounds for enum typeSrinivas Kandagatla1-4/+4
2022-04-08ASoC: codecs: rx-macro: fix accessing compander for auxSrinivas Kandagatla1-0/+4
2022-04-08ASoC: codecs: Check for error pointer after calling devm_regmap_init_mmioJiasheng Jiang3-0/+6
2022-03-08ASoC: cs4265: Fix the duplicated control nameFabio Estevam1-2/+1
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: tas2770: Insert post reset delayMartin Povišer1-1/+6
2022-02-08ASoC: codecs: wcd938x: fix return value of mixer put functionSrinivas Kandagatla1-3/+3
2022-02-08ASoC: codecs: lpass-rx-macro: fix sidetone register offsetsSrinivas Kandagatla1-4/+4
2022-02-08ASoC: codecs: wcd938x: fix incorrect used of portidSrinivas Kandagatla1-11/+14
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: hdmi-codec: Fix OOB memory accessesDmitry Osipenko1-1/+1
2022-01-27ASoC: rt5663: Handle device_property_read_u32_array error codesJiasheng Jiang1-3/+9
2022-01-27ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list insteadLukas Bulwahn1-2/+1
2021-12-29ASoC: rt5682: fix the wrong jack type detectedDerek Fang1-0/+4
2021-12-29ASoC: tas2770: Fix setting of high sample ratesMartin Povišer1-2/+2
2021-12-14ASoC: codecs: wcd934x: return correct value from mixer putSrinivas Kandagatla1-2/+5
2021-12-14ASoC: codecs: wcd934x: handle channel mappping list correctlySrinivas Kandagatla1-31/+88
2021-12-14ASoC: codecs: wsa881x: fix return values from kcontrol putSrinivas Kandagatla1-4/+12
2021-12-14ASoC: rt5682: Fix crash due to out of scope stack varsRob Clark1-4/+6
2021-12-08ASoC: rk817: Add module alias for rk817-codecNicolas Frattaroli1-0/+1
2021-12-01ASoC: codecs: lpass-rx-macro: fix HPHR setting CLSH maskSrinivas Kandagatla1-1/+1
2021-12-01ASoC: codecs: wcd934x: return error code correctly from hw_paramsSrinivas Kandagatla1-2/+1
2021-12-01ASoC: codecs: wcd938x: fix volatile register rangeSrinivas Kandagatla1-0/+3
2021-11-25ASoC: rt5682: fix a little pop while playbackDerek Fang2-8/+68
2021-11-25ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detectHans de Goede1-0/+40
2021-11-25ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede1-5/+2
2021-11-25ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede1-5/+2
2021-11-18ASoC: cs42l42: Correct configuring of switch inversion from ts-invRichard Fitzgerald1-5/+4
2021-11-18ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFERRichard Fitzgerald1-2/+3
2021-11-18ASoC: cs42l42: Correct some register default valuesRichard Fitzgerald1-2/+2
2021-11-18ASoC: cs42l42: Always configure both ASP TX channelsRichard Fitzgerald1-5/+4
2021-11-18ASoC: wcd9335: Use correct version to initialize Class HYassine Oudjana1-1/+1