aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/alc5632.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-08ASoC: alc5632: Convert to devm_regmap_init_i2c()Axel Lin1-7/+1
2012-05-08ASoC: alc5632: Convert to module_i2c_driver()Axel Lin1-19/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-2/+1
2012-02-11ASoC: alc5632: Allow 8kHz stream support.Andrey Danin1-0/+1
2012-02-11ASoC: alc5632: Fix Capture/Playback attributes for microphone inputsPaul Fertser1-5/+5
2012-02-11ASoC: alc5632: Fix Boost Volume TLVs used for the external microphonesPaul Fertser1-6/+5
2012-02-11ASoC: alc5632: Connect HP/HPL/HPR mix'es to HPOut MixMarc Dietrich1-0/+3
2012-02-11ASoC: alc5632: Fix I2S digital interface power for recordingAndrey Danin1-1/+1
2012-02-11ASoC: alc5632: Add DMIC switches and controlsAndrey Danin1-3/+23
2012-02-11ASoC: alc5632: Refactored DAPM routes to add voice supportAndrey Danin1-16/+69
2012-02-11ASoC: alc5632: Remove unexisting route from Phone Mix to Mono MixAndrey Danin1-1/+0
2012-02-11ASoC: alc5632: Rename capture switches to common scheme XXX2RECAndrey Danin1-28/+28
2012-02-11ASoC: alc5632: Add voice DAC playback switchAndrey Danin1-0/+2
2012-02-11ASoC: alc5632: Fixed voice DAC volume step.Andrey Danin1-1/+1
2012-02-11ASoC: alc5632: Coding style. Remove two extra empty lines.Andrey Danin1-2/+0
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-1/+1
2012-01-23ASoC: Add __devinit/__devexit annotations at necessary placesAxel Lin1-1/+1
2011-12-13ASoC: Rename ALC5632 MICBIAS to common name convention.Leon Romanovsky1-2/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-11-17ASoC: alc5632: Remove volatile registers from regmap defaultsLeon Romanovsky1-7/+0
2011-11-17ASoC: alc5632: Update of i2c_probe function to use regmap API onlyLeon Romanovsky1-37/+30
2011-11-17ASoC: alc5632: Added support of two undocumented registersLeon Romanovsky1-0/+2
2011-11-17ASoC: alc5632: Remove unrelevant registers and name the relevantLeon Romanovsky1-112/+49
2011-11-16ASoC: alc5632: rename volume/switch contols for master and speaker volumes.Andrey Danin1-4/+4
2011-11-16ASoC: Convert ALC5632 codec to use regmap APILeon Romanovsky1-58/+159
2011-11-16ASoC: alc5632: Fix compile without CONFIG_PMLeon Romanovsky1-0/+5
2011-11-14ASoC: Remove unused control_data and mutex fields from struct alc5632_privAxel Lin1-4/+0
2011-11-11ASoC: Remove unnecessary backslash from alc5632 codecLeon Romanovsky1-1/+1
2011-11-11ASoC: Remove unused defines in alc5632 codecLeon Romanovsky1-21/+0
2011-11-10ASoC: Add new Realtek ALC5632 CODEC driverLeon Romanovsky1-0/+1153