Kuninori Morimoto a26ec2acb2
ASoC: soc.h: use defined number instead of direct number
snd_soc_pcm_runtime has dpcm for Playback/Capture, but it is defined
directly "2". It should use defined number.

	struct snd_soc_pcm_runtime {
		...
=>		struct snd_soc_dpcm_runtime dpcm[2];
		...
	}

This patch fixup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87r106v9mv.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2022-09-20 12:19:31 +01:00
..
2022-07-29 12:57:10 +02:00
2022-07-15 16:11:58 +02:00
2022-03-21 16:19:21 +01:00
2022-07-29 12:57:11 +02:00
2017-11-13 15:45:57 +01:00
2020-11-30 12:54:02 +00:00
2020-09-09 18:32:52 +02:00
2019-10-25 11:06:57 +01:00