summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | MAINTAINERS: Add Shengjiu to maintainer list of sound/soc/fslNicolin Chen2022-03-181-2/+2
| |/
| * ASoC: fsl_spdif: Add new registers included on i.MX8ULPShengjiu Wang2022-03-172-1/+65
| * ASoC: SOF: topology: Use kmemdup() to replace kzalloc + memcpyYihao Han2022-03-171-2/+1
| * Introduce IPC abstraction for SOF topology parsingMark Brown2022-03-169-2193/+2735
| |\
| | * ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan2022-03-164-31/+37
| | * ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan2022-03-162-207/+202
| | * ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan2022-03-165-141/+235
| | * ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan2022-03-162-987/+915
| | * ASoC: SOF: topology: Make route setup IPC agnosticRanjani Sridharan2022-03-162-34/+40
| | * ASoC: SOF: topology: Make effect widget parsing IPC agnosticRanjani Sridharan2022-03-162-268/+257
| | * ASoC: SOF: topology: Make siggen widget parsing IPC agnosticRanjani Sridharan2022-03-162-59/+37
| | * ASoC: SOF: topology: Make asrc widget parsing IPC agnosticRanjani Sridharan2022-03-162-71/+66
| | * ASoC: SOF: topology: Make src widget parsing IPC agnosticRanjani Sridharan2022-03-162-63/+60
| | * ASoC: SOF: topology: Make mux/demux widget parsing IPC agnosticRanjani Sridharan2022-03-162-42/+42
| | * ASoC: SOF: topology: Make mixer widget parsing IPC agnosticRanjani Sridharan2022-03-162-42/+44
| | * ASoC: SOF: topology: Make pga widget parsing IPC agnosticRanjani Sridharan2022-03-162-83/+86
| | * ASoC: SOF: topology: Make buffer widget parsing IPC agnosticRanjani Sridharan2022-03-162-52/+50
| | * ASoC: SOF: topology: Make scheduler widget parsing IPC agnosticRanjani Sridharan2022-03-162-99/+98
| | * ASoC: SOF: Introduce IPC3 opsRanjani Sridharan2022-03-165-51/+397
| | * ASoC: SOF: topology: Add helper function for processing tuple arraysRanjani Sridharan2022-03-162-12/+148
| | * ASoC: SOF: IPC: Introduce IPC opsRanjani Sridharan2022-03-162-0/+49
| | * ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan2022-03-163-1/+22
| * | ASoC: ak4642: Use of_device_get_match_data()Minghao Chi2022-03-161-8/+3
| * | ASoC: codecs: Fix misplaced lpass_macro_pds_exit callSrinivasa Rao Mandadapu2022-03-162-4/+4
| * | ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() callTakashi Iwai2022-03-162-4/+4
| * | ASoC: amd: Fix reference to PCM buffer addressMeng Tang2022-03-161-1/+1
| * | ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_dataMiaoqian Lin2022-03-161-0/+1
| * | ASoC: mediatek: mt8195: Fix error handling in mt8195_mt6359_rt1019_rt5682_dev...Miaoqian Lin2022-03-161-1/+3
| * | ASoC: rt1308-sdw: get calibration params after power onShuming Fan2022-03-161-33/+40
| * | ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probeMiaoqian Lin2022-03-161-6/+16
| * | ASoC: ti: Fix spelling mistake "cant" -> "can't"Colin Ian King2022-03-161-1/+1
| * | ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probeMiaoqian Lin2022-03-161-7/+16
| * | ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probeMiaoqian Lin2022-03-161-6/+7
| * | ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resumezhangqilong2022-03-161-1/+1
| * | ASoC: samsung: i2s: check the return value of kstrdup()Xiaoke Wang2022-03-161-0/+4
| |/
| * ASoC: atmel: mchp-pdmc: Fix `-Wpointer-bool-conversion` warningAlviro Iskandar Setiawan2022-03-151-1/+1
| * ASoC: dt-bindings: Fix patternProperties with fixed stringsRob Herring2022-03-142-30/+28
| * ASoC: soc-compress: Change the check for codec_daiJiasheng Jiang2022-03-141-8/+11
| * Make the SOF pcm_hw_params DSP op IPC agnosticMark Brown2022-03-1119-83/+95
| |\
| | * ASoC: SOF: Remove ipc_pcm_params() opsPeter Ujfalusi2022-03-114-36/+0
| | * ASoC: SOF: imx: Convert to use the generic set_stream_data_offset opsPeter Ujfalusi2022-03-112-3/+3
| | * ASoC: SOF: Intel: Convert to use the generic set_stream_data_offset opsPeter Ujfalusi2022-03-119-18/+8
| | * ASoC: SOF: Intel: hda-ipc: Add hda_set_stream_data_offset()Peter Ujfalusi2022-03-112-5/+13
| | * ASoC: SOF: stream-ipc: Add sof_set_stream_data_offset()Peter Ujfalusi2022-03-112-4/+14
| | * ASoC: SOF: Mark snd_sof_dsp_ops.ipc_pcm_params() callback optionalPeter Ujfalusi2022-03-113-4/+6
| | * ASoC: SOF: Introduce optional callback to configure stream data offsetPeter Ujfalusi2022-03-113-0/+26
| | * ASoC: SOF: pcm: Remove sof_pcm_dsp_params() wrapperPeter Ujfalusi2022-03-111-18/+5
| | * ASoC: SOF: Make pcm_hw_params snd_sof_dsp_ops callback IPC neutralPeter Ujfalusi2022-03-117-24/+51
| | * ASoC: SOF: sof-priv: Remove stale snd_sof_ipc_stream_pcm_params() declarationPeter Ujfalusi2022-03-111-2/+0
| * | ASoC: SOF/Intel: small fixes and updates for 5.18Mark Brown2022-03-115-4/+38
| |\ \