CMI8x38: Disable 128 KHz mode as that's not for our chips

This commit is contained in:
RichardG867
2022-03-17 19:32:49 -03:00
parent 9dbdcb752f
commit fd2682e352

View File

@@ -1263,9 +1263,11 @@ cmi8x38_speed_changed(void *priv)
case 0x02:
freq = 96000.0;
break;
#if 0
case 0x03:
freq = 128000.0;
break;
#endif
default:
freq = freqs[freqreg & 0x07];
break;