mbox series

[0/2] ASoC: fsl: audmix: fix two issues

Message ID 1554798876-20653-1-git-send-email-viorel.suman@nxp.com (mailing list archive)
Headers show
Series ASoC: fsl: audmix: fix two issues | expand

Message

Viorel Suman April 9, 2019, 8:35 a.m. UTC
The latest audmix patch-set (v5) had the "model" attribute
removed as requested by Nicolin Chen, but looks like (v4)
version of DAI driver reached "for-next" branch - fix this.
Asside of this fix object reference leaks in machine probe reported
by Julia Lawall.

Viorel Suman (2):
  ASoC: fsl_audmix: remove "model" attribute
  ASoC: imx-audmix: fix object reference leaks in probe

 sound/soc/fsl/fsl_audmix.c | 61 ++++++++++++++++++++++++----------------------
 sound/soc/fsl/imx-audmix.c | 31 +++++++++--------------
 2 files changed, 43 insertions(+), 49 deletions(-)