I would like to use a music streamer based on one of these boards (Raspberrypi3, Odroid, BBB), I don’t really care which, provided that it does what I need. The board would need to be connected to the DAC chip directly via the i2s ports. There’s no crystal on the DAC board. The tricky part is that I want to by-pass the clock that comes with the streamer board, and use an external masterclock for both the dac and the streamer. In other words, I want to take time and frequency for both the dac and the streamer board from a low jitter external clock. So no re-clocking, but one clock for the whole system. From reading online, I don’t believe the raspberry can be put on slave mode, but apparently the Odroid C2 is more versatile for not coming with a clock on board.
Any suggestions?