mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Updated comments
This commit is contained in:
parent
fd8bc177ad
commit
796d9ca854
@ -191,12 +191,11 @@ static PortaPackModel portapack_model() {
|
||||
return model.value();
|
||||
}
|
||||
|
||||
//audio_codec_wm8731 = H1R1 & H2
|
||||
//audio_codec_ak4951 = H1R2 (China/mine)
|
||||
//audio_codec_wm8731 = H1R1 & H2+
|
||||
//audio_codec_ak4951 = H1R2
|
||||
|
||||
static audio::Codec* portapack_audio_codec() {
|
||||
/* I2C ready OK, Automatic recognition of audio chip */
|
||||
// return static_cast<audio::Codec*>(&audio_codec_wm8731);
|
||||
return (audio_codec_wm8731.detected())
|
||||
? static_cast<audio::Codec*>(&audio_codec_wm8731)
|
||||
: static_cast<audio::Codec*>(&audio_codec_ak4951)
|
||||
|
Loading…
Reference in New Issue
Block a user