lkml.org 
[lkml]   [2021]   [Jul]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 09/12] ASoC: amd: add vangogh i2s dai driver ops
On Wed, Jul 07, 2021 at 11:26:20AM +0530, Vijendar Mukunda wrote:

> + mode = fmt & SND_SOC_DAIFMT_MASTER_MASK;
> + switch (mode) {
> + case SND_SOC_DAIFMT_CBS_CFS:
> + adata->master_mode = I2S_MASTER_MODE_ENABLE;
> + break;
> + case SND_SOC_DAIFMT_CBM_CFM:
> + adata->master_mode = I2S_MASTER_MODE_DISABLE;
> + break;
> + }

As part of moving to more modern terminology it'd be good to move to
_DAIFMT_CLOCK_PROVIDER_MASK and associated constants (with a similar
change for the driver local constant) - see f026c12300 (ASoC: topology:
use inclusive language for bclk and fsync).
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2021-07-07 18:36    [W:0.054 / U:0.396 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site