[alsa-devel] [PATCH 1/9] ASoC: max98927: Added TDM support

Mark Brown broonie at kernel.org
Sun Aug 27 16:02:38 CEST 2017


On Fri, Aug 25, 2017 at 05:41:02PM -0700, Ryan Lee wrote:
> Signed-off-by: Ryan Lee <ryans.lee at maximintegrated.com>

This says it's adding support for TDM mode but...

> +	case SND_SOC_DAIFMT_DSP_A:
> +		format = MAX98927_PCM_FORMAT_TDM_MODE1;
> +		break;
> +	case SND_SOC_DAIFMT_DSP_B:
> +		format = MAX98927_PCM_FORMAT_TDM_MODE0;
> +		break;
>  	case SND_SOC_DAIFMT_PDM:
> -		max98927->iface |= SND_SOC_DAIFMT_PDM;
> +		use_pdm = true;
>  		break;

...it looks like it's adding support for two new DSP modes and generally
making a bunch of other changes.  This probably needs splitting up, or
at least a bit more of a changelog.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20170827/bcd5a802/attachment.sig>


More information about the Alsa-devel mailing list