aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2022-03-16Introduce IPC abstraction for SOF topology parsingMark Brown9-2191/+2733
2022-03-16ASoC: ak4642: Use of_device_get_match_data()Minghao Chi1-8/+3
2022-03-16ASoC: codecs: Fix misplaced lpass_macro_pds_exit callSrinivasa Rao Mandadapu2-4/+4
2022-03-16ASoC: sti: Fix deadlock via snd_pcm_stop_xrun() callTakashi Iwai2-4/+4
2022-03-16ASoC: amd: Fix reference to PCM buffer addressMeng Tang1-1/+1
2022-03-16ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_dataMiaoqian Lin1-0/+1
2022-03-16ASoC: mediatek: mt8195: Fix error handling in mt8195_mt6359_rt1019_rt5682_dev_probeMiaoqian Lin1-1/+3
2022-03-16ASoC: rt1308-sdw: get calibration params after power onShuming Fan1-33/+40
2022-03-16ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probeMiaoqian Lin1-6/+16
2022-03-16ASoC: ti: Fix spelling mistake "cant" -> "can't"Colin Ian King1-1/+1
2022-03-16ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probeMiaoqian Lin1-7/+16
2022-03-16ASoC: atmel: Fix error handling in sam9x5_wm8731_driver_probeMiaoqian Lin1-6/+7
2022-03-16ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resumezhangqilong1-1/+1
2022-03-16ASoC: samsung: i2s: check the return value of kstrdup()Xiaoke Wang1-0/+4
2022-03-16ASoC: SOF: topology: remove snd_sof_complete_pipeline()Ranjani Sridharan4-31/+37
2022-03-16ASoC: SOF: topology: Make widget binding IPC agnosticRanjani Sridharan2-207/+202
2022-03-16ASoC: SOF: topology: Make control parsing IPC agnosticRanjani Sridharan5-141/+235
2022-03-16ASoC: SOF: topology: Make DAI widget parsing IPC agnosticRanjani Sridharan2-987/+915
2022-03-16ASoC: SOF: topology: Make route setup IPC agnosticRanjani Sridharan2-34/+40
2022-03-16ASoC: SOF: topology: Make effect widget parsing IPC agnosticRanjani Sridharan2-268/+257
2022-03-16ASoC: SOF: topology: Make siggen widget parsing IPC agnosticRanjani Sridharan2-59/+37
2022-03-16ASoC: SOF: topology: Make asrc widget parsing IPC agnosticRanjani Sridharan2-71/+66
2022-03-16ASoC: SOF: topology: Make src widget parsing IPC agnosticRanjani Sridharan2-63/+60
2022-03-16ASoC: SOF: topology: Make mux/demux widget parsing IPC agnosticRanjani Sridharan2-42/+42
2022-03-16ASoC: SOF: topology: Make mixer widget parsing IPC agnosticRanjani Sridharan2-42/+44
2022-03-16ASoC: SOF: topology: Make pga widget parsing IPC agnosticRanjani Sridharan2-83/+86
2022-03-16ASoC: SOF: topology: Make buffer widget parsing IPC agnosticRanjani Sridharan2-52/+50
2022-03-16ASoC: SOF: topology: Make scheduler widget parsing IPC agnosticRanjani Sridharan2-99/+98
2022-03-16ASoC: SOF: Introduce IPC3 opsRanjani Sridharan5-51/+397
2022-03-16ASoC: SOF: topology: Add helper function for processing tuple arraysRanjani Sridharan2-12/+148
2022-03-16ASoC: SOF: IPC: Introduce IPC opsRanjani Sridharan2-0/+49
2022-03-16ASoC: SOF: Introduce struct snd_sof_dai_linkRanjani Sridharan3-1/+22
2022-03-15ASoC: atmel: mchp-pdmc: Fix `-Wpointer-bool-conversion` warningAlviro Iskandar Setiawan1-1/+1
2022-03-14ASoC: soc-compress: Change the check for codec_daiJiasheng Jiang1-8/+11
2022-03-11Make the SOF pcm_hw_params DSP op IPC agnosticMark Brown19-83/+95
2022-03-11ASoC: SOF/Intel: small fixes and updates for 5.18Mark Brown5-4/+38
2022-03-11ASoC: mediatek: Add mt8195 reset control supportMark Brown1-0/+16
2022-03-11ASoC: Intel: AVS - Audio DSP for cAVSMark Brown16-0/+3803
2022-03-11ASoC: Intel: avs: Code loading over HDACezary Rojewski3-0/+220
2022-03-11ASoC: Intel: avs: Code loading over CLDMACezary Rojewski2-0/+166
2022-03-11ASoC: Intel: avs: Implement CLDMA transferCezary Rojewski4-0/+348
2022-03-11ASoC: Intel: avs: General code loading flowCezary Rojewski6-1/+346
2022-03-11ASoC: Intel: avs: Dynamic firmware resources managementCezary Rojewski2-0/+179
2022-03-11ASoC: Intel: avs: Declare module configuration typesCezary Rojewski2-0/+269
2022-03-11ASoC: Intel: avs: Firmware resources management utilitiesCezary Rojewski3-1/+339
2022-03-11ASoC: Intel: avs: Add basefw runtime-parameter requestsCezary Rojewski2-0/+393
2022-03-11ASoC: Intel: avs: Add ROM requestsCezary Rojewski2-0/+32
2022-03-11ASoC: Intel: avs: Add power management requestsCezary Rojewski2-0/+59
2022-03-11ASoC: Intel: avs: Add module management requestsCezary Rojewski3-1/+320
2022-03-11ASoC: Intel: avs: Add pipeline management requestsCezary Rojewski2-0/+124