Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2024-03-29 12:46:28 to 2024-04-03 09:31:13 UTC [more...]

[PATCH 00/10] Use const where applicable
 2024-04-03  9:31 UTC 

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-03  9:15 UTC  (4+ messages)
` [PATCH 32/34] ASoC: remove incorrect of_match_ptr/ACPI_PTR annotations

[PATCH 0/4] ASoC: Drop soc-topology ABI v4 support
 2024-04-03  9:16 UTC  (5+ messages)
` [PATCH 1/4] ASoC: Intel: Skylake: Remove "
` [PATCH 2/4] ASoC: topology: Remove "
` [PATCH 3/4] ASoC: topology: Cleanup after ABI v4 support removal
` [PATCH 4/4] ASoC: topology: Remove obsolete ABI v4 structs

[PATCH v2] ASoC: sunxi: sun4i-i2s: Support 32-bit audio formats
 2024-04-03  3:47 UTC 

[PATCH v2 0/2] ASoC: dt-bindings: convert fsl-asoc-card.txt to YAML
 2024-04-03  1:18 UTC  (6+ messages)
` [PATCH v2 1/2] ARM: dts: imx6sx-nitrogen6sx: drop incorrect cpu-dai property
` [PATCH v2 2/2] ASoC: dt-bindings: fsl-asoc-card: convert to YAML
` (subset) [PATCH v2 0/2] ASoC: dt-bindings: convert fsl-asoc-card.txt "

[PATCH v8 0/5] arm64: dts: imx8qxp add asrc and sai
 2024-04-03  0:46 UTC  (5+ messages)
` [PATCH v8 4/5] arm64: dts: imx8: fix audio lpcg index
` [PATCH v8 5/5] arm64: dts: imx8qxp: add asrc[0,1], esai0, spdif0 and sai[4,5]

[PATCH v8 0/4] ASoc: PCM6240: mixer-test report
 2024-04-03  0:31 UTC  (5+ messages)
` [PATCH v8 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
` [PATCH v8 2/4] ASoc: PCM6240: Create header file for "
` [PATCH v8 3/4] ASoc: PCM6240: Add compile item for PCM6240 Family driver
` [PATCH v8 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding

[PATCH v2 00/16] ASoC: Replace dpcm_playback/capture to playback/capture_only
 2024-04-03  0:12 UTC  (29+ messages)
` [PATCH v2 01/16] ASoC: soc-pcm.c: cleanup soc_get_playback_capture()
` [PATCH v2 02/16] ASoC: amd: Replace dpcm_playback/capture to playback/capture_only
` [PATCH v2 03/16] ASoC: fsl: "
` [PATCH v2 04/16] ASoC: sof: "
` [PATCH v2 05/16] ASoC: meson: "
` [PATCH v2 06/16] ASoC: Intel: "
` [PATCH v2 07/16] ASoC: samsung: "
` [PATCH v2 08/16] ASoC: mediatek: "
` [PATCH v2 09/16] ASoC: soc-core: "
` [PATCH v2 10/16] ASoC: soc-topology: "
` [PATCH v2 11/16] ASoC: soc-compress: "
` [PATCH v2 12/16] ASoC: Intel: avs: boards: "
` [PATCH v2 13/16] ASoC: remove snd_soc_dai_link_set_capabilities()
` [PATCH v2 14/16] ASoC: soc-pcm: remove dpcm_playback/capture
` [PATCH v2 15/16] ASoC: soc-pcm: indicate warning if DPCM BE Codec has no settings
` [PATCH v2 16/16] ASoC: doc: remove .dpcm_playback/capture flags

[PATCH 00/17] ASoC: SOF: Intel: improve SoundWire support for LunarLake
 2024-04-02 23:29 UTC  (19+ messages)
` [PATCH 01/17] ASoC: SOF: Intel: hda-dai: fix channel map configuration for aggregated dailink
` [PATCH 02/17] Revert "ASoC: SOF: Intel: hda-dai-ops: reset device count for SoundWire DAIs"
` [PATCH 03/17] Revert "ASoC: SOF: Intel: hda-dai-ops: only allocate/release streams for first CPU DAI"
` [PATCH 04/17] ASoC: SOF: make dma_config_tlv be an array
` [PATCH 05/17] ASoC: SOF: Intel: hda-dai: set lowest N bits in ch_mask
` [PATCH 06/17] ASoC: SOF: Intel: hda-dai: set dma_stream_channel_map device
` [PATCH 07/17] ASoC: SOF: Intel: hda-dai: add helpers to set dai config
` [PATCH 08/17] ASoC: SOF: Intel: set the DMA TLV device as dai_index
` [PATCH 09/17] ASoC: SOF: Intel: hda: extend signature of sdw_hda_dai_hw_params()
` [PATCH 10/17] ASoC: SOF: IPC4: extend dai_data with node_id
` [PATCH 11/17] ASoC: SOF: Intel: hda: move helper to static inline
` [PATCH 12/17] ASoC: SOF: Intel: hda: Clear Soundwire node ID during BE DAI hw_free
` [PATCH 13/17] ASoC: SOF: sof-audio: revisit sof_pcm_stream_free() error handling and logs
` [PATCH 14/17] ASoC: SOF: pcm: simplify sof_pcm_hw_free() with helper
` [PATCH 15/17] ASoC: SOF: pcm: add pending_stop state variable
` [PATCH 16/17] ASoC: SOF: pcm: reset all PCM sources in case of xruns
` [PATCH 17/17] ASoC: SOF: ipc4-topology: Save the ALH DAI index during hw_params

[PATCH 0/4] ASoC: SOF: cppcheck fixes and debugfs addition
 2024-04-02 23:29 UTC  (6+ messages)
` [PATCH 1/4] ASoC: SOF: ipc4-loader: save FW version info to debugfs
` [PATCH 2/4] ASoC: SOF: amd: acp-loader: abort firmware download on write error
` [PATCH 3/4] ASoC: SOF: ipc4-priv: align prototype and function declaration
` [PATCH 4/4] ASoC: SOF: ipc4-topology: remove shadowed variable

[PATCH v2 0/3] ASoC: Use snd_ctl_find_id_mixer() instead of open-coding
 2024-04-02 23:29 UTC  (6+ messages)
` [PATCH v2 1/3] ALSA: control: Introduce snd_ctl_find_id_mixer_locked()
` [PATCH v2 2/3] ASoC: soc-card: Use snd_ctl_find_id_mixer() instead of open-coding
` [PATCH v2 3/3] ASoC: soc-card: Add KUnit test case for snd_soc_card_get_kcontrol

[PATCH v2 0/4] drm: xlnx: zynqmp: Add DP audio support
 2024-04-02 22:54 UTC  (3+ messages)
` [PATCH v2 4/4] drm: xlnx: zynqmp_dpsub: "

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-02 20:34 UTC  (32+ messages)
` [PATCH v2 01/25] "
` [PATCH v2 02/25] virtio: balloon: drop owner assignment
` [PATCH v2 03/25] virtio: input: "
` [PATCH v2 04/25] virtio: mem: "
` [PATCH v2 05/25] um: virt-pci: "
` [PATCH v2 06/25] virtio_blk: "
` [PATCH v2 07/25] bluetooth: virtio: "
` [PATCH v2 08/25] hwrng: "
` [PATCH v2 09/25] virtio_console: "
` [PATCH v2 10/25] crypto: virtio - "
` [PATCH v2 11/25] firmware: arm_scmi: virtio: "
` [PATCH v2 12/25] gpio: "
` [PATCH v2 13/25] drm/virtio: "
` [PATCH v2 14/25] iommu: virtio: "
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 16/25] net: caif: virtio: "
` [PATCH v2 17/25] net: "
` [PATCH v2 18/25] net: 9p: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 20/25] wifi: mac80211_hwsim: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 22/25] rpmsg: virtio: "
` [PATCH v2 23/25] scsi: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

[PATCH] ASoC: Intel: avs: boards: Add modules description
 2024-04-02 19:30 UTC  (2+ messages)

[PATCH] ASoC: nau8325: Revise soc_enum structure definition
 2024-04-02 19:30 UTC  (2+ messages)

[PATCH v2 00/13] ASoC: ti: davinci-i2s: Add features to McBSP driver
 2024-04-02 17:32 UTC  (15+ messages)
` [PATCH v2 01/13] ASoC: dt-bindings: davinci-mcbsp: convert McBSP bindings to yaml schema
` [PATCH v2 02/13] ASoC: dt-bindings: davinci-mcbsp: Add optional clock
` [PATCH v2 03/13] ASoC: ti: davinci-i2s: Remove the unused clk_input_pin attribute
` [PATCH v2 04/13] ASoC: ti: davinci-i2s: Replace dev_err with dev_err_probe
` [PATCH v2 05/13] ASoC: ti: davinci-i2s: Use external clock to drive sample rate generator
` [PATCH v2 06/13] ASoC: ti: davinci-i2s: Delete unnecessary assignment
` [PATCH v2 07/13] ASoC: ti: davinci-i2s: Add TDM support
` [PATCH v2 08/13] ASoC: ti: davinci-i2s: Add handling of BP_FC format
` [PATCH v2 09/13] ASoC: ti: davinci-i2s: Enable unexpected frame pulses detection
` [PATCH v2 10/13] ASoC: ti: davinci-i2s: Link free-run mode to SND_SOC_DAIFMT_[GATED/CONT]
` [PATCH v2 11/13] ASoC: ti: davinci-i2s: Add S24_LE to supported formats
` [PATCH v2 12/13] ASoC: dt-bindings: davinci-mcbsp: Add the 'ti,T1-framing-{rx/tx}' flags
` [PATCH v2 13/13] ASoC: ti: davinci-i2s: Add T1 framing support

[PATCH] ASoC: codecs: rk3308: add dependency on OF
 2024-04-02 15:17 UTC  (3+ messages)

[PATCH v7 0/4] mixer-test report
 2024-04-02 14:35 UTC  (9+ messages)
` [PATCH v7 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
` [PATCH v7 2/4] ASoc: PCM6240: Create header file for "
` [PATCH v7 3/4] ASoc: PCM6240: Add compile item for PCM6240 Family driver
` [PATCH v7 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding
    ` [EXTERNAL] "

[PATCH v1 0/2] ASoC: qcom: add support for qcm6490 machine
 2024-04-02  9:20 UTC  (6+ messages)
` [PATCH v1 2/2] ASoC: qcom: qcm6490: Add machine driver for qcm6490

[syzbot] [usb?] [sound?] KMSAN: uninit-value in line6_pod_process_message
 2024-04-02  6:51 UTC  (3+ messages)
` [PATCH] ALSA: line6: fix "

[PATCH] ALSA: line6: Zero-initialize message buffers
 2024-04-02  6:36 UTC 

[PATCH] ALSA: hda/realtek: cs35l41: Support ASUS ROG G634JYR
 2024-04-02  6:14 UTC  (2+ messages)

[PATCH] Add support for 2024 ROG Strix G634JZR
 2024-04-02  6:13 UTC  (2+ messages)

[PATCH] Add sound quirks for Lenovo Legion slim 7 16ARHA7 models
 2024-04-02  6:01 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-04-02  1:48 UTC  (3+ messages)
` (subset) "

regression/bisected/6.9 commit 587d67fd929ad89801bcc429675bda90d53f6592 decrease 30% of gaming performance
 2024-04-01 19:29 UTC  (8+ messages)

[PATCH] ASoC: dt-bindings: mt2701-wm8960: Convert to dtschema
 2024-04-01 17:38 UTC  (4+ messages)

[PATCH v5 00/11] Add support for Intel PPS Generator
 2024-04-01 13:07 UTC  (4+ messages)
` [PATCH v5 02/11] timekeeping: Add function to convert realtime to base clock

[PATCH] OSS: dmasound/paula: Mark driver struct with __refdata to prevent section mismatch
 2024-04-01 11:47 UTC  (2+ messages)

[PATCH 0/5] ALSA: cirrus: Tidy up of firmware control read/write
 2024-04-01 11:46 UTC  (4+ messages)

[PATCH v2 0/2] Add Cadence I2S-MC controller driver
 2024-04-01  6:32 UTC  (12+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add bindings for Cadence I2S-MC controller
    ` 回复: "

[PATCH v6 0/2] ASoC: nau8325: Modify driver code and dtschema
 2024-04-01  3:59 UTC  (3+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-31 11:20 UTC  (6+ messages)
` [PATCH 01/22] "

[PATCH] Add support microphone from Acer Aspire 315-24p
 2024-03-30 19:27 UTC 

[PATCH] ALSA: hda/realtek: Add quirks for ASUS Laptops using CS35L56
 2024-03-30  8:37 UTC  (2+ messages)

[PATCH v18 00/41] Introduce QC USB SND audio offloading support
 2024-03-29 23:28 UTC  (2+ messages)

[PATCH V2] ASoC: amd: acp: fix for acp_init function error handling
 2024-03-29 17:35 UTC  (2+ messages)

[PATCH 00/13] ASoC: ti: davinci-i2s: Add features to McBSP driver
 2024-03-29 13:24 UTC  (10+ messages)
` [PATCH 13/13] ASoC: ti: davinci-i2s: Opitonally drive DX pin during capture streams

[PATCH AUTOSEL 5.15 13/34] ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter
 2024-03-29 12:47 UTC 

[PATCH AUTOSEL 6.1 13/52] ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops
 2024-03-29 12:45 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 20/52] ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox