diff options
author | Daniel Baluta <daniel.baluta@nxp.com> | 2019-12-04 22:15:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-12-09 19:40:13 +0100 |
commit | 5ad1cece81db9b389526499ae2e784013c85f136 (patch) | |
tree | c0a26cfd0d1d5360b374d6ea0894b397b486336f /include/sound/sof.h | |
parent | ASoC: SOF: remove nocodec_fw_filename (diff) | |
download | linux-5ad1cece81db9b389526499ae2e784013c85f136.tar.xz linux-5ad1cece81db9b389526499ae2e784013c85f136.zip |
ASoC: SOF: Remove unused drv_name in sof_pdata
This field is only set but never used. Let's remove
it to make code cleaner.
Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191204211556.12671-13-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/sof.h')
-rw-r--r-- | include/sound/sof.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h index 98a757d3a67d..96625355aa94 100644 --- a/include/sound/sof.h +++ b/include/sound/sof.h @@ -22,7 +22,6 @@ struct snd_sof_dsp_ops; */ struct snd_sof_pdata { const struct firmware *fw; - const char *drv_name; const char *name; const char *platform; |