From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lo.gmane.org ([80.91.229.12]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OKCyu-0001ur-IV for openembedded-devel@lists.openembedded.org; Thu, 03 Jun 2010 18:09:23 +0200 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OKCum-0001gN-3g for openembedded-devel@lists.openembedded.org; Thu, 03 Jun 2010 18:05:04 +0200 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Jun 2010 18:05:04 +0200 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Jun 2010 18:05:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org connect(): No such file or directory From: Koen Kooi Date: Thu, 03 Jun 2010 17:51:18 +0200 Message-ID: References: <1275579688-19909-1-git-send-email-chase.maupin@ti.com> Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.10) Gecko/20100512 Shredder/3.0.6pre In-Reply-To: <1275579688-19909-1-git-send-email-chase.maupin@ti.com> X-Enigmail-Version: 1.0.1 X-SA-Exim-Connect-IP: 80.91.229.12 X-SA-Exim-Mail-From: gcho-openembedded-devel@m.gmane.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH 1/4] alsa-state/dm355-evm: add asound file X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jun 2010 16:09:23 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03-06-10 17:41, Chase Maupin wrote: > * Add the asound.state file for the Texas Instruments > dm355-evm platform. > > Signed-off-by: Chase Maupin Acked-by: Koen Kooi > --- > .../alsa-state/{tosa => dm355-evm}/asound.state | 644 ++++++++++---------- > 1 files changed, 321 insertions(+), 323 deletions(-) > copy recipes/alsa/alsa-state/{tosa => dm355-evm}/asound.state (56%) > > diff --git a/recipes/alsa/alsa-state/tosa/asound.state b/recipes/alsa/alsa-state/dm355-evm/asound.state > similarity index 56% > copy from recipes/alsa/alsa-state/tosa/asound.state > copy to recipes/alsa/alsa-state/dm355-evm/asound.state > index c38265d..8a5f84a 100644 > --- a/recipes/alsa/alsa-state/tosa/asound.state > +++ b/recipes/alsa/alsa-state/dm355-evm/asound.state > @@ -1,330 +1,381 @@ > -state.Tosa { > +state.EVM { > control.1 { > comment.access 'read write' > comment.type INTEGER > comment.count 2 > - comment.range '0 - 31' > + comment.range '0 - 127' > + comment.dbmin -6350 > + comment.dbmax 0 > iface MIXER > - name 'Speaker Playback Volume' > - value.0 25 > - value.1 25 > + name 'PCM Playback Volume' > + value.0 127 > + value.1 127 > } > control.2 { > comment.access 'read write' > - comment.type BOOLEAN > - comment.count 1 > + comment.type INTEGER > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Speaker Playback Switch' > - value true > + name 'Line DAC Playback Volume' > + value.0 118 > + value.1 118 > } > control.3 { > comment.access 'read write' > - comment.type INTEGER > - comment.count 2 > - comment.range '0 - 31' > + comment.type BOOLEAN > + comment.count 1 > iface MIXER > - name 'Headphone Playback Volume' > - value.0 20 > - value.1 20 > + name 'LineL Playback Switch' > + value true > } > control.4 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Headphone Playback Switch' > + name 'LineR Playback Switch' > value true > } > control.5 { > comment.access 'read write' > comment.type INTEGER > comment.count 2 > - comment.range '0 - 31' > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'PCM Playback Volume' > - value.0 23 > - value.1 23 > + name 'LineL DAC Playback Volume' > + value.0 118 > + value.1 118 > } > control.6 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type INTEGER > comment.count 1 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Speaker Playback ZC Switch' > - value true > + name 'LineL Left PGA Bypass Playback Volume' > + value 118 > } > control.7 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type INTEGER > comment.count 1 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Speaker Playback Invert Switch' > - value true > + name 'LineR Right PGA Bypass Playback Volume' > + value 118 > } > control.8 { > comment.access 'read write' > - comment.type BOOLEAN > - comment.count 1 > + comment.type INTEGER > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Headphone Playback ZC Switch' > - value true > + name 'LineL Line2 Bypass Playback Volume' > + value.0 71 > + value.1 118 > } > control.9 { > comment.access 'read write' > - comment.type BOOLEAN > - comment.count 1 > + comment.type INTEGER > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Mono Playback ZC Switch' > - value false > + name 'LineR Line2 Bypass Playback Volume' > + value.0 118 > + value.1 71 > } > control.10 { > comment.access 'read write' > comment.type INTEGER > - comment.count 1 > - comment.range '0 - 31' > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Mono Playback Volume' > - value 0 > + name 'Mono DAC Playback Volume' > + value.0 118 > + value.1 118 > } > control.11 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 15' > iface MIXER > - name 'ALC Target Volume' > - value 11 > + name 'Mono DAC Playback Switch' > + value true > } > control.12 { > comment.access 'read write' > comment.type INTEGER > - comment.count 1 > - comment.range '0 - 15' > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC Hold Time' > - value 2 > + name 'Mono PGA Bypass Playback Volume' > + value.0 118 > + value.1 118 > } > control.13 { > comment.access 'read write' > comment.type INTEGER > - comment.count 1 > - comment.range '0 - 15' > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC Decay Time' > - value 3 > + name 'Mono Line2 Bypass Playback Volume' > + value.0 118 > + value.1 118 > } > control.14 { > comment.access 'read write' > comment.type INTEGER > - comment.count 1 > - comment.range '0 - 15' > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC Attack Time' > - value 2 > + name 'HP DAC Playback Volume' > + value.0 118 > + value.1 118 > } > control.15 { > comment.access 'read write' > - comment.type ENUMERATED > - comment.count 1 > - comment.item.0 None > - comment.item.1 Left > - comment.item.2 Right > - comment.item.3 Stereo > + comment.type BOOLEAN > + comment.count 2 > iface MIXER > - name 'ALC Function' > - value None > + name 'HP DAC Playback Switch' > + value.0 true > + value.1 true > } > control.16 { > comment.access 'read write' > comment.type INTEGER > - comment.count 1 > - comment.range '0 - 7' > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC Max Volume' > - value 7 > + name 'HP Right PGA Bypass Playback Volume' > + value.0 118 > + value.1 71 > } > control.17 { > comment.access 'read write' > comment.type INTEGER > comment.count 1 > - comment.range '0 - 3' > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC ZC Timeout' > - value 0 > + name 'HPL PGA Bypass Playback Volume' > + value 118 > } > control.18 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type INTEGER > comment.count 1 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC ZC Switch' > - value false > + name 'HPR PGA Bypass Playback Volume' > + value 118 > } > control.19 { > comment.access 'read write' > - comment.type BOOLEAN > - comment.count 1 > + comment.type INTEGER > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC NG Switch' > - value false > + name 'HP Line2 Bypass Playback Volume' > + value.0 118 > + value.1 118 > } > control.20 { > comment.access 'read write' > - comment.type ENUMERATED > - comment.count 1 > - comment.item.0 'Constant Gain' > - comment.item.1 Mute > + comment.type INTEGER > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC NG Type' > - value 'Constant Gain' > + name 'HPCOM DAC Playback Volume' > + value.0 118 > + value.1 118 > } > control.21 { > comment.access 'read write' > - comment.type INTEGER > - comment.count 1 > - comment.range '0 - 31' > + comment.type BOOLEAN > + comment.count 2 > iface MIXER > - name 'ALC NG Threshold' > - value 31 > + name 'HPCOM DAC Playback Switch' > + value.0 true > + value.1 true > } > control.22 { > comment.access 'read write' > comment.type INTEGER > comment.count 1 > - comment.range '0 - 7' > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Mic Headphone Volume' > - value 7 > + name 'HPLCOM PGA Bypass Playback Volume' > + value 118 > } > control.23 { > comment.access 'read write' > comment.type INTEGER > comment.count 1 > - comment.range '0 - 7' > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'ALC Headphone Volume' > - value 5 > + name 'HPRCOM PGA Bypass Playback Volume' > + value 118 > } > control.24 { > comment.access 'read write' > - comment.type BOOLEAN > - comment.count 1 > + comment.type INTEGER > + comment.count 2 > + comment.range '0 - 118' > + comment.dbmin -5900 > + comment.dbmax 0 > iface MIXER > - name 'Out3 Switch' > - value false > + name 'HPCOM Line2 Bypass Playback Volume' > + value.0 118 > + value.1 118 > } > control.25 { > comment.access 'read write' > comment.type BOOLEAN > - comment.count 1 > + comment.count 2 > iface MIXER > - name 'Out3 ZC Switch' > - value true > + name 'AGC Switch' > + value.0 false > + value.1 false > } > control.26 { > comment.access 'read write' > comment.type INTEGER > - comment.count 1 > - comment.range '0 - 31' > + comment.count 2 > + comment.range '0 - 119' > + comment.dbmin 0 > + comment.dbmax 5950 > iface MIXER > - name 'Out3 Volume' > - value 0 > + name 'PGA Capture Volume' > + value.0 32 > + value.1 32 > } > control.27 { > comment.access 'read write' > - comment.type INTEGER > - comment.count 1 > - comment.range '0 - 7' > + comment.type BOOLEAN > + comment.count 2 > iface MIXER > - name 'PCBeep Bypass Headphone Volume' > - value 0 > + name 'PGA Capture Switch' > + value.0 true > + value.1 true > } > control.28 { > comment.access 'read write' > - comment.type INTEGER > - comment.count 1 > - comment.range '0 - 7' > + comment.type ENUMERATED > + comment.count 2 > + comment.item.0 Disabled > + comment.item.1 '0.0045xFs' > + comment.item.2 '0.0125xFs' > + comment.item.3 '0.025xFs' > iface MIXER > - name 'PCBeep Bypass Speaker Volume' > - value 0 > + name 'ADC HPF Cut-off' > + value.0 Disabled > + value.1 Disabled > } > control.29 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 7' > iface MIXER > - name 'PCBeep Bypass Phone Volume' > - value 0 > + name 'Right Line2 Bypass Mixer LineL Switch' > + value false > } > control.30 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 7' > iface MIXER > - name 'Aux Playback Headphone Volume' > - value 5 > + name 'Right Line2 Bypass Mixer LineR Switch' > + value false > } > control.31 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 7' > iface MIXER > - name 'Aux Playback Speaker Volume' > - value 0 > + name 'Right Line2 Bypass Mixer Mono Switch' > + value false > } > control.32 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 7' > iface MIXER > - name 'Aux Playback Phone Volume' > - value 0 > + name 'Right Line2 Bypass Mixer HP Switch' > + value false > } > control.33 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 15' > iface MIXER > - name 'Phone Volume' > - value 0 > + name 'Right Line2 Bypass Mixer HPRCOM Switch' > + value false > } > control.34 { > comment.access 'read write' > - comment.type INTEGER > - comment.count 2 > - comment.range '0 - 31' > + comment.type BOOLEAN > + comment.count 1 > iface MIXER > - name 'Line Capture Volume' > - value.0 23 > - value.1 23 > + name 'Left Line2 Bypass Mixer LineL Switch' > + value false > } > control.35 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Capture 20dB Boost Switch' > - value true > + name 'Left Line2 Bypass Mixer LineR Switch' > + value false > } > control.36 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Capture to Phone 20dB Boost Switch' > - value true > + name 'Left Line2 Bypass Mixer Mono Switch' > + value false > } > control.37 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name '3D Upper Cut-off Switch' > + name 'Left Line2 Bypass Mixer HP Switch' > value false > } > control.38 { > @@ -332,42 +383,39 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name '3D Lower Cut-off Switch' > + name 'Left Line2 Bypass Mixer HPLCOM Switch' > value false > } > control.39 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 15' > iface MIXER > - name '3D Playback Volume' > - value 0 > + name 'Right PGA Bypass Mixer LineL Switch' > + value false > } > control.40 { > comment.access 'read write' > - comment.type ENUMERATED > + comment.type BOOLEAN > comment.count 1 > - comment.item.0 'Linear Control' > - comment.item.1 'Adaptive Boost' > iface MIXER > - name 'Bass Control' > - value 'Adaptive Boost' > + name 'Right PGA Bypass Mixer LineR Switch' > + value false > } > control.41 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Bass Cut-off Switch' > - value true > + name 'Right PGA Bypass Mixer Mono Switch' > + value false > } > control.42 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Tone Cut-off Switch' > + name 'Right PGA Bypass Mixer HPL Switch' > value false > } > control.43 { > @@ -375,136 +423,133 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Playback Attenuate (-6dB) Switch' > + name 'Right PGA Bypass Mixer HPR Switch' > value false > } > control.44 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 15' > iface MIXER > - name 'Bass Volume' > - value 8 > + name 'Right PGA Bypass Mixer HPLCOM Switch' > + value false > } > control.45 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 15' > iface MIXER > - name 'Treble Volume' > - value 5 > + name 'Right PGA Bypass Mixer HPRCOM Switch' > + value false > } > control.46 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Capture ADC Switch' > + name 'Left PGA Bypass Mixer LineL Switch' > value false > } > control.47 { > comment.access 'read write' > - comment.type ENUMERATED > - comment.count 2 > - comment.item.0 '+1.5dB Steps' > - comment.item.1 '+0.75dB Steps' > + comment.type BOOLEAN > + comment.count 1 > iface MIXER > - name 'Capture Volume Steps' > - value.0 '+0.75dB Steps' > - value.1 '+0.75dB Steps' > + name 'Left PGA Bypass Mixer LineR Switch' > + value false > } > control.48 { > comment.access 'read write' > - comment.type INTEGER > - comment.count 2 > - comment.range '0 - 63' > + comment.type BOOLEAN > + comment.count 1 > iface MIXER > - name 'Capture Volume' > - value.0 0 > - value.1 0 > + name 'Left PGA Bypass Mixer Mono Switch' > + value false > } > control.49 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Capture ZC Switch' > + name 'Left PGA Bypass Mixer HPL Switch' > value false > } > control.50 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 31' > iface MIXER > - name 'Mic 1 Volume' > - value 23 > + name 'Left PGA Bypass Mixer HPR Switch' > + value false > } > control.51 { > comment.access 'read write' > - comment.type INTEGER > + comment.type BOOLEAN > comment.count 1 > - comment.range '0 - 31' > iface MIXER > - name 'Mic 2 Volume' > - value 23 > + name 'Left PGA Bypass Mixer HPLCOM Switch' > + value false > } > control.52 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Mic 20dB Boost Switch' > + name 'Left PGA Bypass Mixer HPRCOM Switch' > value false > } > control.53 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 single-ended > + comment.item.1 differential > iface MIXER > - name 'Speaker Mixer PCBeep Bypass Swi' > - value false > + name 'Right Line2R Mux' > + value single-ended > } > control.54 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 single-ended > + comment.item.1 differential > iface MIXER > - name 'Speaker Mixer Aux Playback Swit' > - value false > + name 'Right Line1R Mux' > + value single-ended > } > control.55 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 single-ended > + comment.item.1 differential > iface MIXER > - name 'Speaker Mixer Phone Bypass Swit' > - value false > + name 'Right Line1L Mux' > + value single-ended > } > control.56 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Speaker Mixer Line Bypass Switc' > - value false > + name 'Right PGA Mixer Line1R Switch' > + value true > } > control.57 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Speaker Mixer PCM Playback Swit' > - value true > + name 'Right PGA Mixer Line1L Switch' > + value false > } > control.58 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Phone Mixer PCBeep Bypass Switc' > + name 'Right PGA Mixer Line2R Switch' > value false > } > control.59 { > @@ -512,7 +557,7 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Phone Mixer Aux Playback Switch' > + name 'Right PGA Mixer Mic3L Switch' > value false > } > control.60 { > @@ -520,47 +565,53 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Phone Mixer Line Bypass Switch' > + name 'Right PGA Mixer Mic3R Switch' > value false > } > control.61 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 single-ended > + comment.item.1 differential > iface MIXER > - name 'Phone Mixer PCM Playback Switch' > - value false > + name 'Left Line2L Mux' > + value single-ended > } > control.62 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 single-ended > + comment.item.1 differential > iface MIXER > - name 'Phone Mixer Mic 1 Sidetone Swit' > - value false > + name 'Left Line1R Mux' > + value single-ended > } > control.63 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 single-ended > + comment.item.1 differential > iface MIXER > - name 'Phone Mixer Mic 2 Sidetone Swit' > - value false > + name 'Left Line1L Mux' > + value single-ended > } > control.64 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Right HP Mixer PCBeep Bypass Sw' > - value false > + name 'Left PGA Mixer Line1L Switch' > + value true > } > control.65 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Right HP Mixer Aux Playback Swi' > + name 'Left PGA Mixer Line1R Switch' > value false > } > control.66 { > @@ -568,7 +619,7 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Right HP Mixer Phone Bypass Swi' > + name 'Left PGA Mixer Line2L Switch' > value false > } > control.67 { > @@ -576,7 +627,7 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Right HP Mixer Line Bypass Swit' > + name 'Left PGA Mixer Mic3L Switch' > value false > } > control.68 { > @@ -584,23 +635,28 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Right HP Mixer PCM Playback Swi' > - value true > + name 'Left PGA Mixer Mic3R Switch' > + value false > } > control.69 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 'differential of HPROUT' > + comment.item.1 'constant VCM' > + comment.item.2 single-ended > + comment.item.3 'differential of HPLCOM' > + comment.item.4 'external feedback' > iface MIXER > - name 'Right HP Mixer Mic Sidetone Swi' > - value false > + name 'Right HPCOM Mux' > + value 'differential of HPROUT' > } > control.70 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Left HP Mixer PCBeep Bypass Swi' > + name 'Right DAC_R1 Mixer LineL Switch' > value false > } > control.71 { > @@ -608,162 +664,104 @@ state.Tosa { > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Left HP Mixer Aux Playback Swit' > - value false > + name 'Right DAC_R1 Mixer LineR Switch' > + value true > } > control.72 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Left HP Mixer Phone Bypass Swit' > - value false > + name 'Right DAC_R1 Mixer Mono Switch' > + value true > } > control.73 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Left HP Mixer Line Bypass Switc' > - value false > + name 'Right DAC_R1 Mixer HP Switch' > + value true > } > control.74 { > comment.access 'read write' > comment.type BOOLEAN > comment.count 1 > iface MIXER > - name 'Left HP Mixer PCM Playback Swit' > + name 'Right DAC_R1 Mixer HPCOM Switch' > value true > } > control.75 { > comment.access 'read write' > - comment.type BOOLEAN > + comment.type ENUMERATED > comment.count 1 > + comment.item.0 DAC_R1 > + comment.item.1 DAC_R3 > + comment.item.2 DAC_R2 > iface MIXER > - name 'Left HP Mixer Mic Sidetone Swit' > - value false > + name 'Right DAC Mux' > + value DAC_R1 > } > control.76 { > comment.access 'read write' > comment.type ENUMERATED > comment.count 1 > - comment.item.0 Mic > - comment.item.1 Line > + comment.item.0 'differential of HPLOUT' > + comment.item.1 'constant VCM' > + comment.item.2 single-ended > iface MIXER > - name 'Differential Source' > - value Mic > + name 'Left HPCOM Mux' > + value 'differential of HPLOUT' > } > control.77 { > comment.access 'read write' > - comment.type ENUMERATED > + comment.type BOOLEAN > comment.count 1 > - comment.item.0 'Mic 1' > - comment.item.1 Differential > - comment.item.2 'Mic 2' > - comment.item.3 Stereo > iface MIXER > - name 'Mic Select Source' > - value Differential > + name 'Left DAC_L1 Mixer LineL Switch' > + value true > } > control.78 { > comment.access 'read write' > - comment.type ENUMERATED > + comment.type BOOLEAN > comment.count 1 > - comment.item.0 Mic > - comment.item.1 NC > - comment.item.2 NC > - comment.item.3 'Speaker Mixer' > - comment.item.4 Line > - comment.item.5 'Headphone Mixer' > - comment.item.6 'Phone Mixer' > - comment.item.7 Phone > iface MIXER > - name 'Right Capture Select' > - value Mic > + name 'Left DAC_L1 Mixer LineR Switch' > + value false > } > control.79 { > comment.access 'read write' > - comment.type ENUMERATED > + comment.type BOOLEAN > comment.count 1 > - comment.item.0 Mic > - comment.item.1 NC > - comment.item.2 NC > - comment.item.3 'Speaker Mixer' > - comment.item.4 Line > - comment.item.5 'Headphone Mixer' > - comment.item.6 'Phone Mixer' > - comment.item.7 Phone > iface MIXER > - name 'Left Capture Select' > - value Mic > + name 'Left DAC_L1 Mixer Mono Switch' > + value true > } > control.80 { > comment.access 'read write' > - comment.type ENUMERATED > + comment.type BOOLEAN > comment.count 1 > - comment.item.0 Stereo > - comment.item.1 Left > - comment.item.2 Right > - comment.item.3 Mute > iface MIXER > - name 'Capture Phone Mux' > - value Mute > + name 'Left DAC_L1 Mixer HP Switch' > + value true > } > control.81 { > comment.access 'read write' > - comment.type ENUMERATED > + comment.type BOOLEAN > comment.count 1 > - comment.item.0 'Speaker Mix' > - comment.item.1 'Headphone Mix' > iface MIXER > - name 'Speaker Mux' > - value 'Speaker Mix' > + name 'Left DAC_L1 Mixer HPCOM Switch' > + value true > } > control.82 { > comment.access 'read write' > comment.type ENUMERATED > comment.count 1 > - comment.item.0 Left > - comment.item.1 VREF > - comment.item.2 'Left + Right' > - comment.item.3 Mono > - iface MIXER > - name 'Out3 Mux' > - value Left > - } > - control.83 { > - comment.access 'read write' > - comment.type ENUMERATED > - comment.count 1 > - comment.item.0 Stereo > - comment.item.1 Left > - comment.item.2 Right > - comment.item.3 None > - iface MIXER > - name 'ALC Sidetone Mux' > - value Stereo > - } > - control.84 { > - comment.access 'read write' > - comment.type ENUMERATED > - comment.count 1 > - comment.item.0 Headphone > - comment.item.1 Mic > - comment.item.2 Line > - comment.item.3 Headset > - comment.item.4 Off > - iface MIXER > - name 'Jack Function' > - value Off > - } > - control.85 { > - comment.access 'read write' > - comment.type ENUMERATED > - comment.count 1 > - comment.item.0 On > - comment.item.1 Off > + comment.item.0 DAC_L1 > + comment.item.1 DAC_L3 > + comment.item.2 DAC_L2 > iface MIXER > - name 'Speaker Function' > - value On > + name 'Left DAC Mux' > + value DAC_L1 > } > } -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) iD8DBQFMB892MkyGM64RGpERAhhXAJ449J+BbOr99t/7Kp4oXuceGAfUnQCghu7R Idw/FyysTmRkXy1Ku5i/+GQ= =Cwx6 -----END PGP SIGNATURE-----