alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 15:33:39 to 2020-07-07 14:54:13 UTC [more...]

[PATCH] ASoC: fsl: mpc8610_hpcd: Add missing of_node_put()
 2020-07-07 14:17 UTC  (2+ messages)

[PATCH v2 00/28] Clean-up ASoC's W=1 build warnings
 2020-07-07 14:37 UTC  (27+ messages)
` [PATCH v2 01/28] ASoC: atmel: atmel-pcm-dma: Demote function header which is clearly not kerneldoc
` [PATCH v2 02/28] ASoC: atmel: atmel_ssc_dai: "
` [PATCH v2 03/28] ASoC: fsl: fsl-asoc-card: Use correct format when providing struct documentation
` [PATCH v2 04/28] ASoC: fsl: fsl_asrc: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH v2 05/28] ASoC: fsl: fsl_ssi: "
` [PATCH v2 06/28] ASoC: fsl: fsl_ssi_dbg: "
` [PATCH v2 07/28] ASoC: fsl: fsl_spdif: Use correct formatting when denoting struct documentation
` [PATCH v2 08/28] ASoC: fsl: fsl_spdif: Update 'struct fsl_spdif_priv's descriptions
` [PATCH v2 09/28] ASoC: fsl: fsl_esai: Fix a bunch of kerneldoc issues
` [PATCH v2 10/28] ASoC: fsl: fsl_esai: Add descriptions for 'tx_mask' and 'rx_mask' to 'fsl_esai'
` [PATCH v2 11/28] ASoC: pxa: pxa-ssp: Demote seemingly unintentional kerneldoc header
` [PATCH v2 12/28] ASoC: codecs: ak4458: Remove set but never checked variable 'ret'
` [PATCH v2 13/28] ASoC: qcom: qdsp6: q6asm: Provide documentation for WMA 'codec_profile'
` [PATCH v2 14/28] ASoC: samsung: pcm: Demote half-documented kerneldoc header
` [PATCH v2 15/28] ASoC: samsung: spdif: Fix 3 misspelled struct properties
` [PATCH v2 16/28] ASoC: sunxi: sun4i-i2s: Demote half-documented kerneldoc header
` [PATCH v2 17/28] ASoC: uniphier: aio-core: Fix incorrectly named struct property and remove another
` [PATCH v2 18/28] ASoC: sunxi: sun4i-spdif: Fix misspelling of 'reg_dac_txdata'
` [PATCH v2 19/28] ASoC: ux500: ux500_msp_i2s: Remove unused variables 'reg_val_DR' and 'reg_val_TSTDR'
` [PATCH v2 20/28] ASoC: sti: uniperif: Mark 'uni_tdm_hw' as __maybe_unused
` [PATCH v2 21/28] ASoC: ti: omap-mcbsp-st: Remove set, but unused variable 'w'
` [PATCH v2 22/28] ASoC: codecs: da7210: Fix formatting issues in da7210_set_dai_pll() header
` [PATCH v2 23/28] ASoC: soc-ac97: Demote seemingly unintentional kerneldoc header
` [PATCH v2 24/28] ASoC: codecs: jz4770: Remove defined but never used variable 'mic_boost_tlv'
` [PATCH v2 25/28] ASoC: codecs: rt5631: Demote misuse of kerneldoc to standard comment blocks
` [PATCH v2 26/28] ASoC: codecs: rt5659: Remove many unused const variables

[PATCH v2] MAINTAINERS: Add Shengjiu to reviewer list of sound/soc/fsl
 2020-07-07 14:17 UTC  (2+ messages)

[PATCH 0/6] ASoC: amd: remove warnings with make W=1
 2020-07-07 14:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add Shengjiu to reviewer list of sound/soc/fsl
 2020-07-07 14:17 UTC  (3+ messages)

[PATCH] ASoC: amd: add ACPI dependency check
 2020-07-07 14:17 UTC  (2+ messages)

[PATCHv3 5/5] ASoC: da7213: add default clock handling
 2020-07-07 14:17 UTC  (3+ messages)
` [PATCHv4] "

[PATCH] ASoC: core: Remove only the registered component in devm functions
 2020-07-07 14:17 UTC  (2+ messages)

[PATCH v3 0/2] Introduce multi PM domains helpers
 2020-07-07 13:54 UTC  (3+ messages)
` [PATCH v3 1/2] PM / domains: "

[PATCH v2] ASoC: Intel: bxt-da7219-max98357a: support MAX98390 speaker amp
 2020-07-07 13:22 UTC  (2+ messages)

[RFT] ALSA control service programs for Digidesign Digi 002/003 family and Tascam FireWire series
 2020-07-07 13:15 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix build error on m68k and others
 2020-07-07 11:13 UTC  (2+ messages)

[PATCH] Fixed no headphone sound bug on laptop Samsung Notebook Pen S, by using exsisting patch Linus' tree as commit 14425f1f521f (ALSA: hda/realtek: Add quirk for Samsung Notebook). This laptop uses same ALC298 but different subsystem id 0x144dc812. So I add SND_PCI_QUIRK at sound/pci/hda/patch_realtek.c
 2020-07-07 11:01 UTC 

[PATCH 00/28] Clean-up ASoC's W=1 build warnings
 2020-07-07 10:59 UTC  (35+ messages)
` [PATCH 01/28] ASoC: atmel: atmel-pcm-dma: Demote function header which is clearly not kerneldoc
` [PATCH 02/28] ASoC: atmel: atmel_ssc_dai: "
` [PATCH 03/28] ASoC: fsl: fsl-asoc-card: Use correct format when providing struct documentation
` [PATCH 04/28] ASoC: fsl: fsl_asrc: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 05/28] ASoC: fsl: fsl_ssi: "
` [PATCH 06/28] ASoC: fsl: fsl_ssi_dbg: "
` [PATCH 07/28] ASoC: fsl: fsl_spdif: Use correct formatting when denoting struct documentation
` [PATCH 08/28] ASoC: fsl: fsl_spdif: Update 'struct fsl_spdif_priv's descriptions
` [PATCH 09/28] ASoC: fsl: fsl_esai: Fix a bunch of kerneldoc issues
` [PATCH 10/28] ASoC: fsl: fsl_esai: Add descriptions for 'tx_mask' and 'rx_mask' to 'fsl_esai'
` [PATCH 11/28] ASoC: pxa: pxa-ssp: Demote seemingly unintentional kerneldoc header
` [PATCH 12/28] ASoC: codecs: ak4458: Remove set but never checked variable 'ret'
` [PATCH 13/28] ASoC: qcom: qdsp6: q6asm: Provide documentation for WMA 'codec_profile'
` [PATCH 14/28] ASoC: samsung: pcm: Demote half-documented kerneldoc header
` [PATCH 15/28] ASoC: samsung: spdif: Fix 3 misspelled struct properties
` [PATCH 16/28] ASoC: sunxi: sun4i-i2s: Demote half-documented kerneldoc header
` [PATCH 17/28] ASoC: uniphier: aio-core: Fix incorrectly named struct property and remove another
` [PATCH 18/28] ASoC: sunxi: sun4i-spdif: Fix misspelling of 'reg_dac_txdata'
` [PATCH 19/28] ASoC: ux500: ux500_msp_i2s: Remove unused variables 'reg_val_DR' and 'reg_val_TSTDR'
` [PATCH 20/28] ASoC: sti: uniperif: Mark 'uni_tdm_hw' as __maybe_unused
` [PATCH 21/28] ASoC: ti: omap-mcbsp-st: Remove set, but unused variable 'w'
` [PATCH 22/28] ASoC: codecs: da7210: Fix formatting issues in da7210_set_dai_pll() header
` [PATCH 23/28] ASoC: soc-ac97: Demote seemingly unintentional kerneldoc header
` [PATCH 24/28] ASoC: codecs: jz4770: Remove defined but never used variable 'mic_boost_tlv'
` [PATCH 25/28] ASoC: codecs: rt5631: Demote misuse of kerneldoc to standard comment blocks
` [PATCH 26/28] ASoC: codecs: rt5659: Remove many unused const variables
` [PATCH 27/28] ASoC: codecs: tlv320aic26: Demote seemingly unintentional kerneldoc header
` [PATCH 28/28] ASoC: codecs: wm8400: Remove a bunch of unused variables

[PATCH 0/8] ASoC: fix W=1 warnings for various SOCs
 2020-07-07 10:58 UTC  (10+ messages)
` [PATCH 7/8] ASoC: tegra: tegra20_das: remove always-true comparison
` [PATCH 8/8] ASoC: uniphier: aio-core: fix kernel-doc
  ` [PATCH 2/8] ASoC: samsung: spdif: "
  ` [PATCH 3/8] ASoC: samsung: pcm: "

[PATCH v3] ALSA: hda/hdmi: Add Intel silent stream support
 2020-07-07 10:43 UTC  (2+ messages)

mmotm 2020-07-06-18-53 uploaded (sound/soc/amd/renoir/rn-pci-acp3x.c:)
 2020-07-07 10:50 UTC  (4+ messages)

Ignored USB-audio implicit feedback in kernel 5.8rc3
 2020-07-07 10:34 UTC  (8+ messages)

[PATCH] ASoC: rt5682: Add fmw property to get name of mclk
 2020-07-07 10:30 UTC  (2+ messages)

[RFC PATCH 00/23] ALSA: fix kernel-doc and W=1 warnings
 2020-07-07 10:21 UTC  (4+ messages)
` [RFC PATCH 10/23] ALSA: usb/line6: remove 'defined but not used' warning

[PATCH alsa-lib v2 0/2] Make dmix lockless operation optional
 2020-07-07  9:58 UTC  (3+ messages)

[PATCH v5 0/3] ALSA: compress: Document stream states and fix gapless SM
 2020-07-07  9:55 UTC  (7+ messages)
` [PATCH v5 1/3] ALSA: compress: document the compress audio state machine
` [PATCH v5 2/3] ALSA: compress: document the compress gapless "
` [PATCH v5 3/3] ALSA: compress: fix partial_drain completion state

[PATCH] Add implicit feedback quirk for RTX6001
 2020-07-07  9:46 UTC  (2+ messages)

[PATCH 1/1] ALSA: opl3: fix infoleak in opl3
 2020-07-07  8:11 UTC  (2+ messages)

Asus Xonar SE
 2020-07-04 23:41 UTC  (2+ messages)
` Fwd: "

[PATCH 0/2] ASoC: fsl_spdif: Clear the validity bit for TX
 2020-07-07  8:54 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ASoC: fsl_spdif: Add kctl for configuring TX validity bit

[PATCH v3] ASoC: Intel: kbl_rt5663_rt5514_max98927: Split be_hw_params_fixup function
 2020-07-07  8:34 UTC  (4+ messages)
` [PATCH v4] ASoC: Intel: kbl_rt5663_rt5514_max98927: Fix kabylake_ssp_fixup function
  ` [PATCH v5] "

[PATCH 1/4] echoaudio: Race conditions around "opencount"
 2020-07-07  8:28 UTC  (4+ messages)

[PATCH -next] sound: fix SND_HDA_GENERIC kconfig & build
 2020-07-07  8:26 UTC  (2+ messages)

[RESEND PATCH] ALSA: usb-audio: add quirk for MacroSilicon MS2109
 2020-07-07  8:24 UTC  (2+ messages)

[PATCH] ALSA: core: pcm_iec958: fix kernel-doc
 2020-07-07  8:22 UTC  (2+ messages)

[PATCH v2 1/3] ALSA: hda/realtek - Enable audio jacks of Acer vCopperbox with ALC269VC
 2020-07-07  8:22 UTC  (7+ messages)
` [PATCH v3 "
` [PATCH v3 2/3] ALSA: hda/realtek: Enable headset mic of Acer C20-820 "
` [PATCH v3 3/3] ALSA: hda/realtek: Enable headset mic of Acer Veriton N4660G "

[PATCH v2 0/2] Fix Lenovo ThinkPad X1 Carbon 7th gen bass volume
 2020-07-07  8:16 UTC  (9+ messages)
` [PATCH v2 1/2] ALSA: hda/realtek - Fix Lenovo Thinkpad X1 Carbon 7th quirk subdevice id
` [PATCH v2 2/2] ALSA: hda/realtek - Replace Lenovo Thinkpad X1 Carbon 7th quirk
    ` [External] "

[PATCH 1/2] ALSA: hda/hdmi: fix failures at PCM open on Intel ICL and later
 2020-07-07  8:14 UTC  (4+ messages)
` [PATCH 2/2] ALSA: hda/hdmi: improve debug traces for stream lookups

[PATCH][resend] ASoC: dt-bindings: ak4642: switch to yaml base Documentation
 2020-07-06 23:35 UTC 

[PATCH][resend] ASoC: dt-bindings: ak4613: switch to yaml base Documentation
 2020-07-06 23:35 UTC 

[PATCH][resend] ASoC: dt-bindings: renesas, fsi: use patternProperties for FSI-A/B
 2020-07-06 23:34 UTC 

[PATCH v2 00/10] topology: decode: Various fixes
 2020-07-06 20:01 UTC  (14+ messages)
` [PATCH v2 01/10] topology: decode: Fix channel map memory allocation
` [PATCH v2 02/10] topology: decode: Fix infinite loop in decoding enum control
` [PATCH v2 03/10] topology: decode: Remove decoding values for "
` [PATCH v2 04/10] topology: decode: Add enum control texts as separate element
` [PATCH v2 05/10] topology: decode: Fix printing texts section
` [PATCH v2 06/10] topology: decode: Change declaration of enum decoding function
` [PATCH v2 07/10] topology: decode: Fix decoding PCM formats and rates
` [PATCH v2 08/10] topology: decode: Print sig_bits field in PCM capabilities section
` [PATCH v2 09/10] topology: decode: Add DAI name printing
` [PATCH v2 10/10] topology: Make buffer for saving dynamic size

[RFC PATCH] ALSA: compress: add support to change codec profile in gapless playback
 2020-07-06 15:14 UTC  (4+ messages)

[PATCH] ASoC: codecs: wm8400: remove unused variables
 2020-07-06 14:43 UTC  (2+ messages)

[PATCH v2 1/7] Documentation: device-tree: sound: Update lpass-cpu driver binding
 2020-07-06 11:44 UTC  (2+ messages)

[PATCH v2] ASoC: cros_ec_codec: Log results when EC commands fail
 2020-07-06  9:46 UTC  (11+ messages)

[PATCH 00/16] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-07-06  5:31 UTC  (24+ messages)
` [PATCH 01/16] ASoC: sun4i-i2s: Add support for H6 I2S
` [PATCH 02/16] ASoC: sun4i-i2s: Adjust LRCLK width
` [PATCH 03/16] dt-bindings: ASoC: sun4i-i2s: Add H6 compatible
` [PATCH 04/16] ASoC: sun4i-i2s: Set sign extend sample
` [PATCH 05/16] ASoc: sun4i-i2s: Add 20 and 24 bit support
` [PATCH 06/16] ASoC: sun4i-i2s: Adjust regmap settings
` [PATCH 07/16] ASoC: sun4i-i2s: Fix sun8i volatile regs
` [PATCH 08/16] arm64: dts: allwinner: h6: Add HDMI audio node
` [PATCH 09/16] arm64: dts: allwinner: h6: Enable HDMI sound for Beelink GS1
` [PATCH 10/16] arm: dts: sunxi: h3/h5: Add DAI node for HDMI
` [PATCH 11/16] arm: dts: sunxi: h3/h5: Add HDMI audio
` [PATCH 12/16] arm64: dts: allwinner: a64: Add DAI node for HDMI
` [PATCH 13/16] arm64: dts: allwinner: a64: Add HDMI audio
` [PATCH 14/16] arm: sun8i: h3: Add HDMI audio to Orange Pi 2
` [PATCH 15/16] arm: sun8i: h3: Add HDMI audio to Beelink X2
` [PATCH 16/16] arm64: dts: allwinner: a64: Add HDMI audio to Pine64

Fixing sound on Asus UX534F / some UX533 models
 2020-07-05 13:25 UTC  (8+ messages)

Move ownership of snd-firewire-ctl-services repository
 2020-07-05 13:20 UTC  (2+ messages)

Some questions about asoc codec mixer elements naming
 2020-07-05  3:42 UTC 

Looking for guidance for porting home made audio driver to ASoC/FSL
 2020-07-04 16:49 UTC 

[PATCH] ASoC: amd: fix Kconfig warning for Renoir
 2020-07-04  4:11 UTC 

[PATCH v2] ASoC: fsl_asrc: Add an option to select internal ratio mode
 2020-07-03 22:54 UTC  (6+ messages)

[PATCH 1/1] MAINTAINERS: change SoundWire maintainer
 2020-07-03 19:26 UTC 

[PATCH v2 0/2] ASoC: rt5670: 2 small cleanups
 2020-07-03 17:04 UTC  (2+ messages)

[PATCH v2 0/6] ASoC: fsl: fix kernel-doc
 2020-07-03 17:04 UTC  (2+ messages)

[RESEND PATCH V3] ASoC: amd: add logic to check dmic hardware runtime
 2020-07-03 17:04 UTC  (2+ messages)

[PATCH -next] ASoC: ti: j721e-evm: Fix missing unlock on error in j721e_audio_hw_params()
 2020-07-03 17:03 UTC  (2+ messages)

[PATCH] ASoC: soc-ac97: fix kernel-doc
 2020-07-03 17:03 UTC  (2+ messages)

[PATCH][next] ASoC: Intel: bxt-da7219-max98357a: return -EINVAL on unrecognized speaker amplifier
 2020-07-03 17:03 UTC  (2+ messages)

ASoC: rt5670/cht_bsw_rt5672: Some bugfixes and cleanups
 2020-07-03 17:03 UTC  (3+ messages)
` [PATCH 1/6] ASoC: Intel: cht_bsw_rt5672: Change bus format to I2S 2 channel

[PATCH] ASoC: core: Remove only the registered component in devm functions
 2020-07-03 15:32 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).