summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/sgtl5000.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-03ASoC: sgtl5000: fix cache handlingWolfram Sang1-93/+35
2011-08-01ASoC: sgtl5000: add one missed cache regDong Aisheng1-0/+1
2011-07-29ASoC: sgtl5000: add device tree probe supportShawn Guo1-0/+8
2011-07-19ASoC: sgtl5000: guide user when regulator support is neededWolfram Sang1-0/+1
2011-07-19ASoC: sgtl5000: refactor registering internal ldoWolfram Sang1-38/+31
2011-03-22ASoC: Support !REGULATOR build for sgtl5000Mark Brown1-0/+14
2011-03-08ASoC: sgtl5000: use after free in ldo_regulator_register()Dan Carpenter1-1/+3
2011-02-28ASoC: Staticise non-exported symbols in SGTL5000Mark Brown1-3/+3
2011-02-28ASoC: remove unnecessary header including in SGTL5000 codec driverZeng Zhaoming1-1/+0
2011-02-25ASoC: Add Freescale SGTL5000 codec supportZeng Zhaoming1-0/+1512