From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8816046383017901910==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [plbossart-sound:fix/ipc-fw-trace-abstraction 19/20] sound/soc/sof/imx/imx8.c:506:10: error: 'const struct snd_sof_dsp_ops' has no member named 'send_msg' Date: Sat, 22 Jan 2022 18:44:19 +0800 Message-ID: <202201221824.j16bNMVd-lkp@intel.com> List-Id: --===============8816046383017901910== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable tree: https://github.com/plbossart/sound fix/ipc-fw-trace-abstraction head: b411629b960db33df23fac6714626f993be385db commit: df9d3c13b1cfafc274d7a669915ed69d347e6785 [19/20] ASOC: SOF: partiti= on DSP ops in more detail config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20220122= /202201221824.j16bNMVd-lkp(a)intel.com/config) compiler: m68k-linux-gcc (GCC) 11.2.0 reproduce (this is a W=3D1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/= make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/plbossart/sound/commit/df9d3c13b1cfafc274d7a66= 9915ed69d347e6785 git remote add plbossart-sound https://github.com/plbossart/sound git fetch --no-tags plbossart-sound fix/ipc-fw-trace-abstraction git checkout df9d3c13b1cfafc274d7a669915ed69d347e6785 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cross= O=3Dbuild_dir ARCH=3Dm68k SHELL=3D/bin/bash sound/soc/sof/imx/ sound/soc/s= of/mediatek/mt8195/ If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> sound/soc/sof/imx/imx8.c:506:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'send_msg' 506 | .send_msg =3D imx8_send_msg, | ^~~~~~~~ >> sound/soc/sof/imx/imx8.c:506:27: error: initialization of 'const struct = snd_sof_dsp_ipc_ops *' from incompatible pointer type 'int (*)(struct snd_s= of_dev *, struct snd_sof_ipc_msg *)' [-Werror=3Dincompatible-pointer-types] 506 | .send_msg =3D imx8_send_msg, | ^~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:506:27: note: (near initialization for 'sof_imx= 8_ops.ipc_ops') >> sound/soc/sof/imx/imx8.c:507:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'fw_ready' 507 | .fw_ready =3D sof_fw_ready, | ^~~~~~~~ >> sound/soc/sof/imx/imx8.c:507:27: error: initialization of 'const struct = snd_sof_dsp_fw_ops *' from incompatible pointer type 'int (*)(struct snd_so= f_dev *, u32)' {aka 'int (*)(struct snd_sof_dev *, unsigned int)'} [-Werror= =3Dincompatible-pointer-types] 507 | .fw_ready =3D sof_fw_ready, | ^~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:507:27: note: (near initialization for 'sof_imx= 8_ops.fw_ops') >> sound/soc/sof/imx/imx8.c:511:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'ipc_msg_data' 511 | .ipc_msg_data =3D sof_ipc_msg_data, | ^~~~~~~~~~~~ >> sound/soc/sof/imx/imx8.c:511:27: error: initialization of 'int (*)(struc= t snd_sof_dev *, void *)' from incompatible pointer type 'int (*)(struct sn= d_sof_dev *, struct snd_pcm_substream *, void *, size_t)' {aka 'int (*)(str= uct snd_sof_dev *, struct snd_pcm_substream *, void *, unsigned int)'} [-We= rror=3Dincompatible-pointer-types] 511 | .ipc_msg_data =3D sof_ipc_msg_data, | ^~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:511:27: note: (near initialization for 'sof_imx= 8_ops.machine_register') >> sound/soc/sof/imx/imx8.c:512:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'set_stream_data_offset' 512 | .set_stream_data_offset =3D sof_set_stream_data_offset, | ^~~~~~~~~~~~~~~~~~~~~~ >> sound/soc/sof/imx/imx8.c:512:35: error: initialization of 'void (*)(stru= ct snd_sof_dev *, void *)' from incompatible pointer type 'int (*)(struct s= nd_sof_dev *, struct snd_pcm_substream *, size_t)' {aka 'int (*)(struct snd= _sof_dev *, struct snd_pcm_substream *, unsigned int)'} [-Werror=3Dincompat= ible-pointer-types] 512 | .set_stream_data_offset =3D sof_set_stream_data_offset, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:512:35: note: (near initialization for 'sof_imx= 8_ops.machine_unregister') >> sound/soc/sof/imx/imx8.c:515:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'load_module' 515 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~ >> sound/soc/sof/imx/imx8.c:515:27: error: initialization of 'struct snd_so= c_acpi_mach * (*)(struct snd_sof_dev *)' from incompatible pointer type 'in= t (*)(struct snd_sof_dev *, struct snd_sof_mod_hdr *)' [-Werror=3Dincompati= ble-pointer-types] 515 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:515:27: note: (near initialization for 'sof_imx= 8_ops.machine_select') >> sound/soc/sof/imx/imx8.c:518:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'load_firmware' 518 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:518:27: warning: initialized field overwritten = [-Woverride-init] 518 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:518:27: note: (near initialization for 'sof_imx= 8_ops.get_mailbox_offset') sound/soc/sof/imx/imx8.c:569:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'send_msg' 569 | .send_msg =3D imx8_send_msg, | ^~~~~~~~ sound/soc/sof/imx/imx8.c:569:27: error: initialization of 'const struct = snd_sof_dsp_ipc_ops *' from incompatible pointer type 'int (*)(struct snd_s= of_dev *, struct snd_sof_ipc_msg *)' [-Werror=3Dincompatible-pointer-types] 569 | .send_msg =3D imx8_send_msg, | ^~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:569:27: note: (near initialization for 'sof_imx= 8x_ops.ipc_ops') sound/soc/sof/imx/imx8.c:570:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'fw_ready' 570 | .fw_ready =3D sof_fw_ready, | ^~~~~~~~ sound/soc/sof/imx/imx8.c:570:27: error: initialization of 'const struct = snd_sof_dsp_fw_ops *' from incompatible pointer type 'int (*)(struct snd_so= f_dev *, u32)' {aka 'int (*)(struct snd_sof_dev *, unsigned int)'} [-Werror= =3Dincompatible-pointer-types] 570 | .fw_ready =3D sof_fw_ready, | ^~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:570:27: note: (near initialization for 'sof_imx= 8x_ops.fw_ops') sound/soc/sof/imx/imx8.c:574:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'ipc_msg_data' 574 | .ipc_msg_data =3D sof_ipc_msg_data, | ^~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:574:27: error: initialization of 'int (*)(struc= t snd_sof_dev *, void *)' from incompatible pointer type 'int (*)(struct sn= d_sof_dev *, struct snd_pcm_substream *, void *, size_t)' {aka 'int (*)(str= uct snd_sof_dev *, struct snd_pcm_substream *, void *, unsigned int)'} [-We= rror=3Dincompatible-pointer-types] 574 | .ipc_msg_data =3D sof_ipc_msg_data, | ^~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:574:27: note: (near initialization for 'sof_imx= 8x_ops.machine_register') sound/soc/sof/imx/imx8.c:575:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'set_stream_data_offset' 575 | .set_stream_data_offset =3D sof_set_stream_data_offset, | ^~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:575:35: error: initialization of 'void (*)(stru= ct snd_sof_dev *, void *)' from incompatible pointer type 'int (*)(struct s= nd_sof_dev *, struct snd_pcm_substream *, size_t)' {aka 'int (*)(struct snd= _sof_dev *, struct snd_pcm_substream *, unsigned int)'} [-Werror=3Dincompat= ible-pointer-types] 575 | .set_stream_data_offset =3D sof_set_stream_data_offset, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:575:35: note: (near initialization for 'sof_imx= 8x_ops.machine_unregister') sound/soc/sof/imx/imx8.c:578:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'load_module' 578 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~ sound/soc/sof/imx/imx8.c:578:27: error: initialization of 'struct snd_so= c_acpi_mach * (*)(struct snd_sof_dev *)' from incompatible pointer type 'in= t (*)(struct snd_sof_dev *, struct snd_sof_mod_hdr *)' [-Werror=3Dincompati= ble-pointer-types] 578 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:578:27: note: (near initialization for 'sof_imx= 8x_ops.machine_select') sound/soc/sof/imx/imx8.c:581:10: error: 'const struct snd_sof_dsp_ops' h= as no member named 'load_firmware' 581 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:581:27: warning: initialized field overwritten = [-Woverride-init] 581 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8.c:581:27: note: (near initialization for 'sof_imx= 8x_ops.get_mailbox_offset') cc1: some warnings being treated as errors -- >> sound/soc/sof/imx/imx8m.c:431:10: error: 'const struct snd_sof_dsp_ops' = has no member named 'send_msg' 431 | .send_msg =3D imx8m_send_msg, | ^~~~~~~~ >> sound/soc/sof/imx/imx8m.c:431:27: error: initialization of 'const struct= snd_sof_dsp_ipc_ops *' from incompatible pointer type 'int (*)(struct snd_= sof_dev *, struct snd_sof_ipc_msg *)' [-Werror=3Dincompatible-pointer-types] 431 | .send_msg =3D imx8m_send_msg, | ^~~~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:431:27: note: (near initialization for 'sof_im= x8m_ops.ipc_ops') >> sound/soc/sof/imx/imx8m.c:432:10: error: 'const struct snd_sof_dsp_ops' = has no member named 'fw_ready' 432 | .fw_ready =3D sof_fw_ready, | ^~~~~~~~ >> sound/soc/sof/imx/imx8m.c:432:27: error: initialization of 'const struct= snd_sof_dsp_fw_ops *' from incompatible pointer type 'int (*)(struct snd_s= of_dev *, u32)' {aka 'int (*)(struct snd_sof_dev *, unsigned int)'} [-Werro= r=3Dincompatible-pointer-types] 432 | .fw_ready =3D sof_fw_ready, | ^~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:432:27: note: (near initialization for 'sof_im= x8m_ops.fw_ops') >> sound/soc/sof/imx/imx8m.c:436:10: error: 'const struct snd_sof_dsp_ops' = has no member named 'ipc_msg_data' 436 | .ipc_msg_data =3D sof_ipc_msg_data, | ^~~~~~~~~~~~ >> sound/soc/sof/imx/imx8m.c:436:27: error: initialization of 'int (*)(stru= ct snd_sof_dev *, void *)' from incompatible pointer type 'int (*)(struct s= nd_sof_dev *, struct snd_pcm_substream *, void *, size_t)' {aka 'int (*)(st= ruct snd_sof_dev *, struct snd_pcm_substream *, void *, unsigned int)'} [-W= error=3Dincompatible-pointer-types] 436 | .ipc_msg_data =3D sof_ipc_msg_data, | ^~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:436:27: note: (near initialization for 'sof_im= x8m_ops.machine_register') >> sound/soc/sof/imx/imx8m.c:437:10: error: 'const struct snd_sof_dsp_ops' = has no member named 'set_stream_data_offset' 437 | .set_stream_data_offset =3D sof_set_stream_data_offset, | ^~~~~~~~~~~~~~~~~~~~~~ >> sound/soc/sof/imx/imx8m.c:437:35: error: initialization of 'void (*)(str= uct snd_sof_dev *, void *)' from incompatible pointer type 'int (*)(struct = snd_sof_dev *, struct snd_pcm_substream *, size_t)' {aka 'int (*)(struct sn= d_sof_dev *, struct snd_pcm_substream *, unsigned int)'} [-Werror=3Dincompa= tible-pointer-types] 437 | .set_stream_data_offset =3D sof_set_stream_data_offset, | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:437:35: note: (near initialization for 'sof_im= x8m_ops.machine_unregister') >> sound/soc/sof/imx/imx8m.c:440:10: error: 'const struct snd_sof_dsp_ops' = has no member named 'load_module' 440 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~ >> sound/soc/sof/imx/imx8m.c:440:27: error: initialization of 'struct snd_s= oc_acpi_mach * (*)(struct snd_sof_dev *)' from incompatible pointer type 'i= nt (*)(struct snd_sof_dev *, struct snd_sof_mod_hdr *)' [-Werror=3Dincompat= ible-pointer-types] 440 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:440:27: note: (near initialization for 'sof_im= x8m_ops.machine_select') >> sound/soc/sof/imx/imx8m.c:443:10: error: 'const struct snd_sof_dsp_ops' = has no member named 'load_firmware' 443 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:443:27: warning: initialized field overwritten= [-Woverride-init] 443 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/imx/imx8m.c:443:27: note: (near initialization for 'sof_im= x8m_ops.get_mailbox_offset') cc1: some warnings being treated as errors -- >> sound/soc/sof/mediatek/mt8195/mt8195.c:413:10: error: 'const struct snd_= sof_dsp_ops' has no member named 'load_module' 413 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~ >> sound/soc/sof/mediatek/mt8195/mt8195.c:413:27: error: initialization of = 'int (*)(struct snd_sof_dev *)' from incompatible pointer type 'int (*)(str= uct snd_sof_dev *, struct snd_sof_mod_hdr *)' [-Werror=3Dincompatible-point= er-types] 413 | .load_module =3D snd_sof_parse_module_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/mediatek/mt8195/mt8195.c:413:27: note: (near initializatio= n for 'sof_mt8195_ops.get_mailbox_offset') >> sound/soc/sof/mediatek/mt8195/mt8195.c:415:10: error: 'const struct snd_= sof_dsp_ops' has no member named 'load_firmware' 415 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~ >> sound/soc/sof/mediatek/mt8195/mt8195.c:415:27: error: initialization of = 'int (*)(struct snd_sof_dev *, u32)' {aka 'int (*)(struct snd_sof_dev *, un= signed int)'} from incompatible pointer type 'int (*)(struct snd_sof_dev *)= ' [-Werror=3Dincompatible-pointer-types] 415 | .load_firmware =3D snd_sof_load_firmware_memcpy, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ sound/soc/sof/mediatek/mt8195/mt8195.c:415:27: note: (near initializatio= n for 'sof_mt8195_ops.get_window_offset') cc1: some warnings being treated as errors vim +506 sound/soc/sof/imx/imx8.c 1c588ddd9fb551 Daniel Baluta 2020-03-12 488 = a8d0c51237fb4b Paul Olaru 2020-01-13 489 /* i.MX8 ops */ 53e3e4042de5be Daniel Baluta 2021-11-23 490 static const struct snd_sof_= dsp_ops sof_imx8_ops =3D { a8d0c51237fb4b Paul Olaru 2020-01-13 491 /* probe and remove */ a8d0c51237fb4b Paul Olaru 2020-01-13 492 .probe =3D imx8_probe, a8d0c51237fb4b Paul Olaru 2020-01-13 493 .remove =3D imx8_remove, a8d0c51237fb4b Paul Olaru 2020-01-13 494 /* DSP core boot */ a8d0c51237fb4b Paul Olaru 2020-01-13 495 .run =3D imx8_run, a8d0c51237fb4b Paul Olaru 2020-01-13 496 = a8d0c51237fb4b Paul Olaru 2020-01-13 497 /* Block IO */ a8d0c51237fb4b Paul Olaru 2020-01-13 498 .block_read =3D sof_block_r= ead, a8d0c51237fb4b Paul Olaru 2020-01-13 499 .block_write =3D sof_block_= write, a8d0c51237fb4b Paul Olaru 2020-01-13 500 = b783316d8e0e9e Daniel Baluta 2021-05-12 501 /* Mailbox IO */ b783316d8e0e9e Daniel Baluta 2021-05-12 502 .mailbox_read =3D sof_mailb= ox_read, b783316d8e0e9e Daniel Baluta 2021-05-12 503 .mailbox_write =3D sof_mail= box_write, b783316d8e0e9e Daniel Baluta 2021-05-12 504 = a8d0c51237fb4b Paul Olaru 2020-01-13 505 /* ipc */ a8d0c51237fb4b Paul Olaru 2020-01-13 @506 .send_msg =3D imx8_send_msg, a8d0c51237fb4b Paul Olaru 2020-01-13 @507 .fw_ready =3D sof_fw_ready, a8d0c51237fb4b Paul Olaru 2020-01-13 508 .get_mailbox_offset =3D imx= 8_get_mailbox_offset, a8d0c51237fb4b Paul Olaru 2020-01-13 509 .get_window_offset =3D imx8= _get_window_offset, a8d0c51237fb4b Paul Olaru 2020-01-13 510 = 0c0b27a97750c7 Daniel Baluta 2021-05-11 @511 .ipc_msg_data =3D sof_ipc_m= sg_data, 44caea2fde7991 Peter Ujfalusi 2021-12-01 @512 .set_stream_data_offset =3D= sof_set_stream_data_offset, a8d0c51237fb4b Paul Olaru 2020-01-13 513 = a8d0c51237fb4b Paul Olaru 2020-01-13 514 /* module loading */ a8d0c51237fb4b Paul Olaru 2020-01-13 @515 .load_module =3D snd_sof_pa= rse_module_memcpy, a8d0c51237fb4b Paul Olaru 2020-01-13 516 .get_bar_index =3D imx8_get= _bar_index, a8d0c51237fb4b Paul Olaru 2020-01-13 517 /* firmware loading */ a8d0c51237fb4b Paul Olaru 2020-01-13 @518 .load_firmware =3D snd_sof_= load_firmware_memcpy, a8d0c51237fb4b Paul Olaru 2020-01-13 519 = 3d8ae5ffd9745e Iulian Olaru 2020-08-08 520 /* Debug information */ 3d8ae5ffd9745e Iulian Olaru 2020-08-08 521 .dbg_dump =3D imx8_dump, c00912c783c322 Peter Ujfalusi 2021-05-14 522 .debugfs_add_region_item = =3D snd_sof_debugfs_add_region_item_iomem, 3d8ae5ffd9745e Iulian Olaru 2020-08-08 523 = 0c0b27a97750c7 Daniel Baluta 2021-05-11 524 /* stream callbacks */ 0c0b27a97750c7 Daniel Baluta 2021-05-11 525 .pcm_open =3D sof_stream_pc= m_open, 0c0b27a97750c7 Daniel Baluta 2021-05-11 526 .pcm_close =3D sof_stream_p= cm_close, 0c0b27a97750c7 Daniel Baluta 2021-05-11 527 = b3b2f01f58f657 Iulian Olaru 2020-07-27 528 /* Firmware ops */ 47adfac93bc127 Peter Ujfalusi 2021-06-01 529 .dsp_arch_ops =3D &sof_xten= sa_arch_ops, b3b2f01f58f657 Iulian Olaru 2020-07-27 530 = a8d0c51237fb4b Paul Olaru 2020-01-13 531 /* DAI drivers */ a8d0c51237fb4b Paul Olaru 2020-01-13 532 .drv =3D imx8_dai, adde266f87620b Daniel Baluta 2020-07-09 533 .num_drv =3D ARRAY_SIZE(imx= 8_dai), 428891f6a893d1 Daniel Baluta 2020-07-08 534 = 428891f6a893d1 Daniel Baluta 2020-07-08 535 /* ALSA HW info flags */ 428891f6a893d1 Daniel Baluta 2020-07-08 536 .hw_info =3D SNDRV_PCM_INFO= _MMAP | 428891f6a893d1 Daniel Baluta 2020-07-08 537 SNDRV_PCM_INFO_MMAP_VALID= | 428891f6a893d1 Daniel Baluta 2020-07-08 538 SNDRV_PCM_INFO_INTERLEAVE= D | 428891f6a893d1 Daniel Baluta 2020-07-08 539 SNDRV_PCM_INFO_PAUSE | 428891f6a893d1 Daniel Baluta 2020-07-08 540 SNDRV_PCM_INFO_NO_PERIOD_= WAKEUP, 1c588ddd9fb551 Daniel Baluta 2020-03-12 541 = 1c588ddd9fb551 Daniel Baluta 2020-03-12 542 /* PM */ 1c588ddd9fb551 Daniel Baluta 2020-03-12 543 .runtime_suspend =3D imx8_d= sp_runtime_suspend, 1c588ddd9fb551 Daniel Baluta 2020-03-12 544 .runtime_resume =3D imx8_d= sp_runtime_resume, 1c588ddd9fb551 Daniel Baluta 2020-03-12 545 = 1c588ddd9fb551 Daniel Baluta 2020-03-12 546 .suspend =3D imx8_dsp_suspe= nd, 1c588ddd9fb551 Daniel Baluta 2020-03-12 547 .resume =3D imx8_dsp_resum= e, 1c588ddd9fb551 Daniel Baluta 2020-03-12 548 = 1c588ddd9fb551 Daniel Baluta 2020-03-12 549 .set_power_state =3D imx8_d= sp_set_power_state, a8d0c51237fb4b Paul Olaru 2020-01-13 550 }; a8d0c51237fb4b Paul Olaru 2020-01-13 551 = :::::: The code at line 506 was first introduced by commit :::::: a8d0c51237fb4b16bbb50804022a5a1a974499b2 sound: soc: sof: Add ops fo= r i.MX8QM :::::: TO: Paul Olaru :::::: CC: Paul Olaru --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org --===============8816046383017901910==--