summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: ipc4-topology: Add widget_setup/widget_free opsRanjani Sridharan2022-06-101-0/+123
* ASoC: SOF: IPC4: Add pcm opsRanjani Sridharan2022-06-104-1/+232
* ASoC: SOF: ipc4-topology: Add control IO opsRanjani Sridharan2022-06-104-1/+219
* ASoC: SOF: ipc4-topology: Add control_setup opRanjani Sridharan2022-06-101-0/+49
* ASoC: SOF: ipc4-topology: Add support for parsing mixer widgetsRanjani Sridharan2022-06-102-0/+80
* ASoC: SOF: ipc4-topology: Add support for parsing and preparing pga widgetsRanjani Sridharan2022-06-103-0/+174
* ASoC: SOF: ipc4-topology: Add prepare op for DAI type widgetsRanjani Sridharan2022-06-101-3/+40
* ASoC: SOF: ipc4-topology: Add prepare op for AIF type widgetsRanjani Sridharan2022-06-102-2/+306
* ASoC: SOF: ipc4-topology: Add support for parsing DAI_IN/DAI_OUT widgetsRanjani Sridharan2022-06-101-0/+135
* ASoC: SOF: ipc4-topology: Add support for parsing AIF_IN/AIF_OUT widgetsRanjani Sridharan2022-06-104-18/+511
* ASoC: SOF: IPC4: Introduce topology opsRanjani Sridharan2022-06-105-1/+135
* ASoC: imx-audmux: remove unnecessary check of clk_disable_unprepare/clk_prepa...Minghao Chi2022-06-091-14/+8
* Specify clock provider directly to CPU DAIsMark Brown2022-06-0975-278/+273
|\
| * ASoC: simple-card-utils: Move snd_soc_component_is_codec to be localCharles Keepax2022-06-061-1/+6
| * ASoC: soc-dai: Remove set_fmt_new callbackCharles Keepax2022-06-061-5/+1
| * ASoC: xtensa: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: ux500: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: ti: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-063-3/+3
| * ASoC: test-component: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-2/+2
| * ASoC: tegra: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-063-3/+3
| * ASoC: sunxi: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: stm: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: sh: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-064-4/+4
| * ASoC: samsung: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-064-4/+4
| * ASoC: rockchip: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: qcom: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: pxa: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-063-3/+3
| * ASoC: mxs-saif: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: meson: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: mediatek: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-3/+3
| * ASoC: jz4740-i2s: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: Intel: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: img: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: hisilicon: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: fsl: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-065-5/+5
| * ASoC: dwc: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: ep93xx: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: bcm: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: au1x: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-062-2/+2
| * ASoC: atmel: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-064-4/+4
| * ASoC: amd: vangogh: Rename set_fmt_new back to set_fmtCharles Keepax2022-06-061-1/+1
| * ASoC: core: Always send the CPU DAI a direct clock specifierCharles Keepax2022-06-061-12/+3
| * ASoC: xtensa: Update to use set_fmt_new callbackCharles Keepax2022-06-061-2/+2
| * ASoC: ux500: Update to use set_fmt_new callbackCharles Keepax2022-06-061-19/+19
| * ASoC: ti: Update to use set_fmt_new callbackCharles Keepax2022-06-063-30/+30
| * ASoC: test-component: Update to use set_fmt_new callbackCharles Keepax2022-06-061-11/+11
| * ASoC: tegra: Update to use set_fmt_new callbackCharles Keepax2022-06-063-12/+12
| * ASoC: sunxi: Update to use set_fmt_new callbackCharles Keepax2022-06-062-14/+14
| * ASoC: stm: Update to use set_fmt_new callbackCharles Keepax2022-06-062-10/+10
| * ASoC: sh: Update to use set_fmt_new callbackCharles Keepax2022-06-064-15/+15