2 Nov
2011
2 Nov
'11
11:24 a.m.
On Wed, Nov 02, 2011 at 03:40:48AM +0000, Tabi Timur-B04825 wrote:
On Tue, Nov 1, 2011 at 4:05 PM, Alan Tull alan.tull@freescale.com wrote:
This patch creates and populates a ops struct for each call to soc_pcm_new. ?Also creates a common soc_pcm_ioctl function that calls all the driver components for ioctl calls.
Maybe I'm missing something, but it looks like the ioctl stuff is not related to the ops stuff. In other words, it looks like this patch does two completely different things. Shouldn't it be broken into two patches?
Ideally. The relationship is that it's making all the ops per-PCM overridable rather than just a few as is the case currently.