summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-03241-3622/+7059
|\
| * ALSA: usb-audio: caiaq: fix endianness bug in snd_usb_caiaq_maschine_dispatchEldad Zack2013-04-301-5/+5
| * ALSA: asihpi: add format support check in snd_card_asihpi_capture_formatsEldad Zack2013-04-291-1/+1
| * ALSA: pcm_format_to_bits strong-typed conversionEldad Zack2013-04-297-11/+12
| * ALSA: compress: fix the states to check for allowing readVinod Koul2013-04-291-2/+10
| * ALSA: hda - Move Thinkpad X220 to use auto parserDavid Henningsson2013-04-291-1/+1
| * ALSA: USB: adjust for changed 3.8 USB APIClemens Ladisch2013-04-297-12/+3
| * ALSA: usb - Avoid unnecessary sample rate changes on USB 2.0 clock sourcesDavid Henningsson2013-04-261-0/+2
| * sound: oss/dmabuf: use dma_map_singleArnd Bergmann2013-04-261-1/+2
| * ALSA: ali5451: use mdelay instead of large udelay constantsArnd Bergmann2013-04-261-4/+4
| * Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-2510-166/+64
| |\
| | * Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown2013-04-231-0/+1
| | |\
| | | * ASoC: ux500: forward declare msp_i2s_platform_dataArnd Bergmann2013-04-231-0/+1
| | * | Merge remote-tracking branch 'asoc/topic/max98088' into asoc-nextMark Brown2013-04-231-1/+1
| | |\ \
| | * \ \ Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown2013-04-231-0/+8
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'asoc/topic/dma' into asoc-nextMark Brown2013-04-2323-579/+532
| | |\ \ \ \
| | | * | | | ASoC: generic-dmaengine-pcm: call dma_request_slave_channel()Shawn Guo2013-04-231-6/+5
| | | * | | | ASoC: generic-dmaengine-pcm: use a more common dma nameShawn Guo2013-04-231-1/+1
| | | * | | | ASoC: mxs: Use generic dmaengine PCMLars-Peter Clausen2013-04-222-126/+12
| | | * | | | ASoC: mxs: Setup dma data in DAI probeLars-Peter Clausen2013-04-221-1/+2
| | | * | | | ASoC: mxs-pcm: Set SNDRV_PCM_INFO_HALF_DUPLEXLars-Peter Clausen2013-04-221-1/+2
| | | * | | | ASoC: generic-dmaengine-pcm: Add support for half-duplexLars-Peter Clausen2013-04-221-13/+30
| | * | | | | Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown2013-04-23143-1479/+3189
| | |\ \ \ \ \
| | | * | | | | ASoC: davinci-mcasp: Add Support BCLK-to-LRCLK ratio for TDM modesMichal Bachraty2013-04-232-4/+5
| | | * | | | | ASoC: davinci-pcm, davinci-mcasp: Clean up active_serializersMichal Bachraty2013-04-233-10/+10
| | * | | | | | Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown2013-04-231-70/+96
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'asoc/topic/core' into asoc-nextMark Brown2013-04-235-20/+42
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | ALSA: hda - Add the support for ALC286 codecKailang Yang2013-04-251-0/+6
| * | | | | | | | ALSA: usb-audio: USB quirk for Yamaha THR10CTrulan Martin2013-04-251-0/+26
| * | | | | | | | ALSA: usb-audio: USB quirk for Yamaha THR5ATrulan Martin2013-04-251-0/+26
| * | | | | | | | ALSA: usb-audio: USB quirk for Yamaha THR10Trulan Martin2013-04-251-0/+26
| * | | | | | | | ALSA: usb-audio: Fix autopm error during probingTakashi Iwai2013-04-251-1/+3
| * | | | | | | | ALSA: snd-usb: try harder to find USB_DT_CS_ENDPOINTDaniel Mack2013-04-251-0/+8
| * | | | | | | | ALSA: sound kconfig typoPavel Machek2013-04-241-1/+1
| * | | | | | | | ALSA: emu10k1: Fix dock firmware loadingTakashi Iwai2013-04-241-6/+33
| * | | | | | | | ALSA: hda - Limit internal mic boost for a few Asus machinesDavid Henningsson2013-04-221-1/+41
| * | | | | | | | ALSA: snd-usb-audio: set the timeout for usb control set messages to 5000 msDaniel Schürmann2013-04-221-1/+9
| * | | | | | | | ALSA: compress: Use kzalloc() for ioctls writing back dataTakashi Iwai2013-04-221-2/+2
| * | | | | | | | ALSA: compress: info leak in snd_compr_get_caps()Dan Carpenter2013-04-221-0/+1
| * | | | | | | | ALSA: compress_core: Rework writes to use cumulative valuesCharles Keepax2013-04-211-7/+11
| * | | | | | | | ALSA: compress_core: Remove unused hw_pointerCharles Keepax2013-04-211-2/+0
| * | | | | | | | ASoC: soc-compress: Deduce stream directionCharles Keepax2013-04-211-1/+8
| * | | | | | | | ALSA: compress_core: Add support for capture streamsCharles Keepax2013-04-211-2/+41
| * | | | | | | | ALSA: compress_core: Deconstify copy callback bufferCharles Keepax2013-04-212-4/+6
| * | | | | | | | ALSA: compress_core: Calculate avail correctly for capture streamsCharles Keepax2013-04-211-11/+18
| * | | | | | | | ALSA: compress_core: Update calc_avail to use cumulative valuesCharles Keepax2013-04-211-18/+5
| * | | | | | | | Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2013-04-1826-457/+539
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote-tracking branch 'asoc/topic/max98088' into asoc-nextMark Brown2013-04-181-7/+25
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | ASoC: max98088: Fix logging of hardware revision.Dylan Reid2013-04-171-1/+1
| | * | | | | | | | Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown2013-04-185-5/+12
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
OpenPOWER on IntegriCloud