10 Nov
2014
10 Nov
'14
1:06 p.m.
On Mon, Nov 10, 2014 at 12:27:33PM +0200, Peter Ujfalusi wrote:
TDM support is achieved using DSP transfer mode and setting a programmable offset which specifies where data begins with respect to the frame sync.
Applied, thanks.
- if (unlikely(!tx_mask)) {
dev_err(codec->dev, "tx and rx masks need to be non 0\n");
There's no real point in using unlikely() outside of hot paths.