This looks good for HEAD and cayenne. > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Edgar Luevano > Sent: Thursday, November 03, 2005 5:22 PM > To: audio-dev > Subject: [audio-dev] CR: Run-time check for 6680 device > > Modified by:[EMAIL PROTECTED] > Reviewed by: > Date:11/3/2005 > Project:audio > Synopsis: Do run-time check for 6680 device. > > Overview: > Do run-time check for 6680 device. that works similary than > 6630. That is > it needs to reset the device after a pause (i.e m_samplesWritten = 0. > > Index: device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp > =================================================================== > RCS file: > /cvsroot/audio/device/platform/symbian/audiosvr/mmf/audio_sess > ion-mmf.cpp,v > retrieving revision 1.11 > diff -u -r1.11 audio_session-mmf.cpp > --- > device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp > 29 Sep 2005 > 18:17:50 -0000 1.11 > +++ > device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp > 3 Nov 2005 > 19:26:30 -0000 > @@ -232,12 +232,13 @@ > // reset after a pause. Other devices (OMAP-based in > particular) may > // need to be added here. > const TInt DEVICE_UID_6630 = 0x101fbb55; // emulator = 0x10005f62 > + const TInt DEVICE_UID_6680 = 0x10200f99; > > TInt uid = 0; > TInt res = HAL::Get(HALData::EMachineUid, uid); > if (KErrNone == res) > { > - if (DEVICE_UID_6630 == uid) > + if (DEVICE_UID_6630 == uid || DEVICE_UID_6680 == uid ) > { > m_deviceResetsOnPause = TRUE; > } > > > Files Modified: > > [audio/device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp] > > Image Size and Heap Use impact: None > Platforms and Profiles Affected: > symbian-80-thumb,helix-client-s60-advanced > Distribution Libraries Affected: None > Distribution library impact and planned action: None > Platforms and Profiles Build Verified: > symbian-80-thumb,helix-client-s60-advanced > Platforms and Profiles Functionality verified: > symbian-80-thumb,helix-client-s60-advanced > Branch: helix_restricted > > > Copyright assignment: > I agree to assign to RealNetworks full copyright ownership of the code > represented by the attached patch. I warrant that I am > legally entitled to > grant the copyright assignment and that my contribution does > not violate any > law or breach any contract. I understand that RealNetworks > may license this > code under RPSL, RCSL, and/or any other license at RealNetworks' sole > discretion. > >
_______________________________________________ Audio-dev mailing list [email protected] http://lists.helixcommunity.org/mailman/listinfo/audio-dev
