aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/alc5632.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12ASoC: alc5632: replace codec to componentGravatar Kuninori Morimoto 1-72/+66
2016-08-08ASoC: codec duplicated callback function goes to component on alc5632Gravatar Kuninori Morimoto 1-6/+8
2015-08-30Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Gravatar Mark Brown 1-4/+3
2015-08-05ASoC: alc5632: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGEGravatar Lars-Peter Clausen 1-4/+3
2015-07-16Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/...Gravatar Mark Brown 1-1/+1
2015-07-15ASoC: drivers: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-07-07ASoC: Constify reg_default tablesGravatar Axel Lin 1-1/+1
2015-04-27ASoC: Move bias level update to the coreGravatar Lars-Peter Clausen 1-1/+0
2015-02-04Merge remote-tracking branches 'asoc/topic/ad193x', 'asoc/topic/alc5632', 'as...Gravatar Mark Brown 1-2/+2
2015-01-15ASoC: alc5632: Replace w->codec snd_soc_dapm_to_codec(w->dapm)Gravatar Lars-Peter Clausen 1-3/+5
2015-01-05ASoC: alc5632: Constify struct regmap_config and snd_soc_codec_driverGravatar Krzysztof Kozlowski 1-2/+2
2014-11-24ASoC: alc5632: Cleanup bias level transitionsGravatar Lars-Peter Clausen 1-20/+2
2014-04-01ASoC: alc5632: add an of_match tableGravatar Stephen Warren 1-0/+7
2014-04-01ASoC: alc5632: fix uninit var in alc5632_probe()Gravatar Stephen Warren 1-2/+1
2014-03-11ASoC: codec: Simplify ASoC probe code.Gravatar Xiubo Li 1-8/+0
2014-02-23ASoC: alc5632: Use SOC_ENUM_SINGLE_DECL()Gravatar Takashi Iwai 1-16/+24
2014-01-13ASoC: alc5632: Use params_width() rather than memory formatGravatar Mark Brown 1-4/+4
2013-10-14treewide: fix "usefull" typoGravatar Michael Opdenacker 1-1/+1
2012-12-10ASoC: codecs: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-05-08ASoC: alc5632: Convert to devm_regmap_init_i2c()Gravatar Axel Lin 1-7/+1
2012-05-08ASoC: alc5632: Convert to module_i2c_driver()Gravatar Axel Lin 1-19/+1
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversGravatar Mark Brown 1-2/+1
2012-02-11ASoC: alc5632: Allow 8kHz stream support.Gravatar Andrey Danin 1-0/+1
2012-02-11ASoC: alc5632: Fix Capture/Playback attributes for microphone inputsGravatar Paul Fertser 1-5/+5
2012-02-11ASoC: alc5632: Fix Boost Volume TLVs used for the external microphonesGravatar Paul Fertser 1-6/+5
2012-02-11ASoC: alc5632: Connect HP/HPL/HPR mix'es to HPOut MixGravatar Marc Dietrich 1-0/+3
2012-02-11ASoC: alc5632: Fix I2S digital interface power for recordingGravatar Andrey Danin 1-1/+1
2012-02-11ASoC: alc5632: Add DMIC switches and controlsGravatar Andrey Danin 1-3/+23
2012-02-11ASoC: alc5632: Refactored DAPM routes to add voice supportGravatar Andrey Danin 1-16/+69
2012-02-11ASoC: alc5632: Remove unexisting route from Phone Mix to Mono MixGravatar Andrey Danin 1-1/+0
2012-02-11ASoC: alc5632: Rename capture switches to common scheme XXX2RECGravatar Andrey Danin 1-28/+28
2012-02-11ASoC: alc5632: Add voice DAC playback switchGravatar Andrey Danin 1-0/+2
2012-02-11ASoC: alc5632: Fixed voice DAC volume step.Gravatar Andrey Danin 1-1/+1
2012-02-11ASoC: alc5632: Coding style. Remove two extra empty lines.Gravatar Andrey Danin 1-2/+0
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Gravatar Liam Girdwood 1-1/+1
2012-01-23ASoC: Add __devinit/__devexit annotations at necessary placesGravatar Axel Lin 1-1/+1
2011-12-13ASoC: Rename ALC5632 MICBIAS to common name convention.Gravatar Leon Romanovsky 1-2/+2
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackGravatar Lars-Peter Clausen 1-1/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsGravatar Lars-Peter Clausen 1-1/+1
2011-11-17ASoC: alc5632: Remove volatile registers from regmap defaultsGravatar Leon Romanovsky 1-7/+0
2011-11-17ASoC: alc5632: Update of i2c_probe function to use regmap API onlyGravatar Leon Romanovsky 1-37/+30
2011-11-17ASoC: alc5632: Added support of two undocumented registersGravatar Leon Romanovsky 1-0/+2
2011-11-17ASoC: alc5632: Remove unrelevant registers and name the relevantGravatar Leon Romanovsky 1-112/+49
2011-11-16ASoC: alc5632: rename volume/switch contols for master and speaker volumes.Gravatar Andrey Danin 1-4/+4
2011-11-16ASoC: Convert ALC5632 codec to use regmap APIGravatar Leon Romanovsky 1-58/+159
2011-11-16ASoC: alc5632: Fix compile without CONFIG_PMGravatar Leon Romanovsky 1-0/+5
2011-11-14ASoC: Remove unused control_data and mutex fields from struct alc5632_privGravatar Axel Lin 1-4/+0
2011-11-11ASoC: Remove unnecessary backslash from alc5632 codecGravatar Leon Romanovsky 1-1/+1
2011-11-11ASoC: Remove unused defines in alc5632 codecGravatar Leon Romanovsky 1-21/+0
2011-11-10ASoC: Add new Realtek ALC5632 CODEC driverGravatar Leon Romanovsky 1-0/+1153