summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/sgtl5000.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18ASoC: sgtl5000: clean up sgtl5000_enable_regulators()Shawn Guo1-40/+22
2013-12-16ASoC: sgtl5000: read chip revision for onceShawn Guo1-13/+3
2013-08-22Merge remote-tracking branch 'asoc/topic/sgtl5000' into asoc-nextMark Brown1-3/+7
2013-08-05ASoC: sgtl5000: fix codec clock source transition to avoid clockless momentOskar Schirmer1-3/+6
2013-08-01ASoC: sgtl5000: fix buggy 'Capture Attenuate Switch' controlLothar Waßmann1-1/+1
2013-08-01ASoC: sgtl5000: prevent playback to be muted when terminating concurrent captureLothar Waßmann1-3/+13
2013-07-16ASoC: sgtl5000: defer the probe if clock is not foundShawn Guo1-0/+3
2013-07-15ASoC: sglt5000: Provide the reg_stride fieldFabio Estevam1-0/+1
2013-07-05ASoC: sglt5000: Fix the default value of CHIP_SSS_CTRLFabio Estevam1-1/+1
2013-06-12ASoC: sgtl5000: Use i2c_get_clientdata()Fabio Estevam1-5/+1
2013-06-10ASoC: sgtl5000: Let the codec acquire its clockFabio Estevam1-4/+30
2013-06-05ASoC: sgtl5000: Make device cache only when powered offMark Brown1-0/+15
2013-06-04ASoC: sgtl5000: Fix VAG_POWER enabling/disabling orderMarek Vasut1-9/+5
2013-05-12ASoC: sgtl5000: Fix driver probe after resetFabio Estevam1-0/+30
2013-05-12ASoC: sgtl5000: Read SGTL5000_CHIP_ID in i2c_probe()Fabio Estevam1-15/+24
2013-05-12ASoC: sgtl5000: Convert to use regmap directlyFabio Estevam1-34/+111
2012-12-24ASoC: sgtl5000: Fix maximum value for microphone gainFabio Estevam1-2/+2
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-4/+4
2012-07-31ASoC: sgtl5000: enable VAG_POWER for LINE_INDong Aisheng1-0/+1
2012-07-24ASoC: sgtl5000: remove unneeded snd_soc_dapm_new_widgets in probeDong Aisheng1-2/+0
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds1-18/+7
2012-05-12Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/regma...Mark Brown1-2/+6
2012-04-16ASoC: Merge tag 'v3.4-rc3' into for-3.5Mark Brown1-12/+13
2012-04-09regulator: core: Use a struct to pass in regulator runtime configurationMark Brown1-2/+6
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-04-04ASoC: sgtl5000: Convert to module_i2c_driver()Mark Brown1-11/+1
2012-04-04ASoC: sgtl5000: Fix warning due to the lack of REGULATOR_CHANGE_VOLTAGEFabio Estevam1-2/+2
2012-04-02ASoC: sgtl5000: Enable VAG when DAC/ADC upZeng Zhaoming1-12/+13
2012-04-01ASoC: sgtl5000: Convert mic bias to a supply widgetMark Brown1-3/+3
2012-01-23ASoC: sgtl5000: It's sgtl5000 not sgtl500Mark Brown1-4/+4
2012-01-22ASoC: sgtl5000: Convert to table based DAPM and control initFabio Estevam1-10/+7
2012-01-20ASoC: sgtl5000: Print revision number in hexFabio Estevam1-1/+1
2012-01-20ASoC: sgtl5000: Fix wrong register name in restoreZeng Zhaoming1-4/+13
2012-01-18Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds1-1/+1
2012-01-16ASoC: sgtl5000: update author email addressZeng Zhaoming1-1/+1
2012-01-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-15/+6
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds1-1/+1
2011-12-28ASoC: Convert sgtl5000 to use devm_kzalloc()Fabio Estevam1-11/+3
2011-12-28ASoC: sgtl5000: Fix voltage units in dev_err messageFabio Estevam1-1/+1
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-27ASoC: Remove unneeded platform_device.h inclusions from CODECsMark Brown1-1/+0
2011-11-23regulator: pass additional of_node to regulator_register()Rajendra Nayak1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-20ASoC: sgtl5000: fix DB_RANGE sizeClemens Ladisch1-1/+1
2011-10-22ASoC: sgtl5000: Fix wrong mask in some snd_soc_update_bits callsAxel Lin1-6/+6
2011-10-21ASoC: Use SGTL5000_LINREG_VDDD_MASK instead of hardcoded mask valueAxel Lin1-3/+3
2011-10-21ASoC: Set sgtl5000->ldo in ldo_regulator_registerAxel Lin1-0/+2
2011-10-19ASoC: sgtl5000: Fix setting mic bias resistorAxel Lin1-6/+3
2011-08-12ASoC: sgtl5000: fix module device table type for sgtl5000_dt_idsAxel Lin1-1/+1
2011-08-08Merge branch 'for-3.1' into for-3.2Mark Brown1-94/+35