Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
abd0a93a
Commit
abd0a93a
authored
Sep 06, 2010
by
Austin English
Committed by
Alexandre Julliard
Sep 06, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winealsa.drv: Remove unused variable.
parent
06c35e8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
wavein.c
dlls/winealsa.drv/wavein.c
+0
-2
No files found.
dlls/winealsa.drv/wavein.c
View file @
abd0a93a
...
...
@@ -149,7 +149,6 @@ static DWORD CALLBACK widRecorder(LPVOID pmt)
enum
win_wm_message
msg
;
DWORD_PTR
param
;
HANDLE
ev
;
DWORD
frames_per_period
;
wwi
->
state
=
WINE_WS_STOPPED
;
InterlockedExchange
((
LONG
*
)
&
wwi
->
dwTotalRecorded
,
0
);
...
...
@@ -159,7 +158,6 @@ static DWORD CALLBACK widRecorder(LPVOID pmt)
/* make sleep time to be # of ms to output a period */
dwSleepTime
=
(
wwi
->
dwPeriodSize
*
1000
)
/
wwi
->
format
.
Format
.
nAvgBytesPerSec
;
frames_per_period
=
snd_pcm_bytes_to_frames
(
wwi
->
pcm
,
wwi
->
dwPeriodSize
);
TRACE
(
"sleeptime=%d ms, total buffer length=%d ms (%d bytes)
\n
"
,
dwSleepTime
,
wwi
->
dwBufferSize
*
1000
/
wwi
->
format
.
Format
.
nAvgBytesPerSec
,
wwi
->
dwBufferSize
);
for
(;;)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment