5 Dec
2016
5 Dec
'16
12:35 p.m.
On Fri, Dec 02, 2016 at 11:11:38PM +0530, jeeja.kp@intel.com wrote:
This patch adds helper function to configure the host/link DMA when the DMA is in decoupled mode.
This isn't just adding a helper function...
- link = snd_hdac_ext_bus_get_link(ebus, rtd->codec->component.name);
- if (!link)
return -EINVAL;
...it's also doing some things that appear to use that helper function.