I have a G2 Labs BerryNOS I2S DAC that I am using as a WiFi Airplay Receiver. It works just fine in Volumio 1.4 but it is not listed in the WebUI’s I2S DAC list. I have to select Hifiberry. It appears that the Hifiberry I2S profile works perfectly for BerryNOS
Can BerryNOS and BerryNOS Mini be added to I2S list for next release?
In the meantime, how can I manually add a BerryNOS item in the DAC list?
Make the following edits to the two files listed below and an entry for BerryNOS will show up in the WebUI Settings page. It will load the same modules as for Hifiberry DAC.
file_put_contents($file, $text);
$_SESSION['notify']['msg'] = 'I2S Driver Activated for G2 Labs BerryNOS. You must reboot for changes to take effect';
break;
============================ #Also remove one of the doubled lines in case ‘Generic’: The extra line was an error I think.