Re: [alsa-devel] [PATCH v2 0/5] mmp audio support
On Monday 11 June 2012, Zhangfei Gao wrote:
v1->v2: modify accroingly with suggestion from Vinod and Mark remove deprecated chan->private and dma.h remove prep_slave_sg remove module_init and move operation to probe misc change
It seems that this driver is missing DT bindings, which really need to get added. The brownstone platform is currently supported using both DT and ATAG probing, but we want to remove the ATAG variant eventually, so adding a new driver for that platform without support for DT booting is a step in the wrong direction.
Arnd -- To unsubscribe from this list: send the line "unsubscribe alsa-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Jun 14, 2012 at 3:58 AM, Arnd Bergmann arnd@arndb.de wrote:
On Monday 11 June 2012, Zhangfei Gao wrote:
v1->v2: modify accroingly with suggestion from Vinod and Mark remove deprecated chan->private and dma.h remove prep_slave_sg remove module_init and move operation to probe misc change
It seems that this driver is missing DT bindings, which really need to get added. The brownstone platform is currently supported using both DT and ATAG probing, but we want to remove the ATAG variant eventually, so adding a new driver for that platform without support for DT booting is a step in the wrong direction.
Arnd
Thanks Arnd, we will add DT support in the next step. The driver will support both DT and non-DT, just as what Chris do for mmc driver.
-- To unsubscribe from this list: send the line "unsubscribe alsa-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Alsa-devel mailing list Alsa-devel@alsa-project.org http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
participants (2)
-
Arnd Bergmann
-
zhangfei gao