OSDN Git Service

ASoC: sta350: Remove redundant big endian formats
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 4 May 2022 17:08:36 +0000 (18:08 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 May 2022 11:46:17 +0000 (12:46 +0100)
commit2ac5b98284b3744514dcf75909a3bb3c3d5ab7d4
tree62cb43f1ae372645ff2ec2ee7c7422e55a4ebb35
parenta9b5bef89a68ec45ec198e2d316cd8b9b9bf6655
ASoC: sta350: Remove redundant big endian formats

The CODEC already provides the endianness flag on its
snd_soc_component_driver structure, specifying it is ambivalent
to endian. The core will expand the formats to cover both
endian types, as such remove the redundant specification of both
endians.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220504170905.332415-10-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sta350.c