summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sgtl5000.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: sgtl5000: Allow SCLK pad drive strength to be changedAlison Wang2019-01-071-1/+18
* ASoC: sgtl5000: avoid division by zero if lo_vag is zeroColin Ian King2018-09-061-1/+1
* ASoC: sgtl5000: Switch to SPDX identifierFabio Estevam2018-04-231-9/+5
* ASoC: sgtl5000: Fix the spelling of 'exceed'Fabio Estevam2018-04-231-2/+2
* ASoC: sgtl5000: add 5 band graphic equalizerMichal Oleszczyk2018-02-191-3/+21
* ASoC: sgtl5000: add 'Audio Switch' block implementationMichal Oleszczyk2018-02-191-11/+67
* Merge branch 'fix/sgtl5000' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2018-02-161-0/+11
|\
| * ASoC: sgtl5000: Fix suspend/resumeFabio Estevam2018-02-161-0/+11
* | Merge branch 'fix/sgtl5000' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2018-02-141-3/+12
|\|
| * sgtl5000: change digital_mute policyMichal Oleszczyk2018-02-141-3/+12
* | ASoC: sgtl5000: replace codec to componentKuninori Morimoto2018-02-121-89/+84
|/
* ASoC: sgtl5000: Clarify a bit about the ER1 meaningFabio Estevam2018-01-181-1/+1
* ASoC: sgtl5000: Do not print error on probe deferralFabio Estevam2018-01-181-1/+4
* Merge tag 'v4.13-rc6' into asoc-msm8916Mark Brown2017-08-211-2/+2
|\
| * ASoC: sgtl5000: Use snd_soc_kcontrol_codec()Fabio Estevam2017-07-211-2/+2
* | ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
|/
* ASoC: sgtl5000: add avc supportRichard Leitner2017-06-141-0/+89
* ASoC: sgtl5000: Allow LRCLK pad drive strength to be changedFabio Estevam2017-04-101-1/+18
*-. Merge remote-tracking branches 'asoc/topic/sgtl5000', 'asoc/topic/simple', 'a...Mark Brown2016-09-291-0/+3
|\ \
| * | ASoC: sgtl5000: add headphone and LINEOUT mute controlsRichard Leitner2016-09-011-0/+3
| |/
* / ASoC: codec duplicated callback function goes to component on sgtl5000Kuninori Morimoto2016-08-081-6/+8
|/
* sgtl5000: add Lineout volume controlKalle Kankare2016-07-121-0/+10
* ASoC: sgtl5000: Do not disable regulators in SND_SOC_BIAS_OFFEric Nelson2016-06-151-30/+5
* ASoC: sgtl5000: Disable internal PLL earlyEric Nelson2016-06-151-1/+8
* ASoC: sgtl5000: Initialize CHIP_ANA_POWER to power-on defaultsEric Nelson2016-06-151-35/+21
* ASoC: sgtl5000: Write all default registersEric Nelson2016-06-151-7/+6
* ASoC: sgtl5000: Fix regulator supportEric Nelson2016-06-151-265/+78
* ASoC: sgtl5000: Remove misleading commentClemens Gruber2016-06-151-1/+0
* ASoC: sgtl5000: fix VAG power up timingJean-Michel Hautbois2015-12-171-0/+1
* ASoC: sgtl5000: fix wrong register MIC_BIAS_VOLTAGE setup on probeGianluca Renzi2015-09-301-2/+2
* ASoC: sgtl5000: fix error message output for MicBias voltageGianluca Renzi2015-09-291-1/+1
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-4/+3
|\ \
| | * ASoC: sgtl5000: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-4/+3
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/
*-. Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/samsung' and ...Mark Brown2015-06-051-7/+46
|\ \
| | * ASoC: sgtl5000: Calculate Lineout Channel Output LevelAlexander Stein2015-04-271-0/+38
| | * ASoC: sgtl5000: Use specific variable for lo_vagAlexander Stein2015-04-271-7/+8
| |/
* | ASoC: sgtl5000: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen2015-05-111-1/+1
* | ASoC: Move bias level update to the coreLars-Peter Clausen2015-04-271-1/+0
|/
* ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUPEric Nelson2015-03-061-7/+1
* Merge remote-tracking branch 'asoc/topic/w-codec' into asoc-nextMark Brown2015-02-041-6/+8
|\
| * ASoC: sgtl5000: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Lars-Peter Clausen2015-01-141-6/+8
* | ASoC: sgtl5000: add delay before first I2C accessEric Nelson2015-02-031-0/+3
* | ASoC: sgtl5000: Use shift mask when setting codec modeFilip Brozovic2015-01-301-5/+5
|/
*-. Merge remote-tracking branches 'asoc/topic/rt5645', 'asoc/topic/rt5670', 'aso...Mark Brown2014-12-081-30/+81
|\ \
| | * ASoC: sgtl5000: Allow 8kHz playback in codec slave modeFabio Estevam2014-11-271-2/+2
| | * ASoC: sgtl5000: Remove MCLK restrictionFabio Estevam2014-11-271-9/+0
| | * ASoC: sgtl5000: Use the preferred form for passing a size of a structFabio Estevam2014-10-281-2/+1
| | * ASoC: sgtl5000: Add MicBias voltage supportJean-Michel Hautbois2014-10-201-0/+13
| | * ASoC: sgtl5000: Add MicBias resistor support in DTJean-Michel Hautbois2014-10-201-4/+51