summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt5651.c
AgeCommit message (Expand)Author
2023-06-19ASoC: rt5651: Use maple tree register cacheMark Brown
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-06-27ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax
2022-04-06ASoC: rt*: use simple i2c probe functionStephen Kitt
2021-10-04ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King
2021-03-10ASoC: rt5651: remove useless assignmentPierre-Louis Bossart
2021-03-10ASoC: rt5651: clarify expressionPierre-Louis Bossart
2021-03-10ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto
2019-10-01ASoC: intel: bytcr_rt5651: add null check to support_button_pressJaska Uimonen
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-18ASoC: rt5651: Add support for active-high jack detectHans de Goede
2019-01-28ASoC: rt5651: Variable "ret" in function rt5651_i2c_probe() could be uninitia...Yizhuo
2019-01-07ASoC: rt5651: Add support for jack detect using an external GPIOHans de Goede
2019-01-07ASoC: rt5651: Add ACPI ID 10EC5640Hans de Goede
2019-01-07ASoC: rt5651: fix boolean assignmentsPierre-Louis Bossart
2018-10-25Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2018-09-18ASoC: remove redundant includezhong jiang
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-07-19ASoC: rt5651: Add IN3 Boost volume controlHans de Goede
2018-07-10ASoC: rt5651: Add button press supportHans de Goede
2018-07-10ASoC: rt5651: Allow disabling jack-detect by calling set_jack(NULL)Hans de Goede
2018-07-10ASoC: rt5651: Fix workqueue cancel vs irq free race on removeHans de Goede
2018-03-28Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown
2018-03-07ASoC: rt5651: Rewrite jack-type detectionHans de Goede
2018-03-07ASoC: rt5651: Add rt5651_jack_inserted() helperHans de Goede
2018-03-07ASoC: rt5651: Enable Platform Clock during jack-type detectHans de Goede
2018-03-07ASoC: rt5651: Enable sticky mode for OVCDHans de Goede
2018-03-07ASoC: rt5651: Allow specifying the OVCD scale-factor through a device-propertyHans de Goede
2018-03-07ASoC: rt5651: Allow specifying over-current threshold through a device-propertyHans de Goede
2018-03-07ASoC: rt5651: Configure jack-detect source through a device-propertyHans de Goede
2018-03-07ASoC: rt5651: Make rt5651_apply_properties() privateHans de Goede
2018-03-01ASoC: rt5651: Always keep OVCD enabledHans de Goede
2018-03-01ASoC: rt5651: Only configure OVCD once at set_jack timeHans de Goede
2018-03-01ASoC: rt5651: Enable LDO and micbias1 supplies for jack-type detectionHans de Goede
2018-03-01ASoC: rt5651: Remove "JD Power" dapm supplyHans de Goede
2018-03-01ASoC: rt5651: Only configure LDO voltage once at bootHans de Goede
2018-03-01ASoC: rt5651: Remove programming of PWR regs before force_bias_level() callHans de Goede
2018-03-01ASoC: rt5651: Do not modify jd and PLL power bits from set_bias_level()Hans de Goede
2018-03-01ASoC: rt5651: Do not modify the LDO voltage control bits from set_bias_level()Hans de Goede
2018-03-01ASoC: rt5651: Fix bias_level confusionHans de Goede
2018-03-01ASoC: rt5651: Remove is_sys_clk_from_pll()Hans de Goede
2018-03-01ASoC: rt5651: Add rt5651_apply_properties() helper functionHans de Goede
2018-03-01ASoC: rt5651: Use standard component set_jack callbackHans de Goede
2018-03-01ASoC: rt5651: Move 2 functions higher up in rt5651.cHans de Goede
2018-03-01ASoC: rt5651: Move all jack-detect initialization to rt5651_set_jack_detectHans de Goede
2018-03-01ASoC: rt5651: Remove unused rt5651_platform_dataHans de Goede
2018-02-19ASoC: rt5651: Fix regcache sync errors on resumeHans de Goede
2018-02-12ASoC: rt5651: replace codec to componentKuninori Morimoto