ASoC: Intel: avs: Simplify probe-component implementation
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 23 Jan 2023 12:21:44 +0000 (13:21 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Jan 2023 13:31:01 +0000 (13:31 +0000)
commitf337703b229f6031a40199dfe050e04065cea0e8
treeb407ddc58abb9019b8da1fc43c3ff37fe2778ecf
parent47bc8cf60e926d1fb0c5d990bf6f5e01e9b3352e
ASoC: Intel: avs: Simplify probe-component implementation

There is no need for the probe-component to be part of the PCM component
list as it does not make use of ASoC-topology and does not participate
in creating any PCM streams.

To achieve that, remove probe() and remove() functions.

Fixes: ed914a2a45a4 ("ASoC: Intel: avs: Data probing soc-component")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20230123122144.1356890-1-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/avs/probes.c