summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-192-2/+0
|\
| * parport: Remove parport_driver.devmodelDr. David Alan Gilbert2024-07-032-2/+0
* | Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-07-19247-3362/+18855
|\ \
| * | ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book Pro 360Seunghun Han2024-07-181-0/+1
| * | ALSA: hda/tas2781: Add new quirk for Lenovo Hera2 LaptopShenghao Ding2024-07-171-0/+1
| * | ALSA: seq: ump: Skip useless ports for static blocksTakashi Iwai2024-07-171-0/+16
| * | ALSA: pcm_dmaengine: Don't synchronize DMA channel when DMA is pausedShengjiu Wang2024-07-171-1/+5
| * | Merge tag 'asoc-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2024-07-15211-3084/+18069
| |\ \
| | * \ Fix the unbalanced pm_runtime_enable in wcd937x-sdwMark Brown2024-07-123-85/+30
| | |\ \
| | | * | ASoC: codecs: wcd937x: Remove separate handling for vdd-buck supplyMohammad Rafi Shaik2024-07-122-49/+14
| | | * | ASoC: codecs: wcd937x: Remove the string compare in MIC BIAS widget settingsMohammad Rafi Shaik2024-07-121-26/+8
| | | * | ASoC: codecs: wcd937x-sdw: Fix Unbalanced pm_runtime_enableMohammad Rafi Shaik2024-07-121-10/+8
| | * | | ASoC: tas2781: Add new Kontrol to set tas2563 digital VolumeShenghao Ding2024-07-121-9/+120
| | |/ /
| | * | firmware: cs_dsp: Some small coding improvementsMark Brown2024-07-118-13/+47
| | |\ \
| | | * | firmware: cs_dsp: Rename fw_ver to wmfw_verRichard Fitzgerald2024-07-101-1/+1
| | * | | ASoC: cs530x: Remove bclk from private structurePaul Handrigan2024-07-102-13/+12
| | * | | ASoC: cs530x: Calculate proper bclk rate using TDMPaul Handrigan2024-07-102-5/+11
| | * | | ASoC: qcom: topology: Simplify with cleanup.hKrzysztof Kozlowski2024-07-091-5/+5
| | * | | ASoC: codecs: aw88395: Simplify with cleanup.hKrzysztof Kozlowski2024-07-091-34/+17
| | * | | ASoC: Intel: sof_sdw: Convert comma to semicolonChen Ni2024-07-091-3/+3
| | * | | ASoc: TAS2781: rename the tas2781_reset as tasdevice_resetShenghao Ding2024-07-093-6/+8
| | * | | ASoC: fsl-asoc-card: add S/PDIF controller supportMark Brown2024-07-084-241/+257
| | |\ \ \
| | | * | | ASoC: fsl-asoc-card: merge spdif support from imx-spdif.cElinor Montmasson2024-07-084-116/+84
| | | * | | ASoC: fsl-asoc-card: add compatibility to use 2 codecs in dai-linksElinor Montmasson2024-07-081-118/+161
| | | * | | ASoC: fsl-asoc-card: add second dai link component for codecsElinor Montmasson2024-07-081-2/+4
| | | * | | ASoC: fsl-asoc-card: add support for dai links with multiple codecsElinor Montmasson2024-07-081-8/+11
| | * | | | ASoC: Simplify code with cleanup.hMark Brown2024-07-089-141/+87
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | ASoC: dapm: Simplify snd_soc_dai_link_event_pre_pmu() with cleanup.hKrzysztof Kozlowski2024-07-081-20/+12
| | | * | | ASoC: dapm: Simplify dapm_cnew_widget() with cleanup.hKrzysztof Kozlowski2024-07-081-8/+7
| | | * | | ASoC: ops: Simplify with cleanup.hKrzysztof Kozlowski2024-07-081-16/+10
| | | * | | ASoC: simple-card: Use cleanup.h instead of devm_kfree()Krzysztof Kozlowski2024-07-081-3/+2
| | | * | | ASoC: audio-graph-card2: Use cleanup.h instead of devm_kfree()Krzysztof Kozlowski2024-07-081-4/+1
| | | * | | ASoC: audio-graph-card: Use cleanup.h instead of devm_kfree()Krzysztof Kozlowski2024-07-081-3/+2
| | | * | | ASoC: simple-card-utils: Simplify with cleanup.hKrzysztof Kozlowski2024-07-081-7/+6
| | | * | | ASoC: codecs: wcd934x: Simplify with cleanup.hKrzysztof Kozlowski2024-07-081-13/+9
| | | * | | ASoC: codecs: wcd9335: Simplify with cleanup.hKrzysztof Kozlowski2024-07-081-13/+9
| | | * | | ASoC: codecs: audio-iio-aux: Simplify audio_iio_aux_probe() with cleanup.hKrzysztof Kozlowski2024-07-081-29/+18
| | | * | | ASoC: codecs: audio-iio-aux: Simplify audio_iio_aux_add_dapms() with cleanup.hKrzysztof Kozlowski2024-07-081-25/+11
| | * | | | ASoc: TAS2781: replace beXX_to_cpup with get_unaligned_beXX for potentially b...Shenghao Ding2024-07-081-36/+35
| | |/ / /
| | * | | ASoc: pcm6240: Remove unnecessary name-prefix for all the controlsShenghao Ding2024-07-051-24/+6
| | * | | Add support for non-interleaved mode in qmc_audioMark Brown2024-07-041-168/+423
| | |\ \ \
| | | * | | ASoC: fsl: fsl_qmc_audio: Add support for non-interleaved mode.Herve Codina2024-07-041-75/+297
| | | * | | ASoC: fsl: fsl_qmc_audio: Introduce qmc_dai_constraints_interleaved()Herve Codina2024-07-041-15/+22
| | | * | | ASoC: fsl: fsl_qmc_audio: Introduce qmc_audio_pcm_{read,write}_submit()Herve Codina2024-07-041-48/+45
| | | * | | ASoC: fsl: fsl_qmc_audio: Identify the QMC channel involved in completion rou...Herve Codina2024-07-041-25/+47
| | | * | | ASoC: fsl: fsl_qmc_audio: Split channel buffer and PCM pointer handlingHerve Codina2024-07-041-38/+46
| | | * | | ASoC: fsl: fsl_qmc_audio: Fix issues detected by checkpatchHerve Codina2024-07-041-34/+31
| | | * | | ASoC: fsl: fsl_qmc_audio: Check devm_kasprintf() returned valueHerve Codina2024-07-041-0/+2
| | * | | | ASoC: codecs: lpass-rx-macro: Few code cleanupsMark Brown2024-07-044-46/+46
| | |\ \ \ \
| | | * | | | ASoC: codecs: lpass-wsa-macro: Simplify with cleanup.hKrzysztof Kozlowski2024-07-031-12/+10