summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ASoC: SOF: amd: Enable signed firmware image loading for Vangogh platformVenkata Prasad Potturu2023-08-213-0/+40
| | * | | | | ASoC: SOF: amd: Add support for signed fw image loadingVenkata Prasad Potturu2023-08-214-3/+51
| | * | | | | ASoC: SOF: amd: Add sof support for vangogh platformVenkata Prasad Potturu2023-08-216-4/+290
| | | |/ / / | | |/| | |
| | * | | | ASoC: amd: acp: Add kcontrols and widgets per-codec in common codeAlper Nebi Yasak2023-08-183-44/+67
| | * | | | ASoC: rt5645: improve the depop sequences of CBJ detectionShuming Fan2023-08-181-6/+12
| | * | | | ASoC: Merge up fixesMark Brown2023-08-177-45/+81
| | |\ \ \ \
| | * \ \ \ \ ASoC: Convert remaining Realtek codecs to GPIOMark Brown2023-08-1710-80/+68
| | |\ \ \ \ \
| | | * | | | | ASoC: rt5682s: Convert to use GPIO descriptorsLinus Walleij2023-08-172-9/+9
| | | * | | | | ASoC: rt5682: Convert to use GPIO descriptorsLinus Walleij2023-08-174-12/+27
| | | * | | | | ASoC: rt5668: Convert to use GPIO descriptorsLinus Walleij2023-08-171-9/+8
| | | * | | | | ASoC: rt5665: Convert to use GPIO descriptorsLinus Walleij2023-08-171-9/+8
| | | * | | | | ASoC: rt5640: Convert to just use GPIO descriptorsLinus Walleij2023-08-172-41/+16
| | * | | | | | ASoC: mediatek: mt7986: add machine driver with wm8960Maso Huang2023-08-173-0/+207
| | * | | | | | ASoC: mediatek: mt7986: add platform driverMaso Huang2023-08-174-0/+641
| | * | | | | | ASoC: mediatek: mt7986: support etdm in platform driverMaso Huang2023-08-171-0/+411
| | * | | | | | ASoC: mediatek: mt7986: add common headerMaso Huang2023-08-172-0/+245
| | |/ / / / /
| | * | | | | ASoC: samsung: tm2_wm5110: parse audio-routingKrzysztof Kozlowski2023-08-161-3/+7
| | * | | | | ASoC: samsung: odroid: parse audio-routingKrzysztof Kozlowski2023-08-161-6/+7
| | * | | | | ASoC: samsung: midas_wm1811: parse audio-routingKrzysztof Kozlowski2023-08-161-3/+7
| | * | | | | ASoC: samsung: aries_wm8994: parse audio-routingKrzysztof Kozlowski2023-08-161-3/+7
| | * | | | | ASoC: samsung: odroid: use of_property_present to check for propertyKrzysztof Kozlowski2023-08-161-2/+2
| | * | | | | ASoC: rockchip: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-151-1/+1
| | * | | | | ASoC: codecs: wm8904: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-151-1/+1
| | * | | | | ASoC: codecs: tlv320aic32x4: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-151-1/+1
| | * | | | | ASoC: cs35l56: Don't patch firmware that is alreadyMark Brown2023-08-153-11/+26
| | |\ \ \ \ \
| | | * | | | | ASoC: cs35l56: Don't overwrite a patched firmwareRichard Fitzgerald2023-08-151-2/+15
| | | * | | | | ASoC: wm_adsp: Support powering-up DSP without trying to load firmwareRichard Fitzgerald2023-08-153-10/+12
| | * | | | | | Use devm_kmemdup to replace devm_kmalloc + memcpyMark Brown2023-08-152-6/+2
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: SOF: ipc3: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-08-141-4/+1
| | | * | | | | | ASoC: tas5805m: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-08-141-2/+1
| | * | | | | | | ASoC: SOF: topology: simplify kcontrol names withMark Brown2023-08-152-0/+24
| | |\ \ \ \ \ \ \
| | | * | | | | | | ASoC: SOF: topology: Add a token for dropping widget name in kcontrol nameJyri Sarha2023-08-151-0/+22
| | | * | | | | | | ASoC: dapm: Add a flag for not having widget name in kcontrol nameJyri Sarha2023-08-151-0/+2
| | * | | | | | | | ASoC: Intel: RPL/MTL machine updates for 6.6Mark Brown2023-08-154-2/+103
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | ASoC: Intel: RPL: Add entry for HDMI-In capture support on non-I2S codec boards.Balamurugan C2023-08-152-0/+14
| | | * | | | | | | | ASoC: Intel: soc-acpi: add support for Dell SKU0C87 devicesChao Song2023-08-151-0/+52
| | | * | | | | | | | ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in RPL match tableBalamurugan C2023-08-152-0/+22
| | | * | | | | | | | ASoC: Intel: soc-acpi: Add entry for sof_es8336 in RPL match table.Balamurugan C2023-08-151-0/+13
| | | |/ / / / / / /
| | * | | | | | | | ASoC: SOF: Intel: Refactor code for HDA stream creationChao Song2023-08-151-60/+8
| | * | | | | | | | ASoC: SOF: remove duplicate code due to mergePierre-Louis Bossart2023-08-151-3/+0
| | | |_|/ / / / / | | |/| | | | | |
| | * | | | | | | ASoC: soc-jack: calling snd_soc_jack_report causes a null pointer accessmnlife2023-08-141-1/+1
| | * | | | | | | ASoC: Intel: Add rpl_nau8318_8825 driverAjye Huang2023-08-142-0/+22
| | |/ / / / / /
| | * | | | | | ASoC: tlv320aic32x4: Fix the divide by zeroGuiting Shen2023-08-142-7/+14
| | * | | | | | ASoC: ak4613: Simplify probe()Biju Das2023-08-141-10/+1
| | * | | | | | ASoC: soc-dai.h: remove unused call back functionsKuninori Morimoto2023-08-141-25/+0
| | * | | | | | ASoC: codecs/hdmi-codec: merge DAI call back functions into opsKuninori Morimoto2023-08-141-22/+22
| | * | | | | | ASoC: codecs/cx2072x: merge DAI call back functions into opsKuninori Morimoto2023-08-141-2/+9
| | * | | | | | ASoC: codecs/cs47lxx: merge DAI call back functions into opsKuninori Morimoto2023-08-146-10/+34
| | * | | | | | ASoC: soc-topology: merge DAI call back functions into opsKuninori Morimoto2023-08-141-1/+5
| | * | | | | | ASoC: codecs/wm*: merge DAI call back functions into opsKuninori Morimoto2023-08-144-10/+18