Skip to content

Commit fca2417

Browse files
committed
fixup! ASoC: macaudio: Sense improvements
1 parent 9f10458 commit fca2417

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/apple/macaudio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ static int macaudio_dpcm_hw_params(struct snd_pcm_substream *substream,
748748
if (props->is_speakers) {
749749
if (substream->stream == SNDRV_PCM_STREAM_CAPTURE) {
750750
/* Sense PCM: keep the existing BE rate (0 if not already running) */
751-
rate->min = rate->max = cpu_dai->rate;
751+
rate->min = rate->max = cpu_dai->symmetric_rate;
752752

753753
return 0;
754754
} else {

0 commit comments

Comments
 (0)