aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5640.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-08-19ASoC: rt5640: Add rt5640_set_ovcd_params() helperHans de Goede1-20/+30
2021-08-19ASoC: rt5640: Add optional hp_det_gpio parameter to rt5640_detect_headset()Hans de Goede1-4/+10
2021-08-19ASoC: rt5640: Delay requesting IRQ until the machine-drv calls set_jackHans de Goede1-17/+13
2021-08-19ASoC: rt5640: Move rt5640_disable_jack_detect() up in the rt5640.c fileHans de Goede1-23/+23
2021-08-05ASoC: rt5640: Silence warning message about missing interruptDmitry Osipenko1-8/+11
2021-03-12ASoC: rt5640: Rename 'Mono DAC Playback Volume' to 'DAC2 Playback Volume'Hans de Goede1-3/+3
2021-03-10ASoC: rt5640: clarify expressionPierre-Louis Bossart1-3/+3
2021-03-10ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10Hans de Goede1-2/+2
2020-07-09ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-22ASoC: codecs: rt*: rename to snd_soc_component_read()Kuninori Morimoto1-5/+5
2020-01-06ASoC: rt5640: Fix NULL dereference on module unloadDmitry Osipenko1-0/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-07ASoC: rt5640: fix boolean assignmentsPierre-Louis Bossart1-3/+3
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-08-02ASoC: rt5640: Mark expected switch fall-throughGustavo A. R. Silva1-0/+2
2018-05-11ASoC: rt5640: Add button press supportHans de Goede1-6/+151
2018-05-11ASoC: rt5640: Add jack-detect supportHans de Goede1-0/+286
2018-05-11ASoC: rt5640: Allow specifying dmic data pins through device-propertiesHans de Goede1-0/+19
2018-05-11ASoC: rt5640: Move checking of device-properties to component probe callbackHans de Goede1-12/+19
2018-05-11ASoC: rt5640: Remove unused rt5640_platform_dataHans de Goede1-37/+16
2018-05-11ASoC: rt5640: Remove is_sys_clk_from_pll, it has ordering issuesHans de Goede1-25/+4
2018-02-12ASoC: rt5640: replace codec to componentKuninori Morimoto1-134/+126
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-02-19Merge remote-tracking branches 'asoc/topic/rt5514', 'asoc/topic/rt5640', 'asoc/topic/rt5645', 'asoc/topic/rt5659' and 'asoc/topic/rt5660' into asoc-nextMark Brown1-6/+6
2017-01-31ASoC: rt5640: Add "10EC3276" ACPI IDAlexandrov Stansilav1-0/+1
2017-01-12ASoC: rt5640: use msleep() for long delaysNicholas Mc Guire1-2/+2
2017-01-04ASoC: rt5640: move DAC2 Power to rt5640_dapm_widgetsBard Liao1-4/+4
2016-10-28ASoC: rt5640: add Mono ADC Capture Switch controlBard Liao1-0/+2
2016-10-24ASoC: rt5640: enable MCLK detectionBard Liao1-0/+3
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/topic/arizona', 'asoc/topic/atmel' and 'asoc/topic/codec-component' into asoc-nextMark Brown1-6/+8
2016-08-15ASoC: rt5640: add internal clock source supportPierre-Louis Bossart1-0/+3
2016-08-08ASoC: codec duplicated callback function goes to component on rt5640Kuninori Morimoto1-6/+8
2016-03-18ASoC: rt5640: Correct the digital interface data selectSugar Zhang1-1/+1
2016-03-08ASoC: rt5640: remove unused variableSudip Mukherjee1-1/+1
2016-03-07ASoC: rt5640: add supplys for dac powerBard Liao1-15/+24
2016-03-07ASoC: rt5640: Set PLL src according to sourceBard Liao1-14/+5
2016-02-22ASoC: rt5640: add master clock handling for rt5640Sugar Zhang1-0/+31
2016-01-05ASoC: Intel: Atom: Add support for HP ElitePad 1000 G2Jorge Fernandez Monteagudo1-0/+1
2016-01-05ASoC: rt5640: add ASRC supportJack Yu1-0/+102
2015-10-22ASoC: rt5640: Fill up the IN3's supportOder Chiou1-1/+21
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'asoc/topic/tegra', 'asoc/topic/tlv' and 'asoc/topic/topology' into asoc-nextMark Brown1-4/+3
2015-08-30Merge remote-tracking branches 'asoc/topic/rt298', 'asoc/topic/rt5640', 'asoc/topic/rt5651' and 'asoc/topic/rt5670' into asoc-nextMark Brown1-1/+1
2015-08-30Merge remote-tracking branches 'asoc/topic/rcar', 'asoc/topic/reg-default', 'asoc/topic/rl6231', 'asoc/topic/rockchip' and 'asoc/topic/rt286' into asoc-nextMark Brown1-4/+5
2015-08-30Merge remote-tracking branch 'asoc/topic/ssm4567' into asoc-nextMark Brown1-1/+0
2015-08-11ASoC: rt5640: fix line out no sound issueJohn Lin1-3/+37
2015-08-05ASoC: rt5640: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen1-4/+3
2015-08-05ASoC: Add function "rl6231_get_pre_div" to correct the dmic clock calculationOder Chiou1-3/+4
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0