alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-09-19 09:49:57 to 2013-09-23 18:27:39 UTC [more...]

[PATCH 00/51] DMA mask changes
 2013-09-23 18:27 UTC  (81+ messages)
` [PATCH 01/51] DMA-API: provide a helper to set both DMA and coherent DMA masks
` [PATCH 02/51] DMA-API: net: brocade/bna/bnad.c: fix 32-bit DMA mask handling
` [PATCH 03/51] DMA-API: net: intel/e1000e: "
` [PATCH 06/51] DMA-API: net: intel/ixgb: "
` [PATCH 07/51] DMA-API: net: intel/ixgbe: "
` [PATCH 10/51] DMA-API: net: broadcom/bnx2x: replace dma_set_mask()+dma_set_coherent_mask() with new helper
` [PATCH 12/51] DMA-API: net: intel/e1000: "
` [PATCH 13/51] DMA-API: net: sfc/efx.c: "
` [PATCH 14/51] DMA-API: net: b43: "
` [PATCH 15/51] DMA-API: net: b43legacy: "
` [PATCH 16/51] DMA-API: ppc: vio.c: "
` [PATCH 17/51] DMA-API: block: nvme-core: "
` [PATCH 18/51] DMA-API: staging: et131x: "
` [PATCH 19/51] DMA-API: media: dt3155v4l: "
` [PATCH 20/51] DMA-API: usb: bcma: "
` [PATCH 21/51] DMA-API: usb: ssb-hcd: "
` [PATCH 22/51] DMA-API: amba: get rid of separate dma_mask
` [PATCH 23/51] DMA-API: dma: pl08x: add dma_set_mask_and_coherent() call
    ` [alsa-devel] "
` [PATCH 24/51] DMA-API: dma: pl330: "
        ` [alsa-devel] "
` [PATCH 25/51] DMA-API: video: clcd: "
` [PATCH 26/51] DMA-API: usb: ohci-sa1111: add a note about DMA masks
` [PATCH 28/51] DMA-API: sound: fix dma mask handling in a lot of drivers
` [PATCH 29/51] DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent()
` [PATCH 30/51] DMA-API: dma: dw_dmac.c: "
` [PATCH 31/51] DMA-API: media: omap3isp: "
` [PATCH 32/51] DMA-API: mmc: sdhci-acpi: "
` [PATCH 33/51] DMA-API: net: nxp/lpc_eth: "
` [PATCH 34/51] DMA-API: net: octeon: "
` [PATCH 35/51] DMA-API: parport: parport_pc.c: "
` [PATCH 36/51] DMA-API: usb: use dma_set_coherent_mask()
` [PATCH 37/51] DMA-API: usb: use new dma_coerce_mask_and_coherent()
` [PATCH 38/51] DMA-API: staging: use dma_set_coherent_mask()
` [PATCH 39/51] DMA-API: others: "
` [PATCH 40/51] DMA-API: crypto: fix ixp4xx crypto platform device support
` [PATCH 41/51] DMA-API: crypto: remove last references to 'static struct device *dev'
` [PATCH 42/51] DMA-API: usb: musb: use platform_device_register_full() to avoid directly messing with dma masks
  ` [PATCH 04/51] DMA-API: net: intel/igb: fix 32-bit DMA mask handling
  ` [PATCH 05/51] DMA-API: net: intel/igbvf: "
  ` [PATCH 08/51] DMA-API: net: intel/ixgbevf: "
  ` [PATCH 09/51] DMA-API: net: broadcom/b44: replace dma_set_mask()+dma_set_coherent_mask() with new helper
  ` [PATCH 11/51] DMA-API: net: emulex/benet: "
  ` [PATCH 27/51] DMA-API: provide a helper to setup DMA masks
  ` [PATCH 43/51] DMA-API: dma: edma.c: no need to explicitly initialize "
    ` [alsa-devel] "
  ` [PATCH 44/51] DMA-API: dcdbas: update DMA mask handing
` [PATCH 45/51] DMA-API: firmware/google/gsmi.c: avoid direct access to DMA masks
` [PATCH 46/51] ARM: DMA-API: better handing of DMA masks for coherent allocations
` [PATCH 47/51] ARM: 7794/1: block: Rename parameter dma_mask to max_addr for blk_queue_bounce_limit()
` [PATCH 48/51] ARM: 7795/1: mm: dma-mapping: Add dma_max_pfn(dev) helper function
` [PATCH 49/51] ARM: 7796/1: scsi: Use dma_max_pfn(dev) helper for bounce_limit calculations
` [PATCH 50/51] ARM: 7797/1: mmc: "
` [PATCH 51/51] ARM: 7805/1: mm: change max*pfn to include the physical offset of memory

[PATCH 1/3] mfd: mc13xxx: Don't require lock for simple register I/O
 2013-09-23 18:14 UTC  (3+ messages)
` [PATCH 2/3] mfd: mc13xxx: Move SPI erratum workaround into SPI I/O function
` [PATCH 3/3] ASoC: mc13783: Use regmap directly from ASoC

[PATCH 1/3] ASoC: max98095: Remove custom hw_write() implementation
 2013-09-23 18:10 UTC  (3+ messages)
` [PATCH 2/3] ASoC: max90895: Convert to table based control init
` [PATCH 3/3] ASoC: max98095: Convert to direct regmap API usage

[PATCH] ASoC: max9850: Convert to direct regmap API usage
 2013-09-23 17:16 UTC 

[PATCH 1/3] ASoC: max98088: Fix indentation
 2013-09-23 16:58 UTC  (3+ messages)
` [PATCH 2/3] ASoC: max98088: Use table based control init
` [PATCH 3/3] ASoC: max98088: Convert to direct regmap API usage

How to deal with snooping in firmware?
 2013-09-23 16:37 UTC 

[PATCH 1/5] ASoC: Docs: Update codec documentation
 2013-09-23 13:42 UTC  (6+ messages)
` [PATCH 2/5] ASoC: Docs: Platform update
` [PATCH 3/5] ASoC: Docs: update DAPM
` [PATCH 4/5] ASoC: Docs: Machine update
` [PATCH 5/5] ASoC: Docs: Add documentation for Dynamic PCM

[PATCH] ALSA: compress: Make sure we trigger STOP before closing the stream
 2013-09-23 10:19 UTC  (10+ messages)
` [PATCH] ALSA: compress: Fix compress device unregister

[PATCH] ASoC: fsl: fsl_ssi: Fix simultaneous capture and playback
 2013-09-23  4:08 UTC 

[PATCH] sound/soc/fsl/fsl_ssi.c: let checking none-zero instead of checking NO_IRQ
 2013-09-23  3:36 UTC  (3+ messages)
  ` [PATCH v2] sound/soc/fsl/fsl_ssi.c: let check zero instead of check NO_IRQ

fsl_ssi: Cannot do simultaneous capture and playback
 2013-09-23  3:19 UTC  (6+ messages)

[PATCH] HDA-Intel: present up to 8 HDMI/DP outputs via "hdmi" device
 2013-09-22 22:17 UTC  (2+ messages)

[alsa-devel] Buffer size for ALSA USB PCM audio
 2013-09-22 21:50 UTC  (2+ messages)

[RFC/RFT PATCH] ALSA: hda - hdmi: Add ATI/AMD multi-channel audio support
 2013-09-22 21:14 UTC  (2+ messages)

[PATCH 4/5] ALSA: Fix assignment of 0/1 to bool variables
 2013-09-22 18:44 UTC 

[PATCH] ASoC: bells: Specify REFCLK for FLLs
 2013-09-22 13:40 UTC  (4+ messages)

[PATCH v2] ALSA : hda - not use assigned converters for all unused pins
 2013-09-22  0:34 UTC 

[PATCH v2 1/2] ASoC: kirkwood: clk: probe defer when clock not yet ready
 2013-09-21 17:06 UTC  (5+ messages)

[PATCH v2 2/2] ASoC: kirkwood: fix loss of external clock at probe time
 2013-09-21 13:36 UTC  (2+ messages)

[PATCH] ASoC: adav80x: Convert to direct regmap API usage
 2013-09-21 13:16 UTC  (5+ messages)

[PATCH v2 0/2] ASoC: kirkwood: fix loss of external clock at probe time
 2013-09-21  9:59 UTC 

hdmi audio on Shuttle XS35GS V3L
 2013-09-20 15:27 UTC  (5+ messages)

[RFC PATCH] ALSA : hda - not use assigned converters for all unused pins
 2013-09-20 14:48 UTC  (5+ messages)

[PATCH 1/3] ASoC: ab8500: Downgrade noisy log message
 2013-09-20 12:09 UTC  (4+ messages)
` [PATCH 2/3] ASoC: ab8500: Use ASoC I/O functions
` [PATCH 3/3] ASoC: ab8500: Convert register I/O to regmap

Alsa mmap and asynchronous callbacks
 2013-09-20  3:03 UTC 

No sound with Sony VAIO VPCZ1 (ALC889)
 2013-09-19 22:10 UTC  (29+ messages)

[PATCH] ASoC: generic: Add generic DT based simple codec
 2013-09-19 18:12 UTC  (6+ messages)

[PATCH 1/2] ASoC: 88pm60x: Don't use control data for i2c
 2013-09-19 18:02 UTC  (2+ messages)
` [PATCH 2/2] ASoC: 88pm860x: Use regmap for I/O

[RFC PATCH] ES938 support for ES18xx driver
 2013-09-19 17:36 UTC  (5+ messages)

[PATCH] Fix access of freed memory in namehints
 2013-09-19 16:44 UTC  (2+ messages)

question about webcam audio capture
 2013-09-19 16:19 UTC  (5+ messages)
` [alsa-devel] "

[PATCH 1/1] ASoC: mmp-sspa: Use devm_snd_soc_register_component
 2013-09-19 13:59 UTC  (2+ messages)

[PATCH 1/1] ASoC: omap-mcpdm: Use devm_snd_soc_register_component
 2013-09-19 13:59 UTC  (2+ messages)

[PATCH 1/1] ASoC: mxs-saif: Use devm_snd_soc_register_component
 2013-09-19 13:59 UTC  (2+ messages)

[PATCH 1/1] ASoC: fsl_spdif: Use devm_snd_soc_register_component
 2013-09-19 13:59 UTC  (2+ messages)

[PATCH 1/1] ASoC: omap-twl4030: Use devm_snd_soc_register_card
 2013-09-19 13:58 UTC  (2+ messages)

[PATCH 1/1] ASoC: mfld: Use devm_snd_soc_register_card
 2013-09-19 13:57 UTC  (2+ messages)

[PATCH 1/3] ASoC: imx-sgtl5000: Use devm_snd_soc_register_card
 2013-09-19 13:57 UTC  (2+ messages)

[PATCH v2 00/11] Fix AM335x-evm analog audio support
 2013-09-19 13:45 UTC  (20+ messages)
` [PATCH v2 05/11] ASoC: davinci-mcasp: Remove interrupt property from DT bindings doc
  ` [PATCH v3 00/11] Fix AM335x-evm analog audio support
      ` [PATCH v3 01/11] ASoC: davinci-evm: Move sysclk logic away from evm_hw_params
      ` [PATCH v3 02/11] ASoC: davinci-evm: Add device tree binding
      ` [PATCH v3 03/11] ASoC: davinci-mcasp: Add DMA register locations to DT
      ` [PATCH v3 05/11] ASoC: davinci-mcasp: Interrupts property to optional and add interrupt-names
      ` [PATCH v3 08/11] ASoC: tlv320aic3x: Add codec pins to DT bindings document
      ` [PATCH v3 10/11] ARM/dts: am33xx: mcasp: Add new dma register location to reg-property
      ` [PATCH v3 11/11] ARM/dts: am335x-evm: Add audio support for am335x-evm.dts
    ` [PATCH v3 04/11] ASoC: davinci-mcasp: Extract DMA channels directly from DT
    ` [PATCH v3 06/11] ASoC: davinci: Add support for AM33xx SoC Audio
    ` [PATCH v3 07/11] ASoC: tlv320aic3x: Add regulators to DT bindings document
    ` [PATCH v3 09/11] ARM/dts: am33xx: Add mcasp0 and mcasp1 device tree entries

[PATCH] ASoC: rt5640: Omit ACPI match table only if !ACPI
 2013-09-19 13:22 UTC  (4+ messages)

[PATCH] ASoC: fsl: imx-sgtl5000: fix error path if codec driver not found
 2013-09-19 12:52 UTC 

[PATCH] ASoC: fsl: imx-wm8962: defer probing if ssi/codec not found
 2013-09-19 12:16 UTC 

[PATCH 1/3] mfd: mc13xxx: Don't require lock for simple register I/O
 2013-09-19 12:09 UTC  (8+ messages)
` [PATCH 2/3] mfd: mc13xxx: Move SPI erratum workaround into SPI I/O function

[PATCH] ASoC: rt5640: ifdef for ACPI module table
 2013-09-19 12:02 UTC  (10+ messages)

[PATCH] ASoC: kirkwood: fix loss of external clock at probe time
 2013-09-19 11:06 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).