Skip to content

Commit fff2e6c

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

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
@@ -864,7 +864,7 @@ static int macaudio_be_hw_free(struct snd_pcm_substream *substream)
864864
* This won't happen automatically if the sense PCM is open.
865865
*/
866866
for_each_rtd_dais(rtd, i, dai) {
867-
dai->rate = 0;
867+
dai->symmetric_rate = 0;
868868
}
869869

870870
/* Notify userspace that the speakers are closed */

0 commit comments

Comments
 (0)