>> @@ -6042,6 +6042,12 @@ static int snd_hdspm_capture_open(struct snd_pcm_substream *substream) >> snd_pcm_hw_constraint_minmax(runtime, >> SNDRV_PCM_HW_PARAM_PERIOD_SIZE, >> 64, 8192); >> + snd_pcm_hw_constraint_minmax(runtime, >> + SNDRV_PCM_HW_PARAM_PERIODS, >> + 2, 2); >> + snd_pcm_hw_constraint_minmax(runtime, >> + SNDRV_PCM_HW_PARAM_PERIODS, >> + 2, 2); >> break; >> } > > This is not correct, those lines need to go to two different functions > (snd_hdspm_playback_open and snd_hdspm_capture_open). > > Here is how the patch should look like: > Now fixed. Thanks for review the patch. -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html