summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5682s.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea1-1/+0
2023-05-22ASoC: rt5682s: Use the devm_clk_get_optional() helperChristophe JAILLET1-8/+3
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-05-08ASoC: rt5682: Use a maple tree based register cacheMark Brown1-1/+1
2023-02-14SoC: rt5682s: Disable jack detection interrupt during suspendMatthias Kaehlcke1-1/+9
2023-01-31ASoC: rt: use helper functionKuninori Morimoto1-2/+2
2022-11-07ASoC: rt5682s: Support DBVDD and LDO1-IN suppliesNícolas F. R. A. Prado1-0/+22
2022-10-17Merge existing fixes from asoc/for-6.1 into new branchMark Brown1-2/+13
2022-10-13ASoC: rt5682s: Fix the TDM Tx settingsDerek Fang1-2/+13
2022-10-05Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-107/+158
2022-09-21ASoC: rt5682s: simplify the return of rt5682s_probe()Yang Yingliang1-6/+1
2022-09-19ASoC: rt5682s: Reduce coupling of PLLB settingDerek Fang1-43/+73
2022-09-19ASoC: rt5682s: Reduce coupling of I2S1 settingDerek Fang1-38/+66
2022-09-19ASoC: rt5682s: Reduce coupling of Micbias and Vref2 settingsDerek Fang1-28/+26
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-06-27ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-07ASoC: rt*: use simple i2c probe functionStephen Kitt1-3/+2
2022-04-05ASoC: Pull in fixesMark Brown1-7/+4
2022-04-05ASoC: rt5682s: Separate the regulator consumer controlsDerek Fang1-5/+22
2022-04-04codecs: rt5682s: fix an incorrect NULL check on list iteratorXiaomeng Tong1-7/+4
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai1-21/+26
2022-03-07ASoC: rt5682s: Stabilize the combo jack detectionDerek Fang1-21/+26
2022-02-24ASoC: rt5682s: Fix the wrong jack type detectedDerek Fang1-17/+9
2022-02-08ASoC: rt5682s: do not block workqueue if card is unboundKai Vehmanen1-5/+7
2021-12-08ASoC: rt5682s: add delay time to fix pop sound issueShuming Fan1-3/+31
2021-11-26ASoC: rt5682s: Fix crash due to out of scope stack varsRob Clark1-4/+6
2021-10-27ASoC: rt5682s: use 'static' qualifierPierre-Louis Bossart1-3/+3
2021-10-23ASoC: rt5682s: Downsizing the DAC volume scaleDerek Fang1-2/+2
2021-10-07ASoC: rt5682s: Fix hp pop produced immediately after resumingDerek Fang1-7/+20
2021-10-01ASoC: rt5682s: Fix HP noise caused by SAR mode switch when the system resumesDerek Fang1-16/+10
2021-10-01ASoC: rt5682s: Enable ASRC auto-disable to fix pop during jack plug-in while ...Derek Fang1-0/+3
2021-09-30ASoC: rt5682s: Use dev_dbg instead of pr_debugDerek Fang1-1/+1
2021-09-30ASoC: rt5682s: Remove the volatile SW reset register from reg_defaultDerek Fang1-1/+0
2021-09-20ASoC: rt5682s: make rt5682s_aif2_dai_ops and rt5682s_soc_component_devJiapeng Chong1-2/+2
2021-09-13ASoC: rt5682s: Add driver for ALC5682I-VS codecDerek Fang1-0/+3188