snd_soc_runtime_set_dai_fmt(9) Change DAI link format for a ASoC runtime

SYNOPSIS

int snd_soc_runtime_set_dai_fmt(struct snd_soc_pcm_runtime * rtd, unsigned int dai_fmt);

ARGUMENTS

rtd

The runtime for which the DAI link format should be changed

dai_fmt

The new DAI link format

DESCRIPTION

This function updates the DAI link format for all DAIs connected to the DAI link for the specified runtime.

NOTE

For setups with a static format set the dai_fmt field in the corresponding snd_dai_link struct instead of using this function.

Returns 0 on success, otherwise a negative error code.

COPYRIGHT