OSDN Git Service

ASoC: intel: skylake: Remove superfluous bus ops
authorTakashi Iwai <tiwai@suse.de>
Thu, 12 Dec 2019 19:17:47 +0000 (20:17 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 17 Dec 2019 12:34:44 +0000 (12:34 +0000)
commitae91a189d2459644e800ceea615a9c1937ee5ae2
treee6b87d94a0cdce8726153e3272dff2ab0e824ab2
parentee8f537fd8b71c555d01a89e0834413bbf5373d4
ASoC: intel: skylake: Remove superfluous bus ops

The bus_core_ops values set in skl driver are same as the default
values, so we can drop it and pass NULL to snd_hdac_ext_bus_init()
instead.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://lore.kernel.org/r/20191212191747.19995-1-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl.c