]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: fsl_sai: Drop unnecessary defines
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 2 Mar 2022 08:34:22 +0000 (09:34 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 7 Mar 2022 13:13:03 +0000 (13:13 +0000)
commit2df128984eb688ca800255c0c183602d50bfd5e0
treee7a379912c9a45ae7868cd2c4caccfc1d41561cf
parent2fbd9d3d455d1694b1cd99feb6baf6545fd4b712
ASoC: fsl_sai: Drop unnecessary defines

The fsl_sai driver has FSL_FMT_TRANSMITTER and FSL_FMT_RECEIVER defines
which are used in a single function only then are then only translated
into a bool 'tx' variable. Drop the defines and pass the boolean value
directly to fsl_sai_set_dai_sysclk_tr(). No functional change.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Link: https://lore.kernel.org/r/20220302083428.3804687-2-s.hauer@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/fsl/fsl_sai.c
sound/soc/fsl/fsl_sai.h