[PATCH v2 0/5] mmp audio support
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-06-13 19:58:48
Also in:
alsa-devel
From: arnd@arndb.de (Arnd Bergmann)
Date: 2012-06-13 19:58:48
Also in:
alsa-devel
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