alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-26 15:53:54 to 2014-02-28 06:54:06 UTC [more...]

[GIT PULL][PATCH 00/39] Enhancement of support for Firewire devices
 2014-02-28  6:54 UTC  (44+ messages)
` [PATCH 01/39] firewire-lib: Rename functions, structure, member for AMDTP
` [PATCH 02/39] firewire-lib: Add macros instead of fixed value "
` [PATCH 03/39] firewire-lib: Add 'direction' member to 'amdtp_stream' structure
` [PATCH 04/39] firewire-lib: Split some codes into functions to reuse for both streams
` [PATCH 05/39] firewire-lib: Add support for AMDTP in-stream and PCM capture
` [PATCH 06/39] firewire-lib: Add support for MIDI capture/playback
` [PATCH 07/39] firewire-lib: Give syt value as parameter to handle_out_packet()
` [PATCH 08/39] firewire-lib: Add support for duplex streams synchronization in blocking mode
` [PATCH 09/39] firewire-lib: Add sort function for transmitted packet
` [PATCH 10/39] firewire-lib: Add transfer delay to synchronized duplex streams
` [PATCH 11/39] firewire-lib: Add support for channel mapping
` [PATCH 12/39] firewire-lib: Rename macros, variables and functions for CMP
` [PATCH 13/39] firewire-lib: Add 'direction' member to 'cmp_connection' structure
` [PATCH 14/39] firewire-lib: Add handling output connection by CMP
` [PATCH 15/39] firewire-lib: Add a new function to check others' connection
` [PATCH 16/39] firewire-lib: Add some AV/C general commands
` [PATCH 17/39] firewire-lib: Add quirks for Fireworks
` [PATCH 18/39] firewire-lib: Add a fallback at RCODE_CANCELLED
` [PATCH 19/39] fireworks: Add skelton for Fireworks based devices
` [PATCH 20/39] fireworks: Add transaction and some commands
` [PATCH 21/39] fireworks: Add connection and stream management
` [PATCH 22/39] fireworks: Add proc interface for debugging purpose
` [PATCH 23/39] fireworks: Add MIDI interface
` [PATCH 24/39] fireworks: Add PCM interface
` [PATCH 25/39] fireworks: Add hwdep interface
` [PATCH 26/39] fireworks: Add command/response functionality into "
` [PATCH 27/39] bebob: Add skelton for BeBoB based devices
` [PATCH 28/39] bebob: Add commands and connections/streams management
` [PATCH 29/39] bebob: Add proc interface for debugging purpose
` [PATCH 30/39] bebob: Add MIDI interface
` [PATCH 31/39] bebob: Add PCM interface
` [PATCH 32/39] bebob: Add hwdep interface
` [PATCH 33/39] bebob: Prepare for device specific operations
` [PATCH 34/39] bebob: Add support for Terratec PHASE, EWS series and Aureon
` [PATCH 35/39] bebob: Add support for Yamaha GO series
` [PATCH 36/39] bebob: Add support for Focusrite Saffire/SaffirePro series
` [PATCH 37/39] bebob: Add support for M-Audio usual Firewire series
` [PATCH 38/39] bebob: Send a cue to load firmware for M-Audio "
` [PATCH 39/39] bebob: Add support for M-Audio special "

[PATCH 0/3] To simplify the code for ASoC probe
 2014-02-28  6:46 UTC  (13+ messages)
` [PATCH 1/3] ASoC: io: Clean up snd_soc_codec_set_cache_io()
` [PATCH 2/3] ASoC: core: Set the default I/O up try regmap
          ` [alsa-devel] "
` [PATCH 3/3] ASoC: SGTL5000: Simplify ASoC probe code

[RFC 00/19] Enable platform HDA drivers
 2014-02-28  6:36 UTC  (20+ messages)
` [RFC 01/19] ALSA: hda - Move some definitions to new hda_priv.h
` [RFC 02/19] ALSA: hda - Allow different ops to read/write registers
` [RFC 03/19] ALSA: hda - Keep pointer to bdl_pos_fix in chip struct
` [RFC 04/19] ALSA: hda - Use device pointer from the card instead of pci
` [RFC 05/19] ALSA: hda - Move pcm ops and support funcs to shared file
` [RFC 06/19] ALSA: hda - Pull pages allocation "
` [RFC 07/19] ALSA: hda - Move the dsp loader to hda_shared
` [RFC 08/19] ALSA: hda - Add function pointer for disabling MSI
` [RFC 09/19] ALSA: hda - Relocate RIRB/CORB interface to hda_shared
` [RFC 10/19] ALSA: hda - move alloc_cmd_io "
` [RFC 11/19] ALSA: hda - Move low level functions "
` [RFC 12/19] ALSA: hda - remove unused clear of STATESTS
` [RFC 13/19] ALSA: hda - Move azx_interrupt to hda_shared
` [RFC 14/19] ALSA: hda - Add jackpoll_ms to struct azx
` [RFC 15/19] ALSA: hda - Pass max_slots and power_save to codec_create
` [RFC 16/19] ALSA: hda - Move codec create to hda_shared
` [RFC 17/19] ALSA: core - Define snd_pci_quirk without CONFIG_PCI
` [RFC 18/19] ALSA: hda - remove PCI dependency in Kconfig
` [RFC 19/19] WIP: ALSA: hda - Add driver for Tegra SoC HDA

[PATCH 00/48] Rewrite kernel messages with standard printk helpers
 2014-02-28  6:28 UTC  (44+ messages)
` [PATCH 15/48] ALSA: es1968: Use "
` [PATCH 16/48] ALSA: fm801: "
` [PATCH 17/48] ALSA: intel8x0: "
` [PATCH 18/48] ALSA: intel8x0m: "
` [PATCH 19/48] ALSA: maestro3: "
` [PATCH 20/48] ALSA: rme32: "
` [PATCH 21/48] ALSA: rme96: "
` [PATCH 22/48] ALSA: sonicvibes: "
` [PATCH 23/48] ALSA: via82xx: "
` [PATCH 24/48] ALSA: via82xx_modem: "
` [PATCH 25/48] ALSA: ac97: "
` [PATCH 26/48] ALSA: ali5451: "
` [PATCH 27/48] ALSA: aw2: "
` [PATCH 28/48] ALSA: ca0106: "
` [PATCH 29/48] ALSA: cs5535audio: "
` [PATCH 30/48] ALSA: cs46xx: "
` [PATCH 31/48] ALSA: echoaudio: "
` [PATCH 32/48] ALSA: emu10k1x: "
` [PATCH 33/48] ALSA: emu10k1: "
` [PATCH 34/48] ALSA: ice17xx: "
` [PATCH 35/48] ALSA: lola: "
` [PATCH 36/48] ALSA: lx6464es: "
` [PATCH 37/48] ALSA: mixart: "
` [PATCH 38/48] ALSA: nm256: "
` [PATCH 39/48] ALSA: oxygen: "
` [PATCH 40/48] ALSA: pcxhr: "
` [PATCH 41/48] ALSA: hdsp: "
` [PATCH 42/48] ALSA: hdspm: "
` [PATCH 43/48] ALSA: rme9652: "
` [PATCH 44/48] ALSA: trident: "
` [PATCH 45/48] ALSA: vx222: "
` [PATCH 46/48] ALSA: ymfpci: "
` [PATCH 47/48] ALSA: usb-audio: "
` [PATCH 48/48] ALSA: 6fire: "

[PATCH] ASoC: simple-card: cpu_dai_name creates confusion when DT case
 2014-02-28  5:25 UTC  (7+ messages)
    ` [PATCH v2] "

[PATCH 0/2] Simplify the CODEC ASoC probe code
 2014-02-28  5:06 UTC  (3+ messages)
` [PATCH 1/2] ASoC: codec: Simplify "
` [PATCH 2/2] ASoC: io: Remove reduntant params of snd_soc_codec_set_cache_io()

[PATCH 0/2] ASoC: ARM Cirrus Logic CLPS711X DAI driver
 2014-02-28  3:57 UTC  (5+ messages)
` [PATCH 1/2] ASoC: Add driver for CLPS711X DAI interface

[PATCH] ASoC: cache: Do the codec->reg_cache zero pionter check
 2014-02-28  2:48 UTC 

[PATCH v2] ASOC: dapm: add params_select callback
 2014-02-28  2:23 UTC  (2+ messages)

[PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable
 2014-02-28  1:53 UTC  (4+ messages)

[PATCH v4-resend 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-02-28  1:52 UTC  (4+ messages)
` [PATCH v4-resend 1/7] ASoC: sirf: Add SiRF internal audio codec driver

[PATCH 1/2] ASoC: fsl: Separation of the main audio options and boards
 2014-02-28  1:46 UTC  (5+ messages)

[PATCH 1/3] ALSA: hda - Remove dependency on bus->pci in hda_beep.c
 2014-02-27 20:41 UTC  (11+ messages)

[TINYCOMPRESS][PATCH 1/1] compress: no need to set metadata before calling next_track
 2014-02-27 16:07 UTC  (2+ messages)

[PATCH 00/15] ASoC: fsl-ssi: Driver cleanup
 2014-02-27 16:06 UTC  (19+ messages)
` [PATCH 01/15] ASoC: fsl-ssi: Use regmap
` [PATCH 02/15] ASoC: fsl-ssi: Remove fsl_ssi_setup
` [PATCH 03/15] ASoC: fsl-ssi: Move debugging to seperate file
` [PATCH 04/15] ASoC: fsl-ssi: Use dev_name for DAI driver struct
` [PATCH 05/15] ASoC: fsl-ssi: Move imx-specific probe to seperate function
` [PATCH 06/15] ASoC: fsl-ssi: Remove useless DMA code
` [PATCH 07/15] ASoC: fsl-ssi: baud clock error handling
` [PATCH 08/15] ASoC: fsl-ssi: Cleanup probe function
` [PATCH 09/15] ASoC: fsl-ssi: Remove unnecessary variables from ssi_private
` [PATCH 10/15] ASoC: fsl-ssi: reorder and document fsl_ssi_private
` [PATCH 11/15] ASoC: fsl-ssi: Fix register values when disabling
` [PATCH 12/15] ASoC: fsl-ssi: Only enable baudclk when used
` [PATCH 13/15] ASoC: fsl-ssi: Set default dai-fmts
` [PATCH 14/15] ASoC: fsl-ssi: Transmit enable synchronization
` [PATCH 15/15] ASoC: fsl-ssi: Update binding documentation

NUC D34010WYK HDMI Audio does not work
 2014-02-27 16:05 UTC  (5+ messages)

[PATCH] ALSA: hda/sigmatel - Allow auto-switching for dock line-in of HP laptops
 2014-02-27 15:51 UTC 

[PATCH] ALSA: Move EXPORT_SYMBOL() in appropriate places
 2014-02-27 15:03 UTC 

[PATCH RFC 0/5] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver
 2014-02-27 14:11 UTC  (3+ messages)
` [PATCH RFC 2/5] ASoC: tlv320aic31xx: Add codec driver to Makefile and Kconfig

[GIT PUL] ASoC updates for v3.14
 2014-02-27 11:59 UTC  (2+ messages)

[PATCH 0/19] ASoC: rsnd: new module path method and DT support
 2014-02-27 11:47 UTC  (4+ messages)

[PATCH] ASoC: io: Clean up snd_soc_codec_set_cache_io()
 2014-02-27 10:18 UTC  (3+ messages)

[PATCH] ASoC: sta32x: Fix wrong enum for limiter2 release rate
 2014-02-27  9:55 UTC  (4+ messages)

Unsupported Valley View 'LPE' adapter?
 2014-02-27  8:36 UTC  (14+ messages)

[PATCH v4 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-02-27  8:09 UTC  (4+ messages)

[PATCH] ASoC: fsl-sai: Add SND_SOC_DAIFMT_DSP_A/B support
 2014-02-27  4:36 UTC  (2+ messages)

[PATCH] Asoc: codecs: Remove tlv320aic32x4 from compatibles of tlv320aic3x
 2014-02-27  4:14 UTC  (2+ messages)

[GIT PULL] ASoC fixes for v3.14
 2014-02-27  1:07 UTC 

tlv320aic3x regcache issue
 2014-02-26 19:13 UTC 

tlv320aic3x regcache issue
 2014-02-26 17:11 UTC 

[PATCH 2/2] ASoC: cirrus: clps711x: Add bindings documentation for the CLPS711X DAI
 2014-02-26 16:07 UTC 


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).