alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-03 04:48:27 to 2014-03-05 10:49:20 UTC [more...]

[GIT PULL v2] Enhancement of support for Firewire devices
 2014-03-05 10:48 UTC  (30+ messages)
` [GIT PULL][PATCH 00/39 "
  ` [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

Xonar DG backports
 2014-03-05 10:30 UTC  (2+ messages)

Audio-Bug
 2014-03-05 10:10 UTC 

About snd_dmaengine_pcm_trigger()
 2014-03-05  9:20 UTC  (4+ messages)

[PATCH v5-resend 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-03-05  8:34 UTC  (8+ messages)
` [PATCH v5-resend 1/7] ASoC: sirf: Add SiRF internal audio codec driver
` [PATCH v5-resend 2/7] ASoC: sirf: Add SiRF audio port driver is used by SiRF internal audio codec
` [PATCH v5-resend 3/7] ASoC: sirf: Add SiRF audio card
` [PATCH v5-resend 4/7] ASoC: sirf: Add SiRF I2S driver
` [PATCH v5-resend 5/7] ASoC: sirf: Add hdmi card
` [PATCH v5-resend 6/7] ASoC: sirf: Add usp driver which is used by dsp mode
` [PATCH v5-resend 7/7] ASoC: sirf: Add bt-sco card

Question on compress offload framework memory corruption
 2014-03-05  7:51 UTC  (2+ messages)

Update patch for codecs alias name for Dell
 2014-03-05  7:16 UTC  (8+ messages)

[PATCH v2 0/4] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver
 2014-03-05  7:14 UTC  (12+ messages)
` [PATCH v2 2/4] ASoC: davinci-evm: Add AM43xx-EPOS-EVM audio support
      ` [alsa-devel] "
    ` [PATCH v3] "
  ` [PATCH v2 1/4] ASoC: tlv320aic31xx: Add basic codec driver implementation
  ` [PATCH v2 3/4] ASoC: davinci: Add SND_AM43XX_SOC_EPOS_EVM build option
  ` [PATCH v2 4/4] ASoC: tlv320aic32x4: Sort Makefile in alphabetic order

[PATCH v5 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-03-05  7:12 UTC  (9+ messages)
` [PATCH v5 1/7] ASoC: sirf: Add SiRF internal audio codec driver
` [PATCH v5 2/7] ASoC: sirf: Add SiRF audio port driver is used by SiRF internal audio codec
` [PATCH v5 3/7] ASoC: sirf: Add SiRF audio card
` [PATCH v5 4/7] ASoC: sirf: Add SiRF I2S driver
` [PATCH v5 5/7] ASoC: sirf: Add hdmi card
` [PATCH v5 6/7] ASoC: sirf: Add usp driver which is used by dsp mode
` [PATCH v5 7/7] ASoC: sirf: Add bt-sco card

[PATCH 00/15] ASoC: fsl-ssi: Driver cleanup
 2014-03-05  7:07 UTC  (6+ messages)
` [PATCH 01/15] ASoC: fsl-ssi: Use regmap

[PATCH 0/19] ASoC: rsnd: new module path method and DT support
 2014-03-05  6:39 UTC  (30+ messages)
` [PATCH 06/19] ASoC: rsnd: add .set_sysclk on snd_soc_dai_ops
  ` [PATCH 1/8] ASoC: rsnd: run rsnd_path_init() when probe() timing
  ` [PATCH 2/8] ASoC: rsnd: use mod array instead of list on rdai
  ` [PATCH 3/8] ASoC: rsnd: get ssi/scu from rsnd_dai_stream
  ` [PATCH 4/8] ASoC: rsnd: use devm_clk_get() instead of clk_get()
  ` [PATCH 5/8] ASoC: rsnd: use function pointer for each probe
  ` [PATCH 6/8] ASoC: rsnd: remove unused SSI_CONTROL
  ` [PATCH 7/8] ASoC: rsnd: modify rsnd_adg_ssi_ws_timing_gen2() parameter
  ` [PATCH 8/8] ASoC: rsnd: share reg_field and reduce memory
  ` [PATCH 01/11] ASoC: rsnd: add struct rsnd_dai_platform_info
  ` [PATCH 02/11] ASoC: rsnd: Get correct SCU ID
  ` [PATCH 03/11] ASoC: rsnd: add rsnd_scu_enable_ssi_irq()
  ` [PATCH 04/11] ASoC: rsnd: call rsnd_scu_ssi_mode_init() from SSI
  ` [PATCH 05/11] ASoC: rsnd: add probe/remove callback on rsnd_mod_ops
  ` [PATCH 06/11] ASoC: rsnd: use mod probe method on SCU
  ` [PATCH 07/11] ASoC: rsnd: use mod probe method on SSI
  ` [PATCH 08/11] ASoC: rsnd: nothing to do on rsnd_dai_remove()
  ` [PATCH 09/11] ASoC: rsnd: remove all rsnd_xxx_remove()
  ` [PATCH 10/11] ASoC: rsnd: rename scu to src
  ` [PATCH 11/11] ASoC: rsnd: add DeviceTree support
    ` Forward: "

[PATCH 00/10] Simplify the code of TDM slot setting
 2014-03-05  6:30 UTC  (6+ messages)
` [PATCH 01/10] ASoC: core: Add snd_soc_dai_set_tdm_slot_xlate()
  ` [alsa-devel] "

[PATCH] ASoC: simple-card: tidyup cpu/codec dai_fmt settings for non-DT
 2014-03-05  6:11 UTC  (2+ messages)

[PATCH v4-resend 0/7] ASoC: add CSR SiRFSoC sound drivers
 2014-03-05  5:34 UTC  (12+ messages)
` [PATCH v4-resend 1/7] ASoC: sirf: Add SiRF internal audio codec driver

[PATCH] ASoC: pcm: free path list before exiting from error conditions
 2014-03-05  3:47 UTC  (2+ messages)

[RFC][PATCH 0/3] Remove set_cache_io entirely from ASoC probe
 2014-03-05  1:32 UTC  (6+ messages)
` [RFC][PATCH 1/3] ASoC: core: Move the default regmap I/O setting to snd_soc_register_codec()
  ` [alsa-devel] "
` [RFC][PATCH 2/3] ASoc: codec: remove the set_cache_io() entirely from CODEC ASoC probe
` [RFC][PATCH 3/3] ASoC: core: remove the default regmap I/O setting up from soc_probe_codec()

[PATCH] ASoC: ak4104: Remove superfluous codec->control_data initialization
 2014-03-05  1:25 UTC  (3+ messages)

[PATCH] ASoC: io: Remove hw_read() operation
 2014-03-05  1:25 UTC  (7+ messages)

[PATCH] ASoC: fsl: Don't select FIQ from Eukrea
 2014-03-05  1:14 UTC 

[PATCH] ASoC: rsnd: Fix warnings due to improper printk formats
 2014-03-04 18:10 UTC 

SNDRV_PCM_INFO_BATCH
 2014-03-04 14:50 UTC  (3+ messages)

[GIT PULL][PATCH 00/39] Enhancement of support for Firewire devices
 2014-03-04 14:10 UTC  (15+ messages)
` [PATCH 18/39] firewire-lib: Add a fallback at RCODE_CANCELLED
            ` [FFADO-devel] "
` [PATCH 22/39] fireworks: Add proc interface for debugging purpose

[PATCH RFC 0/5] AM43xx-ePOS-EVM audio support with TLV320AIC31XX driver
 2014-03-04 13:36 UTC  (8+ messages)
` [PATCH RFC 1/5] ASoC: tlv320aic31xx: Add basic codec driver implementation
` [PATCH RFC 2/5] ASoC: tlv320aic31xx: Add codec driver to Makefile and Kconfig
` [PATCH RFC 3/5] ASoC: tlv320aic31xx: Add DT binding document

[PATCH] Wrap hw_ptr to boundary in pcm_ioplug
 2014-03-04 12:03 UTC  (2+ messages)

Fix for busy loop at boundary wrapping with ioplug based plugins
 2014-03-04 11:50 UTC 

[PATCH 2/4] ARM: dove: prepare new Dove DT Kconfig variable
 2014-03-04 10:32 UTC  (5+ messages)
` [PATCH v2 1/5] ASoC: kirkwood: "

[PATCH] ASoC: da732x: Replace hw_read usage with snd_soc_read()
 2014-03-04  9:50 UTC  (2+ messages)

[PATCH] ALSA: hda - add automute fix for another dell AIO model
 2014-03-04  9:26 UTC  (2+ messages)

[PATCH] ASoC: si476x: Fix IO setup
 2014-03-04  8:41 UTC 

[PATCH] ASoC: 88pm860: Fix IO setup
 2014-03-04  8:39 UTC 

[PATCH v2] ASoC: snappercl15: Convert to table based DAPM setup
 2014-03-04  7:48 UTC 

[alsa-devel] change kmalloc into vmalloc for large memory allocations
 2014-03-04  7:30 UTC  (23+ messages)
`  "
              ` [PATCH] netfilter:Change nf_conntrack modules to use vmalloc

[PATCHv3 0/3] Simplify the CODEC ASoC probe code
 2014-03-04  4:36 UTC  (5+ messages)
` [PATCHv3 1/3] ASoC: codec: Simplify "

[PATCH] ASoC: cache: Do the codec->reg_cache zero pionter check
 2014-03-04  4:32 UTC  (2+ messages)

[PATCH RESEND] sound: omap: n810: fix init with DT boot
 2014-03-04  4:31 UTC  (2+ messages)

[PATCH] ASoC: wm{5102, 5110, 8997}: Replace codec->control_data with arizona->regmap
 2014-03-04  4:05 UTC  (3+ messages)

[PATCH] ASoC: wm8753: Remove superfluous 'codec->cache_sync = 1'
 2014-03-04  4:04 UTC  (3+ messages)

[PATCH] ASoC: snappercl15: Convert to table based DAPM setup
 2014-03-03 21:43 UTC  (3+ messages)

[PATCH] ALSA: usb-audio - Capture and duplex support for Digidesign Mbox 1 sound card
 2014-03-03 21:01 UTC  (4+ messages)

[TINYCOMPRESS][PATCH 1/1] compress: no need to set metadata before calling next_track
 2014-03-03 19:40 UTC  (6+ messages)

[PATCH] sound: omap: n810: fix init with DT boot
 2014-03-03 18:41 UTC  (2+ messages)

Add "cval->res = 384" quirk for Logitech Webcam C500
 2014-03-03 18:12 UTC 

Enable headset Mic for Dell DT
 2014-03-03  9:49 UTC  (4+ messages)

[PATCH] ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371
 2014-03-03  8:57 UTC  (2+ messages)

[PATCH 1/3] ALSA: hda - Make azx_attach_pcm_stream static
 2014-03-03  8:56 UTC  (2+ messages)

[PATCH] ASoC: wm1133-ev1: Convert to table based DAPM setup
 2014-03-03  8:06 UTC  (2+ messages)

[PATCH] ASOC: spear: spdif_out: Fix mute control
 2014-03-03  7:57 UTC 

[PATCH] ASoC: davinci-evm: Register machine level DAPM elements with the card
 2014-03-03  7:20 UTC 

[PATCH] ASoC: migor: Convert to table based DAPM setup
 2014-03-03  7:14 UTC 

7.1 surround not working on ALC892/ Ubuntu 13.04
 2014-03-03  6:23 UTC  (2+ messages)

[PATCHv2 0/3] Simplify the CODEC ASoC probe code
 2014-03-03  4:50 UTC  (5+ messages)
` [PATCHv2 1/3] ASoC: codec: Simplify "

[PATCH 1/2] ASoC: dapm: Power off all widgets in the snd_soc_dapm_shutdown
 2014-03-03  4:48 UTC  (3+ messages)
` [PATCH 2/2] ASoC: dapm: Reorder the bias update sequence


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