summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-fix-v6.5-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai2023-08-281-69/+69
|\
| * ASoC: cs43130: Fix numerator/denominator mixupPhil Elwell2023-06-211-69/+69
* | Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-2894-1533/+7641
|\ \
| * | ASoC: codecs: Fix error code in aw88261_i2c_probe()Harshit Mogalapalli2023-08-241-1/+1
| * | ASoC: cs42l43: Use new-style PM runtime macrosCharles Keepax2023-08-241-4/+3
| * | ASoC: cs42l43: Initialize ret in default case in cs42l43_pll_ev()Nathan Chancellor2023-08-231-0/+1
| * | ASoC: nau8821: Improve AMIC recording performance.Seven Lee2023-08-232-1/+66
| * | ASoC: Delete UDA134x/L3 audio codecLinus Walleij2023-08-235-764/+0
| * | Add cs42l43 PC focused SoundWire CODECMark Brown2023-08-226-0/+3449
| |\ \
| | * | ASoC: cs42l43: Add support for the cs42l43Charles Keepax2023-08-186-0/+3449
| * | | ASoC: rt5640: fix typosSenhong Liu2023-08-211-2/+2
| * | | ASoC: rt5645: improve the depop sequences of CBJ detectionShuming Fan2023-08-181-6/+12
| * | | ASoC: Merge up fixesMark Brown2023-08-175-29/+52
| |\ \ \
| * | | | 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: 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-151-2/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | ASoC: tas5805m: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-08-141-2/+1
| * | | | | ASoC: tlv320aic32x4: Fix the divide by zeroGuiting Shen2023-08-142-7/+14
| * | | | | ASoC: ak4613: Simplify probe()Biju Das2023-08-141-10/+1
| * | | | | 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: codecs/wm*: merge DAI call back functions into opsKuninori Morimoto2023-08-144-10/+18
| |/ / / /
| * | | | ASoC: rt: Drop unused GPIO includesMark Brown2023-08-1414-21/+0
| |\ \ \ \
| | * | | | ASoC: rt715: Drop GPIO includesLinus Walleij2023-08-131-3/+0
| | * | | | ASoC: rt5682-sdw: Drop GPIO includesLinus Walleij2023-08-131-2/+0
| | * | | | ASoC: rt5660: Drop GPIO includesLinus Walleij2023-08-131-2/+0
| | * | | | ASoC: rt5659: Drop legacy GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt5645: Drop legacy GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt5514: Drop GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt5514-spi: Drop GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt1308: Drop GPIO includesLinus Walleij2023-08-131-2/+0
| | * | | | ASoC: rt1305: Drop GPIO includesLinus Walleij2023-08-131-2/+0
| | * | | | ASoC: rt1019: Drop GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt1016: Drop GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt1015p: Drop legacy GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt1015: Drop GPIO includeLinus Walleij2023-08-131-1/+0
| | * | | | ASoC: rt1011: Drop GPIO includesLinus Walleij2023-08-131-2/+0
| * | | | | ASoC: ssm3515: Remove redundant of_match_ptr()Ruan Jinjie2023-08-131-1/+1
| |/ / / /
| * | | | ASoC: rt715: Add software reset in io initJack Yu2023-08-102-0/+63
| * | | | ASoC: Merge up fixesMark Brown2023-08-102-4/+7
| |\ \ \ \
| * | | | | ASoC: cs35l56: Call wm_adsp_power_down() before reloading firmwareSimon Trimmer2023-08-081-0/+1