summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8995.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: remove __dev* attributesBill Pemberton2012-12-101-7/+7
* ASoC: wm8995: Convert to use devm_regmap_init_{spi,i2c}()Tushar Behera2012-11-231-23/+3
* ASoC: wm8995: Convert to use devm_kzalloc()Tushar Behera2012-11-231-10/+4
* ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood2012-02-041-1/+1
* ASoC: Set idle_bias_off flag in snd_soc_codec_driverAxel Lin2012-01-271-1/+1
* ASoC: Fix wm8995 regmap usageMark Brown2011-12-141-0/+1
* ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen2011-12-021-1/+1
* ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen2011-11-231-3/+3
* ASoC: Convert WM8995 to direct regmap usageMark Brown2011-11-101-109/+608
* ASoC: Convert wm8995 MICBIASes to supply widgetsMark Brown2011-10-311-2/+4
* ASoC: wm8995: Slightly optimize configure_clockAxel Lin2011-10-041-8/+4
* ASoC: Add missed regulator_unregister_notifier and regulator_bulk_free in wm8...Axel Lin2011-09-301-0/+7
* ASoC: wm8995: Remove unused i2c variable in wm8995_remove()Axel Lin2011-09-161-2/+0
* ASoC: wm8995: Return -EINVAL if device ID mismatchAxel Lin2011-09-161-0/+1
* ASoC: Fix wrong data type access in a few codec driversJarkko Nikula2011-05-161-2/+2
* Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-191-1/+1
|\
| * ASoC: WM8995: Fix incorrect use of snd_soc_update_bits()Dimitris Papastamos2011-01-191-1/+1
* | ASoC: WM8995: Add regulator handling codeDimitris Papastamos2011-01-171-5/+97
* | ASoC: Update users of readable_register()/volatile_register()Dimitris Papastamos2011-01-131-1/+1
* | Merge branch 'for-2.6.38' into for-2.6.39Mark Brown2011-01-131-1/+1
|\|
| * ASoC: Fix section mismatch in wm8995.cTakashi Iwai2011-01-111-1/+1
* | ASoC: WM8995: Remember to flush the cache on resumeDimitris Papastamos2011-01-111-0/+1
|/
* ASoC: Add initial WM8995 driverDimitris Papastamos2010-12-221-0/+1818