summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Collapse)AuthorFilesLines
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown1-1/+1
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8955' into asoc-nextMark Brown1-10/+1
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-nextMark Brown1-15/+2
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-nextMark Brown1-110/+107
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8753' into asoc-nextMark Brown1-27/+6
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8750' into asoc-nextMark Brown1-20/+66
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8741' into asoc-nextMark Brown1-2/+2
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8510' into asoc-nextMark Brown1-3/+0
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-nextMark Brown1-11/+3
2012-12-09Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-nextMark Brown1-3/+1
2012-12-09Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-nextMark Brown1-418/+41
2012-12-09Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown1-1/+1
2012-12-09Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown1-171/+248
2012-12-09Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown5-24/+58
2012-12-09Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown2-0/+27
2012-12-09Merge remote-tracking branch 'asoc/topic/si476x' into asoc-nextMark Brown3-0/+261
2012-12-09Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown30-128/+292
2012-12-09Merge remote-tracking branch 'asoc/topic/rt5631' into asoc-nextMark Brown1-1/+1
2012-12-09Merge remote-tracking branch 'asoc/topic/max98090' into asoc-nextMark Brown3-0/+583
2012-12-09Merge remote-tracking branch 'asoc/topic/max9768' into asoc-nextMark Brown1-5/+2
2012-12-09Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown5-284/+309
2012-12-09Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-nextMark Brown1-8/+2
2012-12-09Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-nextMark Brown3-94/+168
2012-12-09Merge remote-tracking branch 'asoc/topic/jz4740' into asoc-nextMark Brown2-83/+60
2012-12-09Merge remote-tracking branch 'asoc/topic/jack' into asoc-nextMark Brown1-3/+0
2012-12-09Merge remote-tracking branch 'asoc/topic/hotplug' into asoc-nextMark Brown12-22/+22
2012-12-09Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown6-3/+418
2012-12-09Merge remote-tracking branch 'asoc/topic/fsi' into asoc-nextMark Brown1-69/+481
2012-12-09Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-nextMark Brown1-0/+2
2012-12-09Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown5-86/+141
2012-12-09Merge remote-tracking branch 'asoc/topic/da9055' into asoc-nextMark Brown1-13/+30
2012-12-09Merge remote-tracking branch 'asoc/topic/da7210' into asoc-nextMark Brown1-21/+3
2012-12-09Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown1-3/+18
2012-12-09Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown9-537/+843
2012-12-09Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown6-58/+308
2012-12-09Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-nextMark Brown1-21/+2
2012-12-09Merge remote-tracking branch 'asoc/topic/ak4535' into asoc-nextMark Brown1-6/+1
2012-12-09Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-nextMark Brown1-17/+48
2012-12-09Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown6-33/+1461
2012-12-09Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-nextMark Brown1-1/+1
2012-12-09Merge remote-tracking branch 'asoc/fix/omap' into asoc-nextMark Brown5-15/+11
2012-12-09ASoC: wm5110: Enable volume ramp controlMark Brown1-0/+6
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-09ASoC: wm5102: Enable volume ramp controlMark Brown1-0/+6
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-09ASoC: arizona: Add volume ramp controlsMark Brown2-0/+31
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-07ALSA: usb6fire: prevent driver panic state when stoppingJurgen Kramer1-0/+3
The patch below prevents the 6fire usb driver going into panic state when stopping playing. On some systems the urb in handler (usb6fire_pcm_in_urb_handler) is being called while urbs are being killed off, this causes the driver to set panic state and can result in the kernel warning 'URB %p submitted while active'. Signed-off-by: Jurgen Kramer <gtmkramer@xs4all.nl> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-12-07ASoC: Samsung: Do not register samsung audio dma device as pdevPadmavathi Venna30-49/+105
Previously, the ASoC 'platform' (PCM/DMA) object was instantiated via a platform_device. This didn't represent the hardware well, since there was no separate hardware associated with this platform_device; it was a virtual device with sole purpose to call snd_soc_register_platform(). This change removes the platform_device completely. Each Samsung DAI now registers the ASoC 'platform' itself. Machine drivers are adjusted for the new 'platform' name. Signed-off-by: Padmavathi Venna <padma.v@samsung.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-12-07ALSA: Remove the rest of __devinit* in commentsTakashi Iwai3-10/+10
Remove the leftover __devinit* in comments. They have been commented out because they couldn't fit with __dev* although they should have matched. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-12-07ALSA: hda - Remove superfluous DELAYED_INIT*_MARKTakashi Iwai1-15/+7
Since __devinit* have been removed completely, DELAYED_INIT*_MARK in hda_intel.c became NOP. Let's rip them off. Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-12-07ALSA: snd-usb-caiaq: remove __dev* attributesBill Pemberton2-7/+7
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Acked-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
2012-12-07ALSA: snd-usb-6fire: remove __dev* attributesBill Pemberton10-17/+17
CONFIG_HOTPLUG is going away as an option. As result the __dev* markings will be going away. Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst, and __devexit. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Takashi Iwai <tiwai@suse.de>