30 Apr
2013
30 Apr
'13
8:42 p.m.
On Tue, Apr 30, 2013 at 03:31:16PM +0900, JongHo Kim wrote:
Only playback device, the pcm substream for capture does not need to be generated. If codec dai driver has both playback.channels_min and capture.channels_min, and cpu dai driver has only playback.channels_min, soc_new_pcm() will make the pcm substream for capture although DataIN is not connected. So added the condition for the channels_min of cpu_dai in soc_new_pcm().
This doesn't appear to apply against current -next, can you please check and resend?