aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5651.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-04ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede1-5/+2
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-03-10ASoC: rt5651: remove useless assignmentPierre-Louis Bossart1-1/+1
2021-03-10ASoC: rt5651: clarify expressionPierre-Louis Bossart1-2/+2
2021-03-10ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede1-2/+2
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto1-3/+3
2019-10-01ASoC: intel: bytcr_rt5651: add null check to support_button_pressJaska Uimonen1-0/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-03-18ASoC: rt5651: Add support for active-high jack detectHans de Goede1-7/+40
2019-01-28ASoC: rt5651: Variable "ret" in function rt5651_i2c_probe() could be uninitializedYizhuo1-1/+5
2019-01-07ASoC: rt5651: Add support for jack detect using an external GPIOHans de Goede1-16/+38
2019-01-07ASoC: rt5651: Add ACPI ID 10EC5640Hans de Goede1-0/+1
2019-01-07ASoC: rt5651: fix boolean assignmentsPierre-Louis Bossart1-3/+3
2018-10-25Merge tag 'sound-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+0
2018-09-18ASoC: remove redundant includezhong jiang1-1/+0
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-07-19ASoC: rt5651: Add IN3 Boost volume controlHans de Goede1-1/+3
2018-07-10ASoC: rt5651: Add button press supportHans de Goede1-7/+151
2018-07-10ASoC: rt5651: Allow disabling jack-detect by calling set_jack(NULL)Hans de Goede1-19/+36
2018-07-10ASoC: rt5651: Fix workqueue cancel vs irq free race on removeHans de Goede1-10/+12
2018-03-28Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown1-348/+404
2018-03-07ASoC: rt5651: Rewrite jack-type detectionHans de Goede1-41/+69
2018-03-07ASoC: rt5651: Add rt5651_jack_inserted() helperHans de Goede1-17/+28
2018-03-07ASoC: rt5651: Enable Platform Clock during jack-type detectHans de Goede1-0/+3
2018-03-07ASoC: rt5651: Enable sticky mode for OVCDHans de Goede1-3/+30
2018-03-07ASoC: rt5651: Allow specifying the OVCD scale-factor through a device-propertyHans de Goede1-0/+19
2018-03-07ASoC: rt5651: Allow specifying over-current threshold through a device-propertyHans de Goede1-1/+21
2018-03-07ASoC: rt5651: Configure jack-detect source through a device-propertyHans de Goede1-26/+7
2018-03-07ASoC: rt5651: Make rt5651_apply_properties() privateHans de Goede1-2/+12
2018-03-01ASoC: rt5651: Always keep OVCD enabledHans de Goede1-8/+1
2018-03-01ASoC: rt5651: Only configure OVCD once at set_jack timeHans de Goede1-9/+11
2018-03-01ASoC: rt5651: Enable LDO and micbias1 supplies for jack-type detectionHans de Goede1-8/+24
2018-03-01ASoC: rt5651: Remove "JD Power" dapm supplyHans de Goede1-5/+4
2018-03-01ASoC: rt5651: Only configure LDO voltage once at bootHans de Goede1-3/+3
2018-03-01ASoC: rt5651: Remove programming of PWR regs before force_bias_level() callHans de Goede1-10/+0
2018-03-01ASoC: rt5651: Do not modify jd and PLL power bits from set_bias_level()Hans de Goede1-7/+3
2018-03-01ASoC: rt5651: Do not modify the LDO voltage control bits from set_bias_level()Hans de Goede1-2/+3
2018-03-01ASoC: rt5651: Fix bias_level confusionHans de Goede1-4/+8
2018-03-01ASoC: rt5651: Remove is_sys_clk_from_pll()Hans de Goede1-20/+4
2018-03-01ASoC: rt5651: Add rt5651_apply_properties() helper functionHans de Goede1-8/+14
2018-03-01ASoC: rt5651: Use standard component set_jack callbackHans de Goede1-3/+3
2018-03-01ASoC: rt5651: Move 2 functions higher up in rt5651.cHans de Goede1-77/+77
2018-03-01ASoC: rt5651: Move all jack-detect initialization to rt5651_set_jack_detectHans de Goede1-62/+57
2018-03-01ASoC: rt5651: Remove unused rt5651_platform_dataHans de Goede1-38/+9
2018-02-19ASoC: rt5651: Fix regcache sync errors on resumeHans de Goede1-0/+1
2018-02-12ASoC: rt5651: replace codec to componentKuninori Morimoto1-110/+110
2017-10-26ASoC: rt5651: Enable JD1_1 quirk for KIANO laptoptCarlo Caione1-0/+8
2017-10-26ASoC: rt5651: Rework quirk logicCarlo Caione1-4/+35