messages from 2017-08-02 17:09:47 to 2017-08-08 11:03:22 UTC [more...]
[PATCH v4 00/17] Add support for Cirrus Logic CS47L35/L85/L90/L91 codecs
2017-08-08 11:03 UTC (3+ messages)
` [PATCH v4 01/17] mfd: madera: Add register definitions for Cirrus Logic Madera codecs
[PATCH v5 00/12] AC97 device/driver model revamp
2017-08-08 11:02 UTC (14+ messages)
` [PATCH v5 01/12] ALSA: ac97: split out the generic ac97 registers
` [PATCH v5 02/12] ALSA: ac97: add an ac97 bus
` [PATCH v5 03/12] ASoC: add new ac97 bus support
` [PATCH v5 04/12] ASoC: arm: make pxa2xx-ac97-lib ac97 codec agnostic
` [PATCH v5 05/12] Input: wm97xx: split out touchscreen registering
` [PATCH v5 06/12] mfd: wm97xx-core: core support for wm97xx Codec
` [PATCH v5 07/12] Input: wm97xx: add new AC97 bus support
` [PATCH v5 08/12] ASoC: wm9713: add ac97 new "
` [PATCH v5 09/12] ASoC: wm9712: "
` [PATCH v5 10/12] ASoC: wm9705: add private structure
` [PATCH v5 11/12] ASoC: wm9705: add ac97 new bus support
` [PATCH v5 12/12] ASoC: pxa: switch to new ac97 "
[PATCH 0/3 v2][resend] ASoC: Component level pcm_new/pcm_free v2
2017-08-08 10:48 UTC (5+ messages)
` [PATCH 1/3 v2][resend] ASoC: soc-core: add snd_soc_rtdcom_xxx()
` [PATCH 2/3 v2][resend] ASoC: use snd_soc_rtdcom_add() and convert to consistent operation
` [PATCH 3/3 v2][resend] ASoC: add Component level pcm_new/pcm_free v2
[PATCH 00/11] ALSA: vsnd: Add Xen para-virtualized frontend driver
2017-08-08 6:09 UTC (21+ messages)
` [PATCH 01/11] ALSA: vsnd: Implement driver's probe/remove
` [PATCH 02/11] ALSA: vsnd: Implement Xen bus state handling
` [PATCH 03/11] ALSA: vsnd: Read sound driver configuration from Xen store
` [PATCH 04/11] ALSA: vsnd: Implement Xen event channel handling
` [PATCH 05/11] ALSA: vsnd: Implement handling of shared buffers
` [PATCH 06/11] ALSA: vsnd: Introduce ALSA virtual sound driver
` [PATCH 07/11] ALSA: vsnd: Initialize virtul sound card
` [PATCH 08/11] ALSA: vsnd: Add timer for period interrupt emulation
` [alsa-devel] "
` [PATCH 09/11] ALSA: vsnd: Implement ALSA PCM operations
` [PATCH 10/11] ALSA: vsnd: Implement communication with backend
` [PATCH 11/11] ALSA: vsnd: Introduce Kconfig option to enable Xen PV sound
[PATCH v2] ASoC: compress: Set reasonable compress id string
2017-08-08 3:31 UTC
[PATCH v3] ASoC: fsl: Convert to using %pOF instead of full_name
2017-08-08 3:27 UTC (2+ messages)
[PATCH] ASoC: compress: Set reasonable compress id string
2017-08-08 2:59 UTC
[PATCH] ASoC: Intel: kbl_rt5663_rt5514_max98927: Add rt5514 spi dailink
2017-08-08 1:33 UTC
[PATCH 0/3] ASoC: rsnd: control SSICR::EN correctly
2017-08-08 1:32 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ASoC: rsnd: move rsnd_ssi_config_init() execute condition into it
` [PATCH 3/3] ASoC: rsnd: rsnd_ssi_can_output_clk() macro
[PATCH v3] sound: aoa: Convert to using %pOF instead of full_name
2017-08-07 23:29 UTC
[PATCH] ASoC: samsung: odroid: Drop requirement of clocks in the sound node
2017-08-07 18:56 UTC (2+ messages)
[PATCH] ASoC: compress: Remove duplicated code
2017-08-07 16:33 UTC (6+ messages)
[PATCH] SPI: fix building SPI_PXA on MMP
2017-08-07 15:53 UTC (2+ messages)
` Applied "spi: fix building SPI_PXA on MMP" to the spi tree
[PATCH 1/2] ASoC: soc-core: Remove unneeded dentry member from snd_soc_codec
2017-08-07 15:53 UTC (3+ messages)
` [PATCH 2/2] ASoC: soc-core: Remove unneeded error check
` Applied "ASoC: soc-core: Remove unneeded dentry member from snd_soc_codec" to the asoc tree
[PATCH v3 1/2] ASoC: soc-core: Remove unneeded dentry member from snd_soc_codec
2017-08-07 15:53 UTC (3+ messages)
` [PATCH v3 2/2] ASoC: soc-core: Use IS_ERR_OR_NULL()
` Applied "ASoC: soc-core: Use IS_ERR_OR_NULL()" to the asoc tree
[PATCH 1/5] ASoC: soc-core: rename "cmpnt" to "component"
2017-08-07 15:53 UTC (2+ messages)
` Applied "ASoC: soc-core: rename "cmpnt" to "component"" to the asoc tree
[PATCH 0/3] ASoC: soc-core: tidyup snd_soc_unregister_component()
2017-08-07 15:53 UTC (5+ messages)
` [PATCH 1/3] ASoC: soc-core: rename "cmpnt" to "component"
` [PATCH 2/3] ASoC: soc-core: remove duplicate mutex_unlock from snd_soc_unregister_component()
` Applied "ASoC: soc-core: remove duplicate mutex_unlock from snd_soc_unregister_component()" to the asoc tree
` [PATCH 3/3] ASoC: soc-core: snd_soc_unregister_component() unregister all component
[PATCH] ASoC: pxa: don't select SSP for COMPILE_TESTing
2017-08-07 15:39 UTC (7+ messages)
[PATCH] ASoC: compress: Remove duplicated code
2017-08-07 12:56 UTC
[PATCH RESEND 00/11] ALSA: vsnd: Add Xen para-virtualized frontend driver
2017-08-07 12:33 UTC (16+ messages)
` [PATCH RESEND 01/11] ALSA: vsnd: Implement driver's probe/remove
` [PATCH RESEND 02/11] ALSA: vsnd: Implement Xen bus state handling
` [PATCH RESEND 03/11] ALSA: vsnd: Read sound driver configuration from Xen store
` [PATCH RESEND 04/11] ALSA: vsnd: Implement Xen event channel handling
` [PATCH RESEND 05/11] ALSA: vsnd: Implement handling of shared buffers
` [PATCH RESEND 06/11] ALSA: vsnd: Introduce ALSA virtual sound driver
` [PATCH RESEND 07/11] ALSA: vsnd: Initialize virtul sound card
` [PATCH RESEND 08/11] ALSA: vsnd: Add timer for period interrupt emulation
` [PATCH RESEND 09/11] ALSA: vsnd: Implement ALSA PCM operations
` [PATCH RESEND 10/11] ALSA: vsnd: Implement communication with backend
` [PATCH RESEND 11/11] ALSA: vsnd: Introduce Kconfig option to enable Xen PV sound
[PATCH RESEND1 00/12] ALSA: vsnd: Add Xen para-virtualized frontend driver
2017-08-07 12:22 UTC (13+ messages)
` [PATCH RESEND1 01/12] ALSA: vsnd: Introduce Xen para-virtualized sound "
` [PATCH RESEND1 02/12] ALSA: vsnd: Implement driver's probe/remove
` [PATCH RESEND1 03/12] ALSA: vsnd: Implement Xen bus state handling
` [PATCH RESEND1 04/12] ALSA: vsnd: Read sound driver configuration from Xen store
` [PATCH RESEND1 05/12] ALSA: vsnd: Implement Xen event channel handling
` [PATCH RESEND1 06/12] ALSA: vsnd: Implement handling of shared buffers
` [PATCH RESEND1 07/12] ALSA: vsnd: Introduce ALSA virtual sound driver
` [PATCH RESEND1 08/12] ALSA: vsnd: Initialize virtul sound card
` [PATCH RESEND1 09/12] ALSA: vsnd: Add timer for period interrupt emulation
` [PATCH RESEND1 10/12] ALSA: vsnd: Implement ALSA PCM operations
` [PATCH RESEND1 11/12] ALSA: vsnd: Implement communication with backend
` [PATCH RESEND1 12/12] ALSA: vsnd: Introduce Kconfig option to enable Xen PV sound
[PATCH] ASoC: rt5514: reset dma_offset at hw_params
2017-08-07 11:52 UTC (2+ messages)
` Applied "ASoC: rt5514: reset dma_offset at hw_params" to the asoc tree
[PATCH] ASoC: mediatek: Fix an error checking code
2017-08-07 11:52 UTC (2+ messages)
` Applied "ASoC: mediatek: Fix an error checking code" to the asoc tree
[PATCH 0/2] ASoC: make snd_soc_codec_driver structures const
2017-08-07 11:52 UTC (4+ messages)
` [PATCH 1/2] ASoC: codecs: add const to snd_soc_codec_driver structures
` [PATCH 2/2] ASoC: sunxi: make snd_soc_codec_driver structures as const
` Applied "ASoC: sunxi: make snd_soc_codec_driver structures as const" to the asoc tree
[PATCH] ASoC: rockchip: add bindings for i2s
2017-08-07 11:51 UTC (4+ messages)
` Applied "ASoC: rockchip: add bindings for i2s" to the asoc tree
[PATCH v2 1/2] ASoC: soc-core: Remove unneeded dentry member from snd_soc_codec
2017-08-07 11:31 UTC (3+ messages)
` [PATCH v2 2/2] ASoC: soc-core: Remove unneeded error check
[PATCH v4 15/17] ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35
2017-08-07 8:32 UTC (2+ messages)
[PATCH v3 00/12] ASoC: Add I2S support for Allwinner H3 SoCs
2017-08-07 7:39 UTC (7+ messages)
` [PATCH v3 02/12] ASoC: sun4i-i2s: Add clkdiv offsets to quirks
` [linux-sunxi] "
` [PATCH v3 05/12] ASoC: sun4i-i2s: Add regmap fields for channels
[PATCH] ASoC: fsl_asrc: protect macro argument
2017-08-07 7:08 UTC (2+ messages)
[PATCH v2] ASoC: Intel: Reset hw_ptr on resume trigger
2017-08-07 6:36 UTC (5+ messages)
` [alsa-devel] "
[PATCH 0/7] constify ALSA usb_device_id
2017-08-06 20:21 UTC (9+ messages)
` [PATCH 1/7] ALSA: 6fire: constify usb_device_id
` [PATCH 2/7] ALSA: bcd2000: "
` [PATCH 3/7] ALSA: snd-usb-caiaq: "
` [PATCH 4/7] ALSA: usb-audio: "
` [PATCH 5/7] ALSA: ua101: "
` [PATCH 6/7] ALSA: us122l: "
` [PATCH 7/7] ALSA: usbusx2y: "
[PATCH] ALSA: hda: Add Cannonlake PCI ID
2017-08-06 20:18 UTC (2+ messages)
[PATCH] ALSA: ice1712: add const to snd_akm4xxx structures
2017-08-06 20:17 UTC (2+ messages)
[PATCH] ALSA: ice1712: add const to snd_ak4xxx_private structures
2017-08-06 20:17 UTC (2+ messages)
[PATCH v06 31/36] uapi linux/patchkey.h: change #error to #warning if file included directly
2017-08-06 16:44 UTC
ASUS G752VS: Linux audio/sound problems
2017-08-06 9:58 UTC
[PATCH 0/5] ALSA: control: fix issue of concurrent access for TLV operations
2017-08-04 22:53 UTC (8+ messages)
` [PATCH 1/5] ALSA: control: queue events within locking of controls_rwsem for TLV operation
` [PATCH 2/5] ALSA: control: use counting semaphore as write lock for TLV write/command operations
` [PATCH 3/5] ALSA: control: obsolete user_ctl_lock
` [PATCH 4/5] ALSA: control: code refactoring TLV ioctl handler
` [PATCH 5/5] ALSA: control: code refactoring for TLV request handler to user element set
[PATCH] ASoC: Intel: constify pci_device_id
2017-08-04 11:44 UTC (2+ messages)
` Applied "ASoC: Intel: constify pci_device_id." to the asoc tree
[PATCH RESEND v3 0/3] Add support for es8323 and hdmi audio to the firefly-rk3288
2017-08-04 6:44 UTC (4+ messages)
` [PATCH RESEND v3 1/3] SoC: es8328-i2c: Add compatible for ES8323
Problem with DoP mode in Chord 2qute USB audio
2017-08-03 16:48 UTC (3+ messages)
[PATCH 1/3] ASoC: Intel: kbl: Add new FEs for Multi-Playback & Echo-Reference
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: kbl: Add new FEs for Multi-Playback & Echo-Reference" to the asoc tree
[PATCH 2/3] ASoC: Intel: kbl: Add DAI links for Multi-Playback & Echo-reference
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: kbl: Add DAI links for Multi-Playback & Echo-reference" to the asoc tree
[PATCH 3/3] ASoC: Intel: kbl: Add map for new DAIs for Multi-Playback & Echo Ref
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: kbl: Add map for new DAIs for Multi-Playback & Echo Ref" to the asoc tree
[PATCH 2/9] ASoC: Intel: Skylake: Use num_core to allocate instead of macro
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: Skylake: Use num_core to allocate instead of macro" to the asoc tree
[PATCH 1/9] ASoC: Intel: Skylake: Add num of cores in dsp ops
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: Skylake: Add num of cores in dsp ops" to the asoc tree
[PATCH 3/9] ASoC: Intel: Skylake: Add dsp cores management
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: Skylake: Add dsp cores management" to the asoc tree
[PATCH 4/9] ASoC: Intel: cnl: Add cnl dsp functions and registers
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: cnl: Add cnl dsp functions and registers" to the asoc tree
[PATCH 5/9] ASoC: Intel: Skylake: Move platform specific init to platform dsp_init()
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: Skylake: Move platform specific init to platform dsp_init()" to the asoc tree
[PATCH 6/9] ASoC: Intel: cnl: Unstatify common ipc functions
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: cnl: Unstatify common ipc functions" to the asoc tree
[PATCH 7/9] ASoC: Intel: cnl: Add sst library functions for cnl platform
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: cnl: Add sst library functions for cnl platform" to the asoc tree
[PATCH 8/9] ASoC: Intel: cnl: add dsp ops for cannonlake
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: cnl: add dsp ops for cannonlake" to the asoc tree
[PATCH 9/9] ASoC: Intel: cnl: add pci id for cnl
2017-08-03 16:30 UTC (2+ messages)
` Applied "ASoC: Intel: cnl: add pci id for cnl" to the asoc tree
[PATCH] ASoC: Intel: Skylake: Use correct nuvoton codec ID
2017-08-03 16:28 UTC (3+ messages)
` Applied "ASoC: Intel: Skylake: Use correct nuvoton codec ID" to the asoc tree
[PATCH v2 0/6] ASoC: codecs: msm8916-wcd-analog: Add support to MBHC
2017-08-03 13:10 UTC (9+ messages)
` [PATCH v2 2/6] ASoC: codecs: msm8916-wcd-analog: move codec reset to probe
` [PATCH v2 4/6] ASoC: codecs: msm8916-wcd-analog: add MBHC support
` [PATCH v2 5/6] ASoC: qcom: apq8016-sbc: Add support to Headset JACK
` [PATCH v2 6/6] arm64: dts: apq8016-sbc: add mbhc buttons support
[PATCH] drm: exynos: Add driver for HDMI audio interface
2017-08-03 9:22 UTC
[PATCH 0/9] Add Cannonlake Audio DSP support
2017-08-03 4:58 UTC (2+ messages)
[PATCH 0/3] ASoC: Intel: kbl: Add Multi-endpoint Playback & Echo Ref support
2017-08-03 4:54 UTC (2+ messages)
[PATCH 0/x] ASoC: replace platform to component
2017-08-03 0:05 UTC (7+ messages)
` [PATCH 0/3] ASoC: add missing component functions
` [PATCH 1/3] ASoC: soc-core: add component remove/unregister_exp/lookup functions
[PATCH 1/2] ASoC: wm8523: Fix array size for bclk_ratios
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: wm8523: Fix array size for bclk_ratios" to the asoc tree
[PATCH 2/2] ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: wm8523: Constfiy lrclk_ratios and bclk_ratios" to the asoc tree
[PATCH] ASoC: wm8524: Don't use dev_err to show supported sample rate
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: wm8524: Don't use dev_err to show supported sample rate" to the asoc tree
[PATCH] ASoC: rt5663: Seprate the DC offset between headphone and headset
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: rt5663: Seprate the DC offset between headphone and headset" to the asoc tree
[PATCH 1/2] ASoC: Add bindings for DMIC codec driver
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: Add bindings for DMIC codec driver" to the asoc tree
[PATCH 2/2] ASoC: codec: add DT support in dmic codec
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: codec: add DT support in dmic codec" to the asoc tree
[PATCH] ASoC: rcar: unregister fixed rate on ADG
2017-08-02 17:30 UTC (2+ messages)
` Applied "ASoC: rcar: unregister fixed rate on ADG" to the asoc tree
[PATCH v2 1/3] ASoC: codecs: msm8916-wcd-digital: add support to set_sysclk
2017-08-02 17:30 UTC (3+ messages)
` Applied "ASoC: codecs: msm8916-wcd-digital: add support to set_sysclk" to the asoc tree
[PATCH v2 2/3] ASoC: qcom: apq8016-sbc: set default mclk rate
2017-08-02 17:29 UTC (2+ messages)
` Applied "ASoC: qcom: apq8016-sbc: set default mclk rate" to the asoc tree
[PATCH v3 3/3] ASoC: codecs: msm8916-wcd-digital: add CIC filter source selection path
2017-08-02 17:29 UTC (2+ messages)
` Applied "ASoC: codecs: msm8916-wcd-digital: add CIC filter source selection path" to the asoc tree
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).