Name

snd_soc_runtime_set_dai_fmt — 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.