5 Aug
2013
5 Aug
'13
1:27 p.m.
On Sun, Aug 04, 2013 at 08:31:04PM +0100, Russell King wrote:
Add the DAPM links to connect the codec DAC and ADCs to the cpu DAI I2S inputs/outputs.
- { "i2sdi", NULL, "Capture" },
- { "Playback", NULL, "i2sdo" },
This doesn't look good - this is adding DAPM routes which should correspond to the DAI link that's already been configured. This isn't something we should have to add to the machine driver, if the machine driver already set up a dai_link then these things should already be taken care of one way or another. Either links like this get added or the DAIs get kicked at runtime as part of the link startup.