Commit ce620b8
committed
ipc: ipc4: rename ipc_comp_(dis)connect()
Currently both IPC3 and IPC4 use ipc_comp_connect() and
ipc_comp_disconnect() even though their second parameter has
different types. This makes no sense since both implementations and
calling sites are different. Rename IPC4 versions to drop type-casts.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>1 parent c75473f commit ce620b8
4 files changed
Lines changed: 23 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
71 | 87 | | |
72 | 88 | | |
73 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
812 | 812 | | |
813 | 813 | | |
814 | 814 | | |
815 | | - | |
| 815 | + | |
816 | 816 | | |
817 | 817 | | |
818 | 818 | | |
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
| 829 | + | |
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
| |||
1707 | 1707 | | |
1708 | 1708 | | |
1709 | 1709 | | |
1710 | | - | |
1711 | | - | |
| 1710 | + | |
1712 | 1711 | | |
1713 | 1712 | | |
1714 | 1713 | | |
| |||
1718 | 1717 | | |
1719 | 1718 | | |
1720 | 1719 | | |
1721 | | - | |
1722 | | - | |
| 1720 | + | |
1723 | 1721 | | |
1724 | 1722 | | |
1725 | 1723 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
775 | | - | |
| 775 | + | |
776 | 776 | | |
777 | | - | |
778 | 777 | | |
779 | 778 | | |
780 | 779 | | |
| |||
790 | 789 | | |
791 | 790 | | |
792 | 791 | | |
793 | | - | |
794 | 792 | | |
795 | 793 | | |
796 | 794 | | |
| |||
1041 | 1039 | | |
1042 | 1040 | | |
1043 | 1041 | | |
1044 | | - | |
| 1042 | + | |
1045 | 1043 | | |
1046 | | - | |
1047 | 1044 | | |
1048 | 1045 | | |
1049 | 1046 | | |
| |||
1055 | 1052 | | |
1056 | 1053 | | |
1057 | 1054 | | |
1058 | | - | |
1059 | 1055 | | |
1060 | 1056 | | |
1061 | 1057 | | |
| |||
0 commit comments