summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mfd: Convert twl6040 to i2c driver, and separate it from twl corePeter Ujfalusi2012-04-163-5/+3
| * | | | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-04-205-13/+79
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Merge branch 'fix/cxt-stable' into fix/hdaTakashi Iwai2012-04-191-5/+30
| | |\ \
| | | * | ALSA: hda/conexant - Set up the missing docking-station pinsTakashi Iwai2012-04-191-3/+25
| | | * | ALSA: hda/conexant - Don't set HP pin-control bit unconditionallyTakashi Iwai2012-04-191-2/+7
| | * | | ALSA: workaround: change the timing of alsa_sound_last_init()Kuninori Morimoto2012-04-191-1/+1
| | * | | ALSA: hda/sigmatel - Fix inverted mute LEDTakashi Iwai2012-04-191-3/+2
| | * | | ALSA: hda/realtek - Fix regression on Quanta/Gericom KN1Takashi Iwai2012-04-191-4/+45
| | * | | ALSA: fix core/vmaster.c kernel-doc warningRandy Dunlap2012-04-181-0/+1
* | | | | ASoC: wm8731: Convert to devm_ functionsMark Brown2012-05-121-27/+10
* | | | | ASoC: wm5100: Convert to module_i2c_driver()Mark Brown2012-05-121-11/+1
* | | | | ASoC: littlemill: Use a widget to keep track of AIF2 clockingMark Brown2012-05-121-33/+53
* | | | | ASoC: mxs: add device tree support for mxs-sgtl5000Shawn Guo2012-05-121-0/+46
* | | | | ASoC: mxs: add device tree support for mxs-saifShawn Guo2012-05-121-18/+54
* | | | | ASoC: mxs: mxs-pcm does not need to be a plaform_driverShawn Guo2012-05-125-35/+15
* | | | | ASoC: pcm: Staticise non-exported functionsMark Brown2012-05-101-10/+12
* | | | | ASoC: mxs: add __devinit for mxs_saif_probeShawn Guo2012-05-101-1/+1
* | | | | ASoC: ux500: Don't make the CPU I2S driver user selectableMark Brown2012-05-101-3/+1
* | | | | ASoC: ux500: Fix dependenciesMark Brown2012-05-101-0/+1
* | | | | ASoC: cs42l52: Staticise non-exported symbolsMark Brown2012-05-091-2/+2
* | | | | ASoC: wm8994: Use regmap directly for wm8994_mic_workMark Brown2012-05-091-7/+9
* | | | | ASoC: wm8994: Add debounce to wm8994 mic detectionMark Brown2012-05-092-7/+22
* | | | | ASoC: wm8994: Fix sparse warning due to use of 0 as NULLMark Brown2012-05-091-1/+1
* | | | | ASoC: cs42l73: Use DAPM routes to hook AIF widgets to DAI'sBrian Austin2012-05-091-13/+28
* | | | | ASoC: cs42l73: Remove Chip ID's from reg_defaultBrian Austin2012-05-091-3/+0
* | | | | ASoC: cs42l73: Convert to module_i2c_driver()Brian Austin2012-05-091-19/+1
* | | | | ASoC: rt5631: Convert to direct regmap API usageMark Brown2012-05-091-41/+54
* | | | | ASoC: rt5631: Convert to module_i2c_driver()Mark Brown2012-05-091-11/+1
* | | | | ASoC: Ux500: Add MSP I2S-driverOla Lilja2012-05-098-0/+2238
* | | | | ASoC: alc5632: Convert to devm_regmap_init_i2c()Axel Lin2012-05-081-7/+1
* | | | | ASoC: alc5632: Convert to module_i2c_driver()Axel Lin2012-05-081-19/+1
* | | | | ASoC: alc5623: Convert to module_i2c_driver()Axel Lin2012-05-081-19/+1
* | | | | ASoC: wm9081: Hook DAC up via DAPM rather than streamMark Brown2012-05-081-2/+3
* | | | | ASoC: lowland: Support digital link for WM9081Mark Brown2012-05-081-15/+27
* | | | | ASoC: lowland: Convert to dai_fmtMark Brown2012-05-081-29/+4
* | | | | ASoC: pcm: Fix DPCM for aux_devsMark Brown2012-05-081-0/+3
* | | | | ASoC: twl6040: Remove HS/HF gain ramp featurePeter Ujfalusi2012-05-071-429/+12
* | | | | ASoC: pxa: allocate the SSP DMA parameters in startupguoyh2012-05-071-17/+11
* | | | | ASoC: da7210: Minor improvements and a bugfixAshish Chavan2012-05-031-13/+15
* | | | | ASoC: wm5100: Set the DAI base address in the DAI driversMark Brown2012-05-021-21/+5
* | | | | ASoC: wm_hubs: Cache multiple DCS offsetsMark Brown2012-05-012-10/+67
* | | | | ASoC: tegra: add device tree support for TrimSliceStephen Warren2012-04-301-0/+34
* | | | | ASoC: wm8350: Replace use of custom I/O with snd_soc_read()/write()Mark Brown2012-04-301-37/+37
* | | | | ASoC: wm8350: Remove check for clocks in trigger()Mark Brown2012-04-301-40/+0
* | | | | ASoC: cs42l52: Remove duplicate module exit codeMark Brown2012-04-301-7/+0
* | | | | ASoC: Add support for CS42L52 CodecBrian Austin2012-04-304-0/+1582
* | | | | ASoC: core: Fix dai_link dereference.Liam Girdwood2012-04-301-1/+1
* | | | | ASoC: fsl: add sgtl5000 clock support for imx-sgtl5000Richard Zhao2012-04-271-8/+32
* | | | | ASoC: imx-sgtl5000: add of_node_put when probe fail.Richard Zhao2012-04-271-11/+18
* | | | | ASoC: wm_hubs: Enable class W for output mixer pathsMark Brown2012-04-271-21/+40
OpenPOWER on IntegriCloud