[PATCH 2/3] ASoC: stm32: sai: simplify sync modes management

2017-11-22 Thread Olivier Moysan
Use function of_find_device_by_node() to retrieve SAI synchro provider device and private data. This allows to remove registration of probed SAI in a linked list. Signed-off-by: Olivier Moysan --- sound/soc/stm/stm32_sai.c | 105

[PATCH 2/3] ASoC: stm32: sai: simplify sync modes management

2017-11-22 Thread Olivier Moysan
Use function of_find_device_by_node() to retrieve SAI synchro provider device and private data. This allows to remove registration of probed SAI in a linked list. Signed-off-by: Olivier Moysan --- sound/soc/stm/stm32_sai.c | 105 ++ 1 file changed, 22