Skip to content

Commit 82850f6

Browse files
committed
SPDIFStream
1 parent 4f0cb12 commit 82850f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioExperiments/AudioSPDIF.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class SPDIFStream : public AudioStreamX {
144144
if (cfg.bits_per_sample != 16) {
145145
LOGE("Unsupported bits per sample: %d - must be 16!",
146146
cfg.bits_per_sample);
147+
return false;
147148
}
148149

149150
if (i2sOn) {

0 commit comments

Comments
 (0)