All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 00/xx] ALSA: ALSA: add snd_stream_is_playback/capture()
@ 2024-07-18 23:34 Kuninori Morimoto
  2024-07-18 23:34 ` [RFC 01/xx] ALSA: add snd_stream_is_playback/capture() macro Kuninori Morimoto
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2024-07-18 23:34 UTC (permalink / raw)
  To: Takashi Iwai, Mark Brown; +Cc: Linux-ALSA


Hi Iwai-san, Mark

Current many drivers are using below code to know its direction.

	if (direction == SNDRV_PCM_STREAM_PLAYBACK)

I think it should be handled by function. But is it acceptable idea ?
Because it will be too many patch-set, I want to know it was acceptable
idea or not before posting patch-bomb.

I will post main patch, and sample driver patches.

Thank you for your help !!

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-07-23  0:44 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 23:34 [RFC 00/xx] ALSA: ALSA: add snd_stream_is_playback/capture() Kuninori Morimoto
2024-07-18 23:34 ` [RFC 01/xx] ALSA: add snd_stream_is_playback/capture() macro Kuninori Morimoto
2024-07-19  7:17   ` Amadeusz Sławiński
2024-07-22  0:02     ` Kuninori Morimoto
2024-07-22  5:58       ` Kuninori Morimoto
2024-07-22  8:16         ` Takashi Iwai
2024-07-22  8:47           ` Pierre-Louis Bossart
2024-07-22  9:27             ` Amadeusz Sławiński
2024-07-23  0:43               ` Kuninori Morimoto
2024-07-22  9:23         ` Amadeusz Sławiński
2024-07-23  0:20           ` Kuninori Morimoto
2024-07-18 23:34 ` [RFC 02/xx] soundwire: intel: use snd_[sub]stream_is_playback/capture() Kuninori Morimoto
2024-07-18 23:35 ` [RFC 03/xx] ALSA: virtio: " Kuninori Morimoto
2024-07-18 23:35 ` [RFC 04/xx] ASoC: tegra: " Kuninori Morimoto
2024-07-19  0:33 ` [RFC 00/xx] ALSA: ALSA: add snd_stream_is_playback/capture() Takashi Sakamoto
2024-07-19  1:02   ` Kuninori Morimoto
2024-07-19  7:48 ` Takashi Iwai
2024-07-22  0:02   ` Kuninori Morimoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.