summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorDaniel Baluta <daniel.baluta@nxp.com>2019-11-07 23:36:43 +0200
committerDaniel Baluta <daniel.baluta@nxp.com>2019-11-27 21:48:18 +0200
commit3d9382581a26b8f059075ee9832ed99fc7dbef7a (patch)
treed7eed997510c4ecec5611fb51a0d748cdba2bb8d /include/sound
parent0d4340c2727e15a52b08897b537993bbe9d0f449 (diff)
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>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/sof.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h
index 6b0527b5a44f..db8704d4b21a 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;