summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Fix shift in WM8958 accessory detection default implementationMark Brown2011-07-151-1/+1
* ASoC: sh: fsi-hdmi: fixup snd_soc_card nameKuninori Morimoto2011-07-091-2/+2
* ASoC: sh: fsi-da7210: fixup snd_soc_card nameKuninori Morimoto2011-07-091-1/+1
* ASoC: sh: fsi-ak4642: fixup snd_soc_card nameKuninori Morimoto2011-07-091-8/+8
* Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2011-07-092-27/+4
|\
| * ASoC: ak4642: fixup snd_soc_update_bits mask for PW_MGMT2Kuninori Morimoto2011-07-071-1/+1
| * ASoC: Manage WM8731 ACTIVE bit as a supply widgetMark Brown2011-07-051-26/+3
* | ASoC: Don't set invalid name string to snd_card->driver fieldTakashi Iwai2011-07-051-2/+3
* | Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2011-07-053-2/+19
|\ \ | |/
| * ASoC: Ensure we delay long enough for WM8994 FLL to lock when startingMark Brown2011-07-041-0/+2
| * ASoC: Tegra: I2S: Ensure clock is enabled when writing regsStephen Warren2011-07-041-0/+6
| * ASoC: Fix Blackfin I2S _pointer() implementation return in bounds valuesMark Brown2011-06-291-2/+11
* | Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg/a...Takashi Iwai2011-07-052-4/+19
|\ \ | |/ |/|
| * ASoC: tlv320aic3x: Do soft reset to codec when going to bias off stateJarkko Nikula2011-05-231-0/+7
| * ASoC: tlv320aic3x: Don't sync first two registers from register cacheJarkko Nikula2011-05-231-1/+1
| * audio: tlv320aic26: fix PLL register configurationMichael Williamson2011-05-211-3/+11
* | ASoC: pxa-ssp: Correct check for stream presenceDaniel Mack2011-06-231-2/+2
* | ASoC: imx: add missing module informationsArnaud Patard (Rtp)2011-06-232-1/+3
* | ASoC: imx: Remove unused Kconfig SND_MXC_SOC_SSI entryArnaud Patard (Rtp)2011-06-231-7/+0
* | ASoC: Remove unused and about to be broken SND_SOC_CUSTOM I/O busMark Brown2011-06-132-5/+1
* | ASoC: SAMSUNG: Fix the incorrect referencing of I2SCON registerSangbeom Kim2011-06-101-2/+2
* | ASoC: snd_soc_new_{mixer,mux,pga} make sure to use right DAPM contextLars-Peter Clausen2011-06-091-9/+8
* | ASoC: fsl: fix initialization of DMA buffersTimur Tabi2011-06-091-4/+5
* | ASoC: WM8804 does not support sample rates below 32kHzMark Brown2011-06-091-2/+7
* | ASoC: Fix WM8962 headphone volume update for use of advanced cachesMark Brown2011-06-081-2/+2
* | ASoC: Blackfin: bf5xx-ad1836: Fix codec device nameLars-Peter Clausen2011-06-071-2/+2
* | ASoC: AD1836: Fix setting the PCM formatLars-Peter Clausen2011-06-062-7/+13
* | ASoC: Check for NULL register bank in snd_soc_get_cache_val()Mark Brown2011-06-061-0/+3
* | ASoC: Add missing break in WM8915 FLL source selectionMark Brown2011-06-061-0/+1
* | ASoC: Only update SYSCLK_ENA when pausing WM8915 SYSCLKMark Brown2011-06-061-1/+1
* | Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2011-06-063-7/+11
|\ \
| * | ASoC: atmel_ssc: Don't try to free ssc if request failedJoachim Eastwood2011-06-031-2/+3
| * | ASoC: Fix wm_hubs input PGA ZC bitsMark Brown2011-05-271-4/+4
| * | ASoC: Fix dapm_is_shared_kcontrol so everything isn't sharedStephen Warren2011-05-271-1/+4
* | | Linux 3.0-rc1v3.0-rc1Linus Torvalds2011-05-291-5/+5
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecr...Linus Torvalds2011-05-296-263/+220
|\ \ \
| * | | eCryptfs: Remove ecryptfs_header_cache_2Tyler Hicks2011-05-293-13/+6
| * | | eCryptfs: Cleanup and optimize ecryptfs_lookup_interpose()Tyler Hicks2011-05-293-105/+88
| * | | eCryptfs: Return useful code from contains_ecryptfs_markerTyler Hicks2011-05-291-16/+10
| * | | eCryptfs: Fix new inode race conditionTyler Hicks2011-05-295-28/+30
| * | | eCryptfs: Cleanup inode initialization codeTyler Hicks2011-05-292-68/+69
| * | | eCryptfs: Consolidate inode functions into inode.cTyler Hicks2011-05-294-107/+91
* | | | Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-2932-279/+3907
|\ \ \ \
| * | | | pnfs-obj: pg_test check for max_io_sizeBoaz Harrosh2011-05-291-1/+18
| * | | | NFSv4.1: define nfs_generic_pg_testBoaz Harrosh2011-05-291-24/+20
| * | | | NFSv4.1: use pnfs_generic_pg_test directly by layout driverBenny Halevy2011-05-294-19/+17
| * | | | NFSv4.1: change pg_test return type to boolBenny Halevy2011-05-296-23/+22
| * | | | NFSv4.1: unify pnfs_pageio_init functionsBenny Halevy2011-05-295-54/+27
| * | | | pnfs-obj: objlayout_encode_layoutcommit implementationBoaz Harrosh2011-05-293-0/+61
| * | | | pnfs: encode_layoutcommitBenny Halevy2011-05-292-3/+17
OpenPOWER on IntegriCloud