29 Apr
2013
29 Apr
'13
10:43 p.m.
On Tue, Mar 05, 2013 at 04:55:51PM +0900, JongHo Kim wrote:
2013/3/5 JongHo Kim furmuwon@gmail.com
--- a/sound/soc/soc-pcm.c +++ b/sound/soc/soc-pcm.c @@ -2014,9 +2014,11 @@ int soc_new_pcm(struct snd_soc_pcm_runtime *rtd, int num) if (cpu_dai->driver->capture.channels_min) capture = 1; } else {
if (codec_dai->driver->playback.channels_min)
if (codec_dai->driver->playback.channels_min &&
cpu_dai->driver->playback.channels_min) playback = 1;
if (codec_dai->driver->capture.channels_min)
if (codec_dai->driver->capture.channels_min &&
cpu_dai->driver->capture.channels_min) capture = 1; }
This looks reasonably sensible - can you please submit using the process in Documentation/SubmittingPatches (ie, CC the maintainers and include a changelog and so on with Signed-off-by)?