3 small patches that have been used for a while but not contributed upstream.
The first patch fixes a name mismatch when using the same machine driver on ApolloLake and GeminiLake Chromebooks.
The second one fixes a minor mistake in the location of a topology pointer update, and aligns the code on the same pattern.
The last one corrects yet another miss with the introduction of the new buffer/src/scheduler soc_dapm elements which were always showing as 'On'
Liam Girdwood (1): ASoC: topology: Align tplg pointer increment across all kcontrols
Pierre-Louis Bossart (1): ASoC: core: support driver alias names for FE topology overrides
Ranjani Sridharan (1): ASoC: dapm: set power_check callback for widgets that shouldnt be always on
sound/soc/soc-core.c | 7 +++++-- sound/soc/soc-dapm.c | 7 +++++++ sound/soc/soc-topology.c | 17 +++++++++-------- 3 files changed, 21 insertions(+), 10 deletions(-)