Skip to content

Commit

Permalink
[moodeutl] Update name of cirrus-wm5102 overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
moodeaudio committed Mar 17, 2023
1 parent 8cb733f commit 377a041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/local/bin/moodeutl
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ function listAudioOverlays() {

foreach ($files as $file) {
$contents = file_get_contents($dir . $file);
if (strpos($contents, 'sound-dai-cells') !== false || $file == 'rpi-cirrus-wm5102.dtbo') {
if (strpos($contents, 'sound-dai-cells') !== false || $file == 'cirrus-wm5102.dtbo') {
echo $file . "\n";
}
}
Expand Down

0 comments on commit 377a041

Please sign in to comment.