5 Aug
2024
5 Aug
'24
12:43 p.m.
On Mon, Aug 05, 2024 at 12:33:38AM +0000, Kuninori Morimoto wrote:
Many drivers are using below code to know the Sound direction.
if (direction == SNDRV_PCM_STREAM_PLAYBACK)
This patch-set add snd_pcm_is_playback/capture() macro to handle it.
Acked-by: Mark Brown broonie@kernel.org