Commit a255a7e
committed
ASoC: sdw_utils: Remove asoc_sdw_find_codec_info_dai()
Remove the asoc_sdw_find_codec_info_dai() function because it
isn't reliable and is now unused.
It was finding the entry in codec_info_list[] by looking for the
matching DAI name. But this is not reliable because the DAI name
isn't guaranteed to be unique. Parts using the same codec driver
(so the same DAI names) might require different machine driver
setup.
Change-Id: I178b5e136436b9259242fd5a79e39c011211ca7d
Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>1 parent 023cb37 commit a255a7e
File tree
2 files changed
+0
-20
lines changed- include/sound
- sound/soc/sdw_utils
2 files changed
+0
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 142 | | |
146 | 143 | | |
147 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | | - | |
837 | | - | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | 833 | | |
851 | 834 | | |
852 | 835 | | |
| |||
0 commit comments