You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ASoC: SOF: separate snd_sof_debugfs_create_item into 2 flavours
debugfs entries can be used to expose two different types of
memories:
1. DSP memory and registers
2. kernel buffers
We should use type struct snd_sof_dfsentry_io for the first one
and type struct snd_sof_dfsentry_buf for the second type.
So split the snd_sof_debugfs_create_item() into two flavours
based on the memory pointed to. snd_sof_debugfs_io_create_item()
should be used for io memory and
snd_sof_debugfs_buf_create_item() should beused for
kernel buffers, for example, the fw_version member
of snd_sof_dev.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
0 commit comments