Skip to content

Commit fb14f6b

Browse files
committed
fixup! macaudio: Skip speaker sense PCM if no sense or no speakers
1 parent 326261b commit fb14f6b

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
@@ -570,7 +570,7 @@ static int macaudio_parse_of(struct macaudio_snd_data *ma)
570570
continue;
571571
}
572572
ma->has_speakers = 1;
573-
if (ma->cfg->amp != AMP_SSM3515)
573+
if (ma->cfg->amp != AMP_SSM3515 && ma->cfg->safe_vol != 0)
574574
ma->has_sense = 1;
575575
}
576576

0 commit comments

Comments
 (0)