Skip to content

Commit

Permalink
ASoC: SOF: Remove dmab and dmab_bdl from snd_sof_dev struct
Browse files Browse the repository at this point in the history
The dmab and dmab_bdl is not used by any platform, it can be removed from
struct snd_sof_dev.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
  • Loading branch information
ujfalusi authored and ranj063 committed Dec 16, 2021
1 parent bda9f37 commit 9e5edeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sound/soc/sof/sof-priv.h
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,6 @@ struct snd_sof_dev {
bool ipc_dump_printed;

/* firmware loader */
struct snd_dma_buffer dmab;
struct snd_dma_buffer dmab_bdl;
struct sof_ipc_fw_ready fw_ready;
struct sof_ipc_fw_version fw_version;
struct sof_ipc_cc_version *cc_version;
Expand Down

0 comments on commit 9e5edeb

Please sign in to comment.