summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * ASoC: Intel: sof_rt5682: use comp_ids to enumerate rt5682sBrent Lu2021-10-294-63/+24
| * ASoC: Intel: sof_rt5682: detect codec variant in probe functionBrent Lu2021-10-291-0/+4
| * ASoC: soc-acpi: add comp_ids field for machine driver matchingBrent Lu2021-10-292-2/+25
* | Merge series "ASoC: Sanity checks and soc-topology updates" from Cezary Rojew...Mark Brown2021-10-293-7/+43
|\ \
| * | ASoC: Stop dummy from overriding hwparamsAmadeusz Sławiński2021-10-291-0/+13
| * | ASoC: topology: Change topology device to card deviceAmadeusz Sławiński2021-10-291-3/+3
| * | ASoC: topology: Use correct device for printsAmadeusz Sławiński2021-10-291-1/+1
| * | ASoC: topology: Check for dapm widget completenessAmadeusz Sławiński2021-10-291-0/+17
| * | ASoC: topology: Add header payload_size verificationCezary Rojewski2021-10-291-0/+9
| * | ASoC: core: Remove invalid snd_soc_component_set_jack callAmadeusz Sławiński2021-10-291-3/+0
* | | ASoC: rsnd: Fix an error handling path in 'rsnd_node_count()'Christophe JAILLET2021-10-291-0/+1
* | | ASoC: tlv320aic3x: Make aic3x_remove() return voidUwe Kleine-König2021-10-294-5/+8
| |/ |/|
* | ASoC: mediatek: mt8195: add mt8195-mt6359-rt1011-rt5682 bindings documentTrevor Wu2021-10-291-0/+47
* | ASoC: mediatek: mt8195: add machine driver with mt6359, rt1011 and rt5682Trevor Wu2021-10-293-0/+1171
|/
* ASoC: codecs: tfa989x: Add support for tfa9897 RCV bitVincent Knecht2021-10-291-0/+21
* ASoC: amd: acp: select CONFIG_SND_SOC_ACPIArnd Bergmann2021-10-291-0/+1
* Merge series "ASoC: cs42l42: Fix definition and handling of jack switch inver...Mark Brown2021-10-292-11/+11
|\
| * ASoC: cs42l42: Correct configuring of switch inversion from ts-invRichard Fitzgerald2021-10-291-5/+4
| * ASoC: dt-bindings: cs42l42: Correct description of ts-invRichard Fitzgerald2021-10-291-6/+7
* | ASoC: Intel: glk_rt5682_max98357a: support ALC5682I-VS codecBrent Lu2021-10-293-9/+52
* | ASoC: fix unmet dependencies on GPIOLIB for SND_SOC_RT1015PJulian Braha2021-10-291-4/+4
* | ASoC: es8316: add support for ESSX8336 ACPI _HIDPierre-Louis Bossart2021-10-291-0/+1
|/
* ASoC: qdsp6: audioreach: Fix clang -Wimplicit-fallthroughNathan Chancellor2021-10-281-1/+1
* ASoC: fix unmet dependencies on GPIOLIB for SND_SOC_DMICJulian Braha2021-10-281-2/+2
* ASoC: amd: acp: fix Kconfig dependenciesArnd Bergmann2021-10-271-1/+3
* Merge series "Make genaral and simple for new sof machine driver" from David ...Mark Brown2021-10-271-2/+46
|\
| * ASoC: nau8825: add clock management for power savingDavid Lin2021-10-261-2/+33
| * ASoC: nau8825: add set_jack coponment supportDavid Lin2021-10-261-0/+13
* | Merge series "ASoC: minor cleanup of warnings" from Pierre-Louis Bossart <pie...Mark Brown2021-10-277-11/+13
|\ \
| * | ASoC: rockchip: i2s_tdm: improve return value handlingPierre-Louis Bossart2021-10-271-1/+1
| * | ASoC: mediatek: mt8195: fix return valuePierre-Louis Bossart2021-10-271-1/+1
| * | ASoC: mediatek: mt8195: rename shadowed arrayPierre-Louis Bossart2021-10-271-2/+2
| * | ASoC: mediatek: remove unnecessary initializationPierre-Louis Bossart2021-10-271-1/+1
| * | ASoC: nau8821: clarify out-of-bounds checkPierre-Louis Bossart2021-10-271-1/+1
| * | ASoC: nau8821: fix kernel-docPierre-Louis Bossart2021-10-271-1/+3
| * | ASoC: rt5682s: use 'static' qualifierPierre-Louis Bossart2021-10-271-3/+3
| * | ASoC: topology: handle endianness warningPierre-Louis Bossart2021-10-271-1/+1
* | | ASoC: rt5682-i2c: Use devm_clk_get_optional for optional clockAngeloGioacchino Del Regno2021-10-271-8/+3
* | | ASoC: Intel: soc-acpi: add entry for ESSX8336 on JSLPierre-Louis Bossart2021-10-271-0/+6
* | | ASoC: amd: acp: Fix return value check in acp_machine_select()Yang Yingliang2021-10-271-1/+1
* | | ASoC: max98520: add max98520 audio amplifier driverGeorge Song2021-10-274-0/+942
* | | ASoC: dt-bindings: max98520: add initial bindingsGeorge Song2021-10-271-0/+36
|/ /
* | Merge series "ASoC: cs42l42: Fixes to power-down" from Richard Fitzgerald <rf...Mark Brown2021-10-261-12/+31
|\ \
| * | ASoC: cs42l42: free_irq() before powering-down on probe() failRichard Fitzgerald2021-10-261-8/+11
| * | ASoC: cs42l42: Reset and power-down on remove() and failed probe()Richard Fitzgerald2021-10-261-4/+20
| |/
* | Merge series "Update Lpass digital codec macro drivers" from Srinivasa Rao Ma...Mark Brown2021-10-268-9/+39
|\ \
| * | ASoC: codecs: Change bulk clock voting to optional voting in digital codecsSrinivasa Rao Mandadapu2021-10-263-3/+3
| * | ASoC: codecs: tx-macro: Update tx default valuesSrinivasa Rao Mandadapu2021-10-261-2/+17
| * | ASoC: codecs: tx-macro: Enable tx top soundwire mic clockSrinivasa Rao Mandadapu2021-10-261-0/+3
| * | ASoC: qcom: dt-bindings: Add compatible names for lpass sc7280 digital codecsSrinivasa Rao Mandadapu2021-10-264-4/+12