From mboxrd@z Thu Jan 1 00:00:00 1970 From: mengdong.lin@linux.intel.com Subject: [PATCH 6/6] topology: Update PCM configurations in Broadwell text conf file Date: Thu, 28 Apr 2016 16:42:13 +0800 Message-ID: <0864218d49edafe7b721cfe07b8bfa610bdb0a54.1461831763.git.mengdong.lin@linux.intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id 5575B2665D9 for ; Thu, 28 Apr 2016 10:39:36 +0200 (CEST) In-Reply-To: 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: Mengdong Lin , tiwai@suse.de, mengdong.lin@intel.com, guneshwor.o.singh@intel.com, liam.r.girdwood@intel.com, hardik.t.shah@intel.com List-Id: alsa-devel@alsa-project.org From: Mengdong Lin To make this conf file a better example, update the name & ID of PCMs (front-end DAI link) and their cpu DAI (front-end DAI), same as those defined by Broadwell upstream driver. Signed-off-by: Mengdong Lin diff --git a/src/conf/topology/broadwell/broadwell.conf b/src/conf/topology/broadwell/broadwell.conf index 05b3889..eb89377 100644 --- a/src/conf/topology/broadwell/broadwell.conf +++ b/src/conf/topology/broadwell/broadwell.conf @@ -272,18 +272,22 @@ SectionPCMCapabilities."Offload0 Playback" { SectionPCMCapabilities."Offload1 Playback" { formats "S24_LE,S16_LE" rate_min "8000" - rate_max "48000" + rate_max "192000" channels_min "2" channels_max "2" } # PCM devices exported by Firmware -SectionPCM."System Pin" { +SectionPCM."System Playback/Capture" { index "1" # used for binding to the PCM - ID "0" + id "0" + + dai."System Pin" { + id "0" + } pcm."playback" { @@ -307,12 +311,16 @@ SectionPCM."System Pin" { } } -SectionPCM."Offload0 Pin" { +SectionPCM."Offload0 Playback" { index "1" # used for binding to the PCM - ID "1" + id "1" + + dai."Offload0 Pin" { + id "1" + } pcm."playback" { @@ -325,12 +333,16 @@ SectionPCM."Offload0 Pin" { } } -SectionPCM."Offload1 Pin" { +SectionPCM."Offload1 Playback" { index "1" # used for binding to the PCM - ID "2" + id "2" + + dai."Offload1 Pin" { + id "2" + } pcm."playback" { @@ -343,12 +355,16 @@ SectionPCM."Offload1 Pin" { } } -SectionPCM."Loopback Pin" { +SectionPCM."Loopback PCM" { index "1" # used for binding to the PCM - ID "3" + id "3" + + dai."Loopback Pin" { + id "3" + } pcm."capture" { -- 2.5.0