Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-08 11:00:37 to 2014-04-15 00:23:42 UTC [more...]

[PATCH RFC v2 0/2] Fix simple-card *-master DT parameter handling
 2014-04-15  0:23 UTC  (8+ messages)
` [alsa-devel] "

[PATCH 0/7] ARM: shmobile: swtich audio settings to new style, and remove compatibility code from driver
 2014-04-14 22:46 UTC  (12+ messages)
` [PATCH 1/7] ARM: shmobile: r8a7778: remove old style audio clock
` [PATCH 2/7] ARM: shmobile: r8a7790: "
` [PATCH 3/7] ARM: shmobile: bockw: "
` [PATCH 4/7] ARM: shmobile: bockw: switch to use dai info for R-Car sound
` [PATCH 5/7] ARM: shmobile: lager: "
` [PATCH 6/7] ASoC: rsnd: remove old clock style support
` [PATCH 7/7] ASoC: rsnd: remove compatibility code

[PATCH] ASoC: fsl_sai: Use FSL_SAI_xXR() and regmap_update_bits() to simplify code
 2014-04-14 20:47 UTC  (2+ messages)

[PATCHv2 0/4] Add ESAI & SPDIF Vybrid and LS1+ support
 2014-04-14 20:45 UTC  (2+ messages)

[PATCH v2 0/2] ASoC: fsl_sai: Add bus clock and mclks with clock controls
 2014-04-14 20:43 UTC  (5+ messages)
` [PATCH v2 1/2] ASoC: fsl_sai: Add clock controls for SAI
` [PATCH v2 2/2] ARM: dts: Append clock bindings for sai2 on VF610 platform

[PATCH] ASoC: dapm: don't skip evaluate the power of widget with force set
 2014-04-14 20:36 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Fix incorrect condition check in trigger()
 2014-04-14 20:31 UTC  (2+ messages)

[PATCH] ASoC: rt5645: Add codec driver
 2014-04-14 20:28 UTC  (2+ messages)

[RFT v2 0/6] ASoC: core: Add support for DAI multicodec
 2014-04-14 20:12 UTC  (4+ messages)
` [RFT v2 5/6] ASoC: core: Add helpers for dai link and aux dev init

[PATCH] ASoC: jack: export gpio detect
 2014-04-14 19:55 UTC  (5+ messages)

[PATCH] ASoC: davinci-mcasp: Do not touch 0x04 register above McASP_VERSION_2
 2014-04-14 19:45 UTC  (2+ messages)

[PATCH 00/17] Removed deprecated ENUM/MUX macros
 2014-04-14 19:40 UTC  (19+ messages)
` [PATCH 01/17] ASoC: adau1373: Replace usage deprecated MUX/ENUM macros
` [PATCH 02/17] ASoC: adav80x: "
` [PATCH 03/17] ASoC: arizona: "
` [PATCH 04/17] ASoC: max98090: "
` [PATCH 05/17] ASoC: mc13783: "
` [PATCH 06/17] ASoC: pcm512x: Replace usage deprecated SOC_VALUE_ENUM macro
` [PATCH 07/17] ASoC: rt5640: Replace usage deprecated MUX/ENUM macros
` [PATCH 08/17] ASoC: wm2200: "
` [PATCH 09/17] ASoC: wm5100: "
` [PATCH 10/17] ASoC: wm5102: "
` [PATCH 11/17] ASoC: wm5110: "
` [PATCH 12/17] ASoC: wm8988: "
` [PATCH 13/17] ASoC: wm5102: Replace usage deprecated SOC_VALUE_ENUM macro
` [PATCH 14/17] ASoC: wm8994: Replace usage deprecated MUX/ENUM macros
` [PATCH 15/17] ASoC: wm8995: "
` [PATCH 16/17] ASoC: wm8997: "
` [PATCH 17/17] ASoC: Remove deprecated ENUM/MUX macros

[PATCH 1/6] ASoC: pcm512x: Use CONFIG_PM_RUNTIME macro
 2014-04-14 19:35 UTC  (12+ messages)
` [PATCH 2/6] ASoC: hdmi: Include of.h
` [PATCH 3/6] ASoC: max98090: "
` [PATCH 4/6] ASoC: rt5640: "
` [PATCH 5/6] ASoC: tlv320aic23: "
` [PATCH 6/6] ASoC: tpa6130a2: "

[PATCH 0/7] ASoC:davinci-mcasp: bc polarity fix and proper format support
 2014-04-14 16:24 UTC  (8+ messages)
` [PATCH 1/7] ASoC: davinci-mcasp: Fix bit clock polarity settings

[PATCH v3 00/18] ASoC: fsl-ssi: Driver cleanup
 2014-04-14 15:28 UTC  (20+ messages)
` [PATCH v3 01/18] ASoC: fsl-ssi: Fix register values when disabling
` [PATCH v3 02/18] ASoC: fsl-ssi: Move debugging to seperate file
` [PATCH v3 03/18] ASoC: fsl-ssi: Use dev_name for DAI driver struct
` [PATCH v3 04/18] ASoC: fsl-ssi: Move imx-specific probe to seperate function
` [PATCH v3 05/18] ASoC: fsl-ssi: Remove useless DMA code
` [PATCH v3 06/18] ASoC: fsl-ssi: Cleanup probe function
` [PATCH v3 07/18] ASoC: fsl-ssi: Remove unnecessary variables from ssi_private
` [PATCH v3 08/18] ASoC: fsl-ssi: introduce SoC specific data
` [PATCH v3 09/18] ASoC: fsl-ssi: Only enable baudclk when used
` [PATCH v3 10/18] ASoC: fsl-ssi: make fsl,mode property optional
` [PATCH v3 11/18] ASoC: fsl-ssi: Transmit enable synchronization
` [PATCH v3 12/18] ASoC: fsl-ssi: Move fsl_ssi_set_dai_sysclk above fsl_ssi_hw_params
` [PATCH v3 13/18] ASoC: fsl-ssi: set bitclock in master mode from hw_params
` [PATCH v3 14/18] ASoC: fsl-ssi: remove unnecessary spinlock
` [PATCH v3 15/18] ASoC: fsl-ssi: Allow first stream to set the bitclock
` [PATCH v3 16/18] ASoC: fsl-ssi: Set framerate divider correctly for i2s master mode
` [PATCH v3 17/18] ASoC: fsl-ssi: reorder and document fsl_ssi_private
` [PATCH v3 18/18] ASoC: fsl-ssi: Use regmap

iMX233 audio capture: glitches on task switch?
 2014-04-14 15:17 UTC  (3+ messages)

snd-usb-audio issues??
 2014-04-14 14:40 UTC  (9+ messages)

[PATCH 1/1] driver/snd: es18xx driver should use udelay error
 2014-04-14 12:30 UTC  (3+ messages)

Tenor TE8802, USB : clics and crackles during music play
 2014-04-14 10:44 UTC  (10+ messages)

[PATCH 1/1] driver/snd: es18xx driver should use udelay error
 2014-04-14 10:10 UTC  (3+ messages)

Add support of alc288
 2014-04-14  7:21 UTC 

[PATCH v6] ASoC: add RT286 CODEC driver
 2014-04-14  5:59 UTC 

[PATCH] ASoC: rsnd: fix clock prepare/unprepare
 2014-04-13 23:58 UTC  (4+ messages)

Behringer Uphoria UMC204 usb audio capture only pops and clicks
 2014-04-13 23:47 UTC 

[PATCH] ASoC: Intel: Fix a self assignment in sst_mem_block_alloc_scratch()
 2014-04-13 20:46 UTC 

[PATCH] ASoC: Intel: Fix incorrect sizeof() in sst_hsw_stream_get_volume()
 2014-04-13 17:56 UTC 

Invalid PCM pointer with CMI8738 and pcm.c buffer underuns
 2014-04-12 23:38 UTC  (4+ messages)

Behringer Uphoria UMC204 usb audio capture only pops and clicks
 2014-04-12 21:45 UTC 

[PATCH v2 2/2] ASoC: cirrus: clps711x: Add bindings documentation for the CLPS711X DAI
 2014-04-12  6:17 UTC 

[PATCH v2 1/2] ASoC: Add driver for CLPS711X DAI interface
 2014-04-12  6:15 UTC 

[PATCH] ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
 2014-04-11 15:20 UTC  (2+ messages)

How to create a proc entry for an ASoc codec?
 2014-04-11  9:28 UTC  (2+ messages)

[PATCH v6] ASoC: fsl_sai: Add clock controls for SAI
 2014-04-10 22:36 UTC  (2+ messages)

Broken alc562x codec in linus/master
 2014-04-10 16:51 UTC 

[PATCH v6] ASoC: fsl_sai: Add clock controls for SAI
 2014-04-10 15:18 UTC 

[PATCH v5] ASoC: fsl_sai: Add clock controls for SAI
 2014-04-10 14:39 UTC  (3+ messages)

[PATCH 1/2] ASoC: rt5640: Add the string "rt5639" to the list of I2C device IDs
 2014-04-10  9:13 UTC  (4+ messages)
` [PATCH 2/2] ASoC: rt5640: Add the info of rt5639 to the binding document

[PATCH v4] ASoC: fsl_sai: Add clock controls for SAI
 2014-04-10  7:46 UTC  (3+ messages)

[PATCH] ASoC: core: Fix Sparse incompatible types warning
 2014-04-10  7:13 UTC  (8+ messages)

[PATCH 2/2] ALSA: hda - Add driver for Tegra SoC HDA
 2014-04-10  4:22 UTC  (7+ messages)

[PATCH v2 2/2] ALSA: hda - Add driver for Tegra SoC HDA
 2014-04-10  4:19 UTC 

[PATCH v2 1/2] ALSA: hda/hdmi - Add Nvidia Tegra124 HDMI support
 2014-04-10  4:19 UTC 

[PATCH] ASoC: rt5640: add more settings for rt5639
 2014-04-10  2:55 UTC  (4+ messages)

move alc892 to patch_alc882
 2014-04-10  1:44 UTC  (13+ messages)

ASoC updates for v3.15
 2014-04-09 15:52 UTC  (2+ messages)

[PATCH linux-next] ALSA: usb-audio: Suppress repetitive debug messages from retire_playback_urb()
 2014-04-09 19:08 UTC  (2+ messages)

[PATCH] ASoC: dapm: Add support for multi register mux
 2014-04-09 15:56 UTC  (2+ messages)

[PATCH] ALSA: hda - Make full_reset boolean
 2014-04-09 12:49 UTC  (2+ messages)

[PATCH] ALSA: hda - Make full_reset boolean
 2014-04-09 10:33 UTC  (3+ messages)

[PATCH v3 0/2] ASoC: fsl_sai: Add bus clock and mclks with clock controls
 2014-04-09  8:39 UTC  (6+ messages)
` [PATCH v3 2/2] ARM: dts: Append clock bindings for sai2 on VF610 platform

[PATCH] ALSA: hda - add headset mic detect quirk for a Dell laptop
 2014-04-09  8:06 UTC  (2+ messages)

[PATCH] sound: dmasound: use module_platform_driver_probe()
 2014-04-09  8:04 UTC  (2+ messages)

[PATCH] ALSA: au1x00: use module_platform_driver()
 2014-04-09  8:03 UTC  (2+ messages)

[PATCH] sound: lx_core: Few misc cleanups
 2014-04-09  8:01 UTC  (2+ messages)
` [alsa-devel] "

2.1 audio not working in Kubuntu 13.10
 2014-04-09  2:28 UTC  (4+ messages)

[PATCH] ASoC: rt5640: add rt5639 support
 2014-04-08 20:21 UTC  (2+ messages)

[PATCH 1/2] ALSA: hda/hdmi - Add Nvidia Tegra124 HDMI support
 2014-04-08 19:12 UTC 

[PATCH Resend 1/1] ASoC: Samsung: Fix build on multiplatform
 2014-04-08 17:38 UTC  (2+ messages)

[PATCH] ALSA: ice1712: Fix boundary checks in PCM pointer ops
 2014-04-08 15:03 UTC 

[PATCH 1/2] ASoC: cs42l52: Convert to use devm_gpio_request_one
 2014-04-08 14:11 UTC  (2+ messages)
` [PATCH 2/2] ASoC: cs42l73: "

(JOB) ALSA, ASoC driver development
 2014-04-08 12:18 UTC 

[PATCH] ASoC: fsl_sai: Fix Bit Clock Polarity configurations
 2014-04-08 11:50 UTC  (4+ messages)

[PATCH] ASoC: rt5640: add rt5639 support
 2014-04-08 11:33 UTC  (3+ messages)

[PATCH] ASoC: core: Allow snd_soc_update_bits use 32 bits register
 2014-04-08 11:00 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