Ganesh
Ganesh

Reputation: 31

Multiple Audio codecs in ALSA

I have one query regarding ALSA codec registration. I need to connect two Audio codecs to two I2S interfaces of Host. Both Audio codecs are connected separately to each I2S interface.

Can someone point to some link or reference implementation for the same?

Thanks

Upvotes: 0

Views: 1059

Answers (1)

jjm
jjm

Reputation: 461

For editing configuration and all , you can refer https://unix.stackexchange.com/questions/293450/alsa-send-audio-to-two-audio-devices this link. But for that, your I2S driver should support multiple devices.

Upvotes: 1

Related Questions