summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5663.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12ASoC: codecs: fix TYPO 'reguest' to 'request' in error logYinchuan Guo1-1/+1
2023-12-29ASoC: rt5663: cancel the work when system suspendsShuming Fan1-0/+11
2023-06-19ASoC: rt5665: Use maple tree register cacheMark Brown1-2/+2
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
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-06ASoC: rt*: use simple i2c probe functionStephen Kitt1-3/+2
2022-02-25ASoC: rt5663: check the return value of devm_kzalloc() in rt5663_parse_dp()Jia-Ju Bai1-0/+2
2021-12-15ASoC: rt5663: Handle device_property_read_u32_array error codesJiasheng Jiang1-3/+9
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-03-10ASoC: rt5663: clarify expressionPierre-Louis Bossart1-2/+2
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto1-17/+17
2019-10-01ASoC: rt5663: clean up indentation issuesColin Ian King1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-16ASoC: rt5663: Fix error handling of regulator_set_loadCheng-Yi Chiang1-9/+12
2018-11-15ASoC: rt5663: Add regulator supportCheng-Yi Chiang1-7/+61
2018-10-25Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+6
2018-09-20ASoC: rt5663: Remove the boost volume in the beginning of playbackOder Chiou1-1/+6
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-3/+6
2018-05-17ASoC: rt5663: rt5663_set_jack_detect() can be statickbuild test robot1-1/+1
2018-05-17ASoC: rt5663: Use the set_jack() instead of the export functionOder Chiou1-3/+2
2018-05-05ASoC: rt5663: Optimize the power consumptionoder_chiou@realtek.com1-12/+36
2018-02-12ASoC: hdac_hdmi/nau8825/rt286/rt298/rt5663/da7219: replace codec to componentKuninori Morimoto1-301/+299
2017-12-14ASoC: rt5663: Fix the wrong result of the first jack detectionoder_chiou@realtek.com1-0/+4
2017-11-10Merge remote-tracking branches 'asoc/topic/rt5645', 'asoc/topic/rt5651', 'aso...Mark Brown1-7/+265
2017-11-10ASoC: rt5663: Check the JD status in the button pushingoder_chiou@realtek.com1-2/+41
2017-11-09ASoC: rt5663: Delay and retry reading rt5663 ID registerOder Chiou1-1/+10
2017-09-25ASoC: rt5663: Change the dev getting function in rt5663_irqoder_chiou@realtek.com1-1/+2
2017-09-19ASoC: rt5663: Add the function of impedance sensingOder Chiou1-4/+214
2017-09-01Merge remote-tracking branches 'asoc/topic/rt5563', 'asoc/topic/rt5616', 'aso...Mark Brown1-46/+214
2017-08-30ASoC: rt5663: Add delay for jack plug inoder_chiou@realtek.com1-0/+3
2017-08-21Merge branch 'topic/msm8916' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown1-9/+9
2017-08-21Merge tag 'v4.13-rc6' into asoc-msm8916Mark Brown1-9/+9
2017-08-18ASoC: codecs: constify snd_soc_dai_ops structuresArvind Yadav1-1/+1
2017-08-14ASoC: rt5663: Fine tune for the headphone output pop soundoder_chiou@realtek.com1-5/+16
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-08-02ASoC: rt5663: Seprate the DC offset between headphone and headsetoder_chiou@realtek.com1-14/+38
2017-08-01ASoC: rt5663: Add the delay time to correct the calibrationoder_chiou@realtek.com1-0/+1
2017-07-24ASoC: rt5663: constify acpi_device_id.Arvind Yadav1-1/+1
2017-07-19ASoC: rt5663: Correct the mixer switch setting and remove redundant routing pathoder_chiou@realtek.com1-6/+4
2017-07-18ASoC: rt5663: Modify the default value for ASRC functionoder_chiou@realtek.com1-1/+2
2017-07-17ASoC: rt5663: constify snd_soc_dai_ops structureGustavo A. R. Silva1-1/+1
2017-07-17ASoC: rt5663: Add the manual offset field to compensate the DC offsetoder_chiou@realtek.com1-5/+50
2017-07-17ASoC: rt5663: add in missing loop counter to avoid infinite loopColin Ian King1-1/+1
2017-07-17ASoC: rt5663: Modify the power sequence for reducing the pop soundoder_chiou@realtek.com1-7/+29
2017-07-17ASoC: rt5663: Optimize the Jack Type detectionoder_chiou@realtek.com1-9/+14
2017-07-17ASoC: rt5663: Update the calibration funcitonoder_chiou@realtek.com1-21/+79
2017-07-10ASoC: rt5663: Update the HW default values based on the shipping versionoder_chiou@realtek.com1-9/+9
2017-06-13ASoC: rt5663: Check the JD status in the resume functionOder Chiou1-0/+2
2017-06-06ASoC: rt5663: Fix the IRQ issueOder Chiou1-1/+1