Unverified Commit 5ad1cece authored by Daniel Baluta's avatar Daniel Baluta Committed by Mark Brown
Browse files

ASoC: SOF: Remove unused drv_name in sof_pdata

parent f4e4113b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;

+0 −2
Original line number Diff line number Diff line
@@ -74,8 +74,6 @@ int sof_nocodec_setup(struct device *dev,
	if (!mach)
		return -EINVAL;

	sof_pdata->drv_name = "sof-nocodec";

	mach->drv_name = "sof-nocodec";
	sof_pdata->tplg_filename = desc->nocodec_tplg_filename;