From mboxrd@z Thu Jan 1 00:00:00 1970 From: mengdong.lin@linux.intel.com Subject: [PATCH v3 0/2] topology: Fix for handling widgets' references Date: Fri, 22 Jul 2016 12:56:37 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by alsa0.perex.cz (Postfix) with ESMTP id A2FFB265713 for ; Fri, 22 Jul 2016 06:51:32 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org, broonie@kernel.org Cc: tiwai@suse.de, mengdong.lin@intel.com, Mengdong Lin , liam.r.girdwood@intel.com, shreyas.nc@intel.com List-Id: alsa-devel@alsa-project.org From: Mengdong Lin This series fixes an error when merging a widget's private data and an inaccurate output message. History: v2: Split v1 into 2 patches. And set the valid reference element value only on success. v3: Also set valid refernced element ptr when skipping data copy for an empty data reference, which is not an error. Mengdong Lin (2): topology: Fix inaccurate message on failure to find a widgets's reference topology: Fix the missing referenced elem ptr when merging private data src/topology/dapm.c | 2 +- src/topology/data.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) -- 2.5.0