summaryrefslogtreecommitdiffstats
path: root/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Intel: add machine driver for SOF+ES8336Pierre-Louis Bossart2021-10-053-0/+585
* ALSA: intel-dsp-config: add quirk for APL/GLK/TGL devices based on ES8336 codecPierre-Louis Bossart2021-10-051-2/+20
* ASoC: Intel: soc-acpi: apl/glk/tgl: add entry for devices based on ES8336 codecPierre-Louis Bossart2021-10-053-1/+18
* ASoC: Intel: cht_bsw_nau8824: Set card.components stringHans de Goede2021-10-041-0/+2
* ASoC: nau8824: Add a nau8824_components() helperHans de Goede2021-10-042-1/+32
* ASoC: nau8824: Add DMI quirk mechanism for active-high jack-detectHans de Goede2021-10-041-0/+40
* ASoC: nau8824: Fix NAU8824_JACK_LOGIC defineHans de Goede2021-10-041-1/+1
* ASoC: rt5651: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede2021-10-041-5/+2
* ASoC: es8316: Use IRQF_NO_AUTOEN when requesting the IRQHans de Goede2021-10-041-5/+2
* ASoC: nau8821: new driverSeven Lee2021-10-024-0/+2252
* Merge series "Add support for on demand pipeline setup/destroy" from Peter Uj...Mark Brown2021-10-0214-537/+1029
|\
| * ASoC: SOF: topology: Add kernel parameter for topology verificationRanjani Sridharan2021-10-015-17/+46
| * ASoC: SOF: Add support for dynamic pipelinesRanjani Sridharan2021-10-014-54/+390
| * ASoC: SOF: Intel: hda: make sure DAI widget is set up before IPCRanjani Sridharan2021-10-016-119/+243
| * ASoC: SOF: Introduce widget use_countRanjani Sridharan2021-10-013-6/+97
| * ASoC: SOF: Don't set up widgets during topology parsingRanjani Sridharan2021-10-014-245/+43
| * ASoC: SOF: restore kcontrols for widget during set upRanjani Sridharan2021-10-011-26/+33
| * ASoC: SOF: Add new fields to snd_sof_routeRanjani Sridharan2021-10-014-0/+24
| * AsoC: dapm: export a couple of functionsRanjani Sridharan2021-10-012-2/+4
| * ASoC: SOF: sof-audio: add helpers for widgets, kcontrols and dai config set upRanjani Sridharan2021-10-011-118/+116
| * ASoC: SOF: topology: Add new token for dynamic pipelineRanjani Sridharan2021-10-012-1/+74
| * ASoC: SOF: control: Add access field in struct snd_sof_controlRanjani Sridharan2021-10-012-0/+2
| * ASoC: topology: change the complete op in snd_soc_tplg_ops to return intRanjani Sridharan2021-10-013-10/+18
* | ASoC: fsl_spdif: implement bypass mode from in to outViorel Suman2021-10-011-0/+74
* | ASoC: qcom: apq8096: Constify static snd_soc_opsRikard Falkeborn2021-10-011-1/+1
* | ASoC: rt5682s: Fix HP noise caused by SAR mode switch when the system resumesDerek Fang2021-10-011-16/+10
* | ASoC: rt5682s: Enable ASRC auto-disable to fix pop during jack plug-in while ...Derek Fang2021-10-012-0/+16
* | ASoC: mediatek: mt8195: move of_node_put to remove functionTrevor Wu2021-10-011-27/+42
* | ASoC: Intel: sof_rt5682: Add support for max98360a speaker ampMalik_Hsu2021-10-012-0/+24
* | ASoC: tegra: Constify static snd_soc_opsRikard Falkeborn2021-10-011-1/+1
|/
* ASoC: rt5682: move clk related code to rt5682_i2c_probeJack Yu2021-09-303-44/+51
* ASoC: fsl_rpmsg: Add rpmsg audio support for i.MX8ULPShengjiu Wang2021-09-301-0/+1
* ASoC: wm_adsp: remove a repeated includingGuo Zhengkui2021-09-301-1/+0
* ASoC: SOF: Change SND_SOC_SOF_TOPLEVEL from config to menuconfigPeter Ujfalusi2021-09-301-1/+1
* ASoC: rt5682s: Revise the macro RT5682S_PLLB_SRC_MASKDerek Fang2021-09-301-1/+1
* ASoC: rt5682s: Use dev_dbg instead of pr_debugDerek Fang2021-09-301-1/+1
* ASoC: rt5682s: Remove the volatile SW reset register from reg_defaultDerek Fang2021-09-301-1/+0
* ASoC: ux500: mop500: Constify static snd_soc_opsRikard Falkeborn2021-09-292-2/+2
* ASoC: ti: Constify static snd_soc_opsRikard Falkeborn2021-09-292-2/+2
* ASoC: intel: sof_rt5682: update platform device name for Maxim amplifierBrent Lu2021-09-284-8/+8
* ASoC: SOF: ipc: Make the error prints consistent in tx_wait_done()Peter Ujfalusi2021-09-281-4/+6
* ASoC: SOF: prefix some terse and cryptic dev_dbg() with __func__Marc Herbert2021-09-282-5/+7
* ASoC: SOF: add error handling to snd_sof_ipc_msg_data()Guennadi Liakhovetski2021-09-288-39/+71
* ASoC: mediatek: mt8195: add missing of_node_put in probeTrevor Wu2021-09-281-10/+15
* ASoC: SOF: imx: add header file for opsPierre-Louis Bossart2021-09-284-4/+13
* ASoC: SOF: pm: fix a stale commentRanjani Sridharan2021-09-281-1/+1
* ASoC: SOF: Intel: hda-stream: Print stream name on STREAM_SD_OFFSET timeoutPeter Ujfalusi2021-09-281-26/+59
* Merge series "add driver to support firmware loading on Cirrus Logic DSPs" fr...Mark Brown2021-09-2714-3315/+415
|\
| * firmware: cs_dsp: add driver to support firmware loading on Cirrus Logic DSPsSimon Trimmer2021-09-274-3208/+37
| * ASoC: wm_adsp: Separate wm_adsp specifics in cs_dsp_client_opsSimon Trimmer2021-09-272-10/+48