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
2d8e75da
Commit
2d8e75da
authored
Dec 20, 2004
by
Robert Reif
Committed by
Alexandre Julliard
Dec 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A driver does not have to support all formats.
parent
32454a81
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
audio.c
dlls/winmm/winealsa/audio.c
+1
-1
audio.c
dlls/winmm/winearts/audio.c
+1
-1
audio.c
dlls/winmm/wineaudioio/audio.c
+1
-1
audio.c
dlls/winmm/winejack/audio.c
+1
-1
audio.c
dlls/winmm/winenas/audio.c
+1
-1
audio.c
dlls/winmm/wineoss/audio.c
+1
-1
No files found.
dlls/winmm/winealsa/audio.c
View file @
2d8e75da
...
...
@@ -304,7 +304,7 @@ static DWORD bytes_to_mmtime(LPMMTIME lpTime, DWORD position,
lpTime
->
u
.
smpte
.
sec
,
lpTime
->
u
.
smpte
.
frame
);
break
;
default:
FIXME
(
"Format %d not supported ! use
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
WARN
(
"Format %d not supported, using
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
lpTime
->
wType
=
TIME_BYTES
;
/* fall through */
case
TIME_BYTES
:
...
...
dlls/winmm/winearts/audio.c
View file @
2d8e75da
...
...
@@ -258,7 +258,7 @@ static DWORD bytes_to_mmtime(LPMMTIME lpTime, DWORD position,
lpTime
->
u
.
smpte
.
sec
,
lpTime
->
u
.
smpte
.
frame
);
break
;
default:
FIXME
(
"Format %d not supported ! use
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
WARN
(
"Format %d not supported, using
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
lpTime
->
wType
=
TIME_BYTES
;
/* fall through */
case
TIME_BYTES
:
...
...
dlls/winmm/wineaudioio/audio.c
View file @
2d8e75da
...
...
@@ -217,7 +217,7 @@ static DWORD bytes_to_mmtime(LPMMTIME lpTime, DWORD position,
lpTime
->
u
.
smpte
.
sec
,
lpTime
->
u
.
smpte
.
frame
);
break
;
default:
FIXME
(
"Format %d not supported
! use
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
FIXME
(
"Format %d not supported
, using
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
lpTime
->
wType
=
TIME_BYTES
;
/* fall through */
case
TIME_BYTES
:
...
...
dlls/winmm/winejack/audio.c
View file @
2d8e75da
...
...
@@ -253,7 +253,7 @@ static DWORD bytes_to_mmtime(LPMMTIME lpTime, DWORD position,
lpTime
->
u
.
smpte
.
sec
,
lpTime
->
u
.
smpte
.
frame
);
break
;
default:
FIXME
(
"Format %d not supported ! use
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
WARN
(
"Format %d not supported, using
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
lpTime
->
wType
=
TIME_BYTES
;
/* fall through */
case
TIME_BYTES
:
...
...
dlls/winmm/winenas/audio.c
View file @
2d8e75da
...
...
@@ -315,7 +315,7 @@ static DWORD bytes_to_mmtime(LPMMTIME lpTime, DWORD position,
lpTime
->
u
.
smpte
.
sec
,
lpTime
->
u
.
smpte
.
frame
);
break
;
default:
FIXME
(
"Format %d not supported ! use
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
WARN
(
"Format %d not supported, using
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
lpTime
->
wType
=
TIME_BYTES
;
/* fall through */
case
TIME_BYTES
:
...
...
dlls/winmm/wineoss/audio.c
View file @
2d8e75da
...
...
@@ -236,7 +236,7 @@ static DWORD bytes_to_mmtime(LPMMTIME lpTime, DWORD position,
lpTime
->
u
.
smpte
.
sec
,
lpTime
->
u
.
smpte
.
frame
);
break
;
default:
FIXME
(
"Format %d not supported ! use
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
WARN
(
"Format %d not supported, using
TIME_BYTES !
\n
"
,
lpTime
->
wType
);
lpTime
->
wType
=
TIME_BYTES
;
/* fall through */
case
TIME_BYTES
:
...
...
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