ASoC: sti-uniperf: Use default pcm_config instead
authorKeguang Zhang <keguang.zhang@gmail.com>
Mon, 6 Nov 2023 12:51:03 +0000 (20:51 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 13 Nov 2023 01:26:07 +0000 (01:26 +0000)
commitbb341f75a05238ccd35b1ec1eb1849a3955eebb3
tree7b4848588f1d2668e62af37675d23416b819591b
parentb85ea95d086471afb4ad062012a4d73cd328fa86
ASoC: sti-uniperf: Use default pcm_config instead

The sti-uniperf pcm_config is the same as the default pcm_config.

Since commit 43556516fffe ("ASoC: soc-generic-dmaengine-pcm:
Use default config when none is given"), passing a NULL pointer
could let this driver use the default config.

Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Link: https://lore.kernel.org/r/20231106-sti-uniperf-v1-1-b2d8749cfa2e@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sti/sti_uniperif.c