[alsa-devel] [PATCH v2 07/11] ASoC: SOF: Implement Probe IPC API
Pierre-Louis Bossart
pierre-louis.bossart at linux.intel.com
Mon Jan 27 22:20:05 CET 2020
> diff --git a/sound/soc/sof/sof-priv.h b/sound/soc/sof/sof-priv.h
> index bc2337cf1142..9fa6fb6c7b93 100644
> --- a/sound/soc/sof/sof-priv.h
> +++ b/sound/soc/sof/sof-priv.h
> @@ -387,6 +387,9 @@ struct snd_sof_dev {
> wait_queue_head_t waitq;
> int code_loading;
>
> + /* probes */
> + unsigned int extractor;
> +
if we can rename this extractor_stream_tag it'd be more explicit for
future code evolutions. we have too many things in this sof-dev
structures and it's hard to keep track of what is used for what without
self-explanatory naming conventions. Thanks!
More information about the Alsa-devel
mailing list