summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Remove unnecessary backslash from alc5632 codecLeon Romanovsky2011-11-111-1/+1
* ASoC: Remove unused defines in alc5632 codecLeon Romanovsky2011-11-111-21/+0
* ASoC: Convert WM8995 to direct regmap usageMark Brown2011-11-101-109/+608
* ASoC: Move WM5100 platform data based setup into I2C probeMark Brown2011-11-101-18/+18
* ASoC: Add new Realtek ALC5632 CODEC driverLeon Romanovsky2011-11-104-0/+1407
* ASoC: Fix duplicate const warnings in da7210.cMark Brown2011-11-101-2/+2
* ASoC: Convert WM5100 gpiolib support to direct regmap API usageMark Brown2011-11-091-27/+25
* ASoC: Move most WM5100 resource allocation to I2C probeMark Brown2011-11-091-132/+131
* ASoC: Mark WM5100 MISC CONTROL as readableMark Brown2011-11-091-0/+1
* ASoC: Need to convert wm5100 cache sync to direct regmap usage tooMark Brown2011-11-091-1/+1
* ASoC: wm9081: Use snd_soc_update_bits for read-modify-writeAxel Lin2011-11-091-46/+35
* ASoC: Convert wm8971 MICBIAS to a supply widgetMark Brown2011-11-091-1/+1
* ASoC: Disable debounce on some WM8962 interruptsMark Brown2011-11-081-0/+6
* Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-081-5/+5
|\
| * ASoC: wm9081: Don't write WM9081_BIAS_ENA bit to WM9081_VMID_CONTROL registerAxel Lin2011-11-081-4/+4
| * ASoC: wm9081: Fix reading wrong register for setting VMID 2*240kAxel Lin2011-11-081-1/+1
* | ASoC: Convert WM9081 to direct regmap API usageMark Brown2011-11-081-98/+180
* | ASoC: Convert wm5100 to direct regmap API usageMark Brown2011-11-083-758/+786
* | ASoC: Convert WM8962 to direct regmap usageMark Brown2011-11-081-791/+802
* | ASoC: Convert WM8996 gpiolib to regmapMark Brown2011-11-081-29/+27
* | ASoC: Move most WM8996 resource acquisition to I2C probeMark Brown2011-11-081-87/+96
* | ASoC: Convert WM8996 to direct regmap API usageMark Brown2011-11-081-308/+391
* | ASoC: Avoid a redundant read in cs42l51_pdn_eventAxel Lin2011-11-081-8/+5
* | ASoC: ak4642: ak4642 was testedKuninori Morimoto2011-11-081-1/+1
* | Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-0810-1/+10
|\|
| * Merge branch 'for-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Mark Brown2011-11-081-14/+29
| |\
| * \ Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-079-0/+9
| |\ \
| | * | sound: Add module.h to the previously silent sound usersPaul Gortmaker2011-11-019-0/+9
| * | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2011-11-037-18/+34
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-10-2774-1594/+13727
| |\ \ \
| * \ \ \ Merge branch 'topic/remove-irqf_disable' into for-linusTakashi Iwai2011-10-2641-382/+2540
| |\ \ \ \
| | * | | | sound: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* | | | | | Merge branch 'for-3.2' into for-3.3Mark Brown2011-11-088-32/+65
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | ASoC: Ensure we get an impedence reported for WM8958 jack detectMark Brown2011-11-051-11/+26
| * | | | | ASoC: Don't use wm8994->control_data when requesting IRQsMark Brown2011-11-051-2/+2
| * | | | | ASoC: Don't use wm8994->control_data in wm8994_readable_register()Mark Brown2011-11-051-1/+1
| | |_|_|/ | |/| | |
| * | | | ASoC: Ensure we always delay for WM8962 FLL when starting from SYSCLKMark Brown2011-11-011-9/+8
| * | | | ASoC: Ensure the WM8962 oscillator and PLLs start up disabledMark Brown2011-11-011-0/+5
| * | | | ASoC: Ensure WM8962 PLL registers are resetMark Brown2011-11-011-1/+7
| * | | | ASoC: Fix return value of wm5100_gpio_direction_out()Mark Brown2011-10-311-4/+8
| * | | | ASoC: WM8904: Set `invert' bit for Capture SwitchHong Xu2011-10-311-1/+1
| * | | | ASoC: Leave input audio data bit length settings untouched in wm8711_set_dai_fmtAxel Lin2011-10-311-1/+1
| * | | | ASoC: wm8711: Fix wrong mask for setting input audio data bit length selectAxel Lin2011-10-311-1/+1
| * | | | ASoC: tlv320aic3x: Clear BIT_CLK_MASTER and WORD_CLK_MASTER bits for for slav...Axel Lin2011-10-271-0/+1
| * | | | ASoC: tlv320aic23: Clear TLV320AIC23_MS_MASTER bit for slave modeAxel Lin2011-10-271-0/+1
| * | | | ASoC: wm8940: Fix mask for setting BCLKDIVAxel Lin2011-10-271-1/+1
| | |_|/ | |/| |
| * | | ASoC: wm8940: Properly set codec->dapm.bias_levelAxel Lin2011-10-271-0/+2
* | | | ASoC: Disable thermal shutdown when not using speakers in wm_hubsMark Brown2011-11-051-0/+3
* | | | ASoC: Manage thermal shutdown for WM8962Mark Brown2011-11-041-0/+8
* | | | ASoC: Only enable thermal shutdown when required on WM9081Mark Brown2011-11-041-0/+2