aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5665.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-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-03-10ASoC: rt5665: clarify expressionPierre-Louis Bossart1-2/+2
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto1-8/+8
2019-07-23ASoC: rt5665: Fix a typo in the name of a functionChristophe JAILLET1-4/+4
2019-07-05ASoC: rt5665: remove redundant assignment to variable idxColin Ian King1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-02-12ASoC: rt5665: remove rt5668 supportBard Liao1-5/+0
2018-02-12ASoC: rt5665: replace codec to componentKuninori Morimoto1-177/+168
2017-09-01Merge remote-tracking branches 'asoc/topic/rt5665', 'asoc/topic/rt5670', 'asoc/topic/rt5677' and 'asoc/topic/samsung' into asoc-nextMark Brown1-5/+48
2017-08-21Merge tag 'v4.13-rc6' into asoc-msm8916Mark Brown1-2/+2
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-08-01ASoC: rt5665: fix wrong register for bclk ratio controlBard Liao1-2/+2
2017-07-24ASoC: rt5665: constify acpi_device_id.Arvind Yadav1-1/+1
2017-07-24ASoC: rt5665: add MONOVOL Playback Volume controlBard Liao1-0/+3
2017-07-20ASoC: rt5665: add clock sync control for master modeBard Liao1-0/+15
2017-07-20ASoC: rt5665: add clcok control for master modeBard Liao1-1/+23
2017-07-17ASoC: rt5665: force using PLL if MCLK is not suitableBard Liao1-3/+6
2017-06-30ASoC: rt5665: calibration should be done before jack detectionBard Liao1-0/+7
2017-05-17ASoC: rt5665: make local symbol rt5665_i2c_driver staticWei Yongjun1-1/+1
2017-05-17ASoC: rt5665: Fix uninitialized warning in rt5665_i2s_pin_event()Geert Uytterhoeven1-3/+7
2017-05-14ASoC: rt5665: add ADC STO2 ASRC supportBard Liao1-0/+3
2017-05-14ASoC: rt5665: fix gcc-7 warningArnd Bergmann1-68/+68
2017-04-30Merge remote-tracking branch 'asoc/topic/rt5665' into asoc-nextMark Brown1-80/+142
2017-04-11ASoC: rt5665: move rt5665_set_jack_detect to .set_jackBard Liao1-3/+3
2017-03-20ASoC: rt5665: fix wrong pre div reg of IF2 and IF3Bard Liao1-2/+5
2017-03-20ASoC: rt5665: fix wrong shift rt5665_if2_1_adc_in_enumBard Liao1-1/+1
2017-03-16ASoC: rt5665: set i2s pin share configurationBard Liao1-3/+55
2017-03-13ASoC: rt5665: move set_sysclk to codec levelBard Liao1-5/+4
2017-03-13ASoC: rt5665: move set_pll to codec levelBard Liao1-9/+9
2017-03-08ASoC: rt5665: enhance jack type detection functionBard Liao1-2/+5
2017-03-08ASoC: rt5665: enable TDM if more than 2 channelsBard Liao1-55/+59
2017-03-08ASoC: rt5665: increase button detection accuracyBard Liao1-1/+2
2017-03-08ASoC: rt5665: CLKDET is also a power of ASRCBard Liao1-0/+3
2017-03-08ASoC: rt5665: Vref3 is necessary for Mono AmpBard Liao1-0/+1
2017-03-08ASoC: rt5665: increase LDO levelBard Liao1-1/+1
2017-03-08ASoC: rt5665: fix getting wrong work handler containerBard Liao1-1/+1
2016-11-16ASoC: rt5665: Use devm_gpio_request_one()Axel Lin1-4/+2
2016-11-16ASoC: rt5665: Fix missing mutex_unlock in rt5665_calibrateAxel Lin1-2/+3
2016-11-14ASoC: add rt5665 codec driverBard Liao1-0/+4875