Skip to content

Commit 9f10458

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

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
@@ -740,7 +740,7 @@ static int macaudio_dpcm_hw_params(struct snd_pcm_substream *substream,
740740
int i;
741741

742742
if (props->is_sense) {
743-
rate->min = rate->max = cpu_dai->rate;
743+
rate->min = rate->max = cpu_dai->symmetric_rate;
744744
return 0;
745745
}
746746

0 commit comments

Comments
 (0)