ASoC: Intel: haswell and broadwell boards update
authorMark Brown <broonie@kernel.org>
Fri, 24 Jun 2022 10:58:33 +0000 (11:58 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 24 Jun 2022 10:58:33 +0000 (11:58 +0100)
commit53c9fac844775880ba1253efc7fa810bf82b9cb2
tree40fa7c48dbf8c0be7eb1408e3f3449db15b97eca
parent4d6c2b46d81765e920007f76185a8d1fb5e41ca3
parente7f68863545163ec75b6bc3cc48fe888c28e0ec6
ASoC: Intel: haswell and broadwell boards update

Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:

A number of patches improving overall quality and readability of
haswell.c and broadwell.c source files found in sound/soc/intel/boards.
Both files are first renamed and only then actual changes are being
incrementally added. The respective names are: hsw_rt5640 and bdw_rt286
to match the pattern found in more recent boards.

Most patches bring no functional change - the more impactful patches at
are placed the end.  The last patch is removing of FE DAI ops. Given the
existence of platform FE DAI capabilities (either static declaration or
through topology file), this code is redundant.