Re: [PATCH 1/3] sh: ecovec24: remove FSI/DA7210/Simple-Audio-Card support
Kuninori Morimoto <[email protected]>
| Newsgroups | gmane.linux.ports.sh.devel,gmane.linux.sound |
|---|---|
| Message-ID | <[email protected]> |
Hi John Thank you for your feedback > > Ecovec24 is using Simple-Audio-Card with "platform data" style > > (which is mainly supporting "DT style" today), but "platform data" > > style is not working correctly working during almost 10 years. > > We have an out-of-tree patch series by Yoshinori Sato to convert SH to > using device tree but the patches still need some work, see [1]. > > Do you think we could save the drivers when switching SH to device tree? The driver has 2 style of probe (A) Platform data style (B) DT style The problem is (A) is not working. It is very welcome if SH switches to (B). Then, (A) is no longer needed, anyway. In such case, is this acceptable ? - Keep Ecovec24/7724se setup.c as-is - It is using (A) style, but is not working anyway - they will be replaced to (B) style (?) - Remove (A) style support from sound driver, anyway Thank you for your help !! Best regards --- Kuninori Morimoto