diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-11-24 08:32:36 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-24 12:13:59 -0500 |
commit | 48826ee590da03e9882922edf96d8d27bdfe9552 (patch) | |
tree | 6972aac2ff687617259d30e425e148af2861169d /tools/perf/scripts/python/net_dropmonitor.py | |
parent | 4cf703a7bca4c29d06028821db60f253390a84a7 (diff) |
ASoC: max98090: Fix ill-defined sidetone route
Commit 5fe5b767dc6f ("ASoC: dapm: Do not pretend to support controls for non
mixer/mux widgets") revealed ill-defined control in a route between
"STENL Mux" and DACs in max98090.c:
max98090 i2c-193C9890:00: Control not supported for path STENL Mux -> [NULL] -> DACL
max98090 i2c-193C9890:00: ASoC: no dapm match for STENL Mux --> NULL --> DACL
max98090 i2c-193C9890:00: ASoC: Failed to add route STENL Mux -> NULL -> DACL
max98090 i2c-193C9890:00: Control not supported for path STENL Mux -> [NULL] -> DACR
max98090 i2c-193C9890:00: ASoC: no dapm match for STENL Mux --> NULL --> DACR
max98090 i2c-193C9890:00: ASoC: Failed to add route STENL Mux -> NULL -> DACR
Since there is no control between "STENL Mux" and DACs the control name must
be NULL not "NULL".
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Cc: stable@vger.kernel.org
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions