| Commit message (Expand) | Author | Age | Files | Lines |
* | ASoC: constify snd_soc_codec_driver structures | Julia Lawall | 2016-09-01 | 1 | -1/+1 |
* | ASoC: codec duplicated callback function goes to component on wm8978 | Kuninori Morimoto | 2016-08-08 | 1 | -6/+8 |
* | ASoC: drivers: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-07-15 | 1 | -1/+0 |
* | ASoC: wm8978: Replace direct snd_soc_codec dapm field access | Lars-Peter Clausen | 2015-06-01 | 1 | -1/+1 |
* | ASoC: Move bias level update to the core | Lars-Peter Clausen | 2015-04-27 | 1 | -1/+0 |
* | ASoC: Route all bias level updates through the core | Lars-Peter Clausen | 2015-04-27 | 1 | -2/+2 |
* | ASoC: wm8978: Cleanup manual bias level transitions | Lars-Peter Clausen | 2014-11-24 | 1 | -10/+0 |
* | ASoC: wm8978: Convert to params_width() | Mark Brown | 2014-07-31 | 1 | -7/+7 |
* | Merge remote-tracking branch 'asoc/topic/io' into asoc-next | Mark Brown | 2014-03-13 | 1 | -7/+1 |
|\ |
|
| * | ASoC: codec: Simplify ASoC probe code. | Xiubo Li | 2014-03-11 | 1 | -7/+1 |
* | | ASoC: wm8978: Remove superfluous const | Takashi Iwai | 2014-02-20 | 1 | -15/+15 |
|/ |
|
* | ASoC: wm8978: enable symmetric rates | Kuninori Morimoto | 2013-07-12 | 1 | -0/+1 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2013-01-29 | 1 | -18/+8 |
|\ |
|
| * | ASoC: codecs: remove __dev* attributes | Bill Pemberton | 2012-12-09 | 1 | -4/+4 |
| * | Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-next | Mark Brown | 2012-12-09 | 1 | -13/+3 |
| |\ |
|
| | * | ASoC: wm8978: Use devm_regmap_init_i2c() | Sachin Kamat | 2012-12-02 | 1 | -10/+3 |
| | * | ASoC: wm8978: Remove remuxing of GPIO1 pin | Eric Millbrandt | 2012-11-16 | 1 | -3/+0 |
| * | | ASoC: wm8978: pll incorrectly configured when codec is master | Eric Millbrandt | 2012-11-06 | 1 | -1/+1 |
| |/ |
|
* / | sound: soc: Fix typo in sound/codecs | Masanari Iida | 2013-01-09 | 1 | -3/+3 |
|/ |
|
* | ASoC: wm8978: Use module_i2c_driver | Sachin Kamat | 2012-08-06 | 1 | -17/+1 |
* | ASoC: codecs: Remove rtd->codec usage from CODEC drivers | Mark Brown | 2012-04-04 | 1 | -2/+1 |
* | ASoC: Push wm8978 reset down into the I2C probe | Mark Brown | 2012-01-20 | 1 | -7/+15 |
* | ASoC: Convert wm8978 to direct regmap API usage | Mark Brown | 2012-01-20 | 1 | -22/+94 |
* | ASoC: Use standard cache sync for WM8978 | Mark Brown | 2012-01-20 | 1 | -8/+1 |
* | ASoC: Convert wm8978 to devm_kzalloc() | Mark Brown | 2012-01-20 | 1 | -4/+4 |
* | ASoC: Convert wm8978 to table based DAPM and control init | Mark Brown | 2012-01-20 | 1 | -17/+8 |
* | ASoC: Remove unused control type from wm8978 driver | Mark Brown | 2012-01-20 | 1 | -1/+0 |
* | ASoC: Make WM8978 I2C usage unconditional | Mark Brown | 2012-01-20 | 1 | -6/+0 |
* | ASoC: Drop unused state parameter from CODEC suspend callback | Lars-Peter Clausen | 2011-12-02 | 1 | -1/+1 |
* | ASoC: Remove unneeded platform_device.h inclusions from CODECs | Mark Brown | 2011-11-27 | 1 | -1/+0 |
* | ASoC: Constify snd_soc_dai_ops structs | Lars-Peter Clausen | 2011-11-23 | 1 | -1/+1 |
* | ASoC: Remove unused "control_data" field of struct wm8978_priv | Axel Lin | 2011-09-27 | 1 | -3/+0 |
* | ASoC: Add TLV information for WM8978 DAC limiter | Mark Brown | 2011-03-03 | 1 | -2/+3 |
* | Merge branch 'for-2.6.38' into for-2.6.39 | Mark Brown | 2011-03-03 | 1 | -6/+8 |
|\ |
|
| * | ASoC: Fix broken bitfield definitions in WM8978 | Mark Brown | 2011-03-03 | 1 | -6/+8 |
* | | ASoC: Avoid direct register cache access when setting defaults | Mark Brown | 2011-01-17 | 1 | -1/+1 |
|/ |
|
* | ASoC: codecs: Remove unused reg_cache fields from device structs | Lars-Peter Clausen | 2010-12-29 | 1 | -1/+0 |
* | ASoC: Do not include soc-dapm.h | Jarkko Nikula | 2010-11-22 | 1 | -1/+0 |
* | ASoC: Decouple DAPM from CODECs | Liam Girdwood | 2010-11-06 | 1 | -5/+6 |
* | ASoC: Fix WM8978/migor driver name conflict | Mark Brown | 2010-09-20 | 1 | -1/+1 |
* | ASoC: multi-component - ASoC Multi-Component Support | Liam Girdwood | 2010-08-12 | 1 | -135/+55 |
* | ASoC: wm8978: fix a memory leak if a wm8978_register fail | Axel Lin | 2010-08-03 | 1 | -3/+7 |
* | Merge branch 'topic/asoc' into for-linus | Takashi Iwai | 2010-05-20 | 1 | -6/+6 |
|\ |
|
| * | ASoC: Add indirection for CODEC private data | Mark Brown | 2010-04-17 | 1 | -6/+6 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | ASoC: improve MCLKDIV calculation in wm8978, when OPCLK is not used | Guennadi Liakhovetski | 2010-02-01 | 1 | -37/+78 |
* | ASoC: clean up wm8974 and wm8978 clock divider handling | Guennadi Liakhovetski | 2010-01-29 | 1 | -15/+4 |
* | ASoC: remove bogus SLEEP mode from wm8978 driver | Guennadi Liakhovetski | 2010-01-29 | 1 | -5/+0 |
* | ASoC: add a WM8978 codec driver | Guennadi Liakhovetski | 2010-01-27 | 1 | -0/+1124 |