mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
type fixes for constants
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2451 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
b2f8aecf4d
commit
856a2f96c6
1 changed files with 2 additions and 2 deletions
|
|
@ -115,10 +115,10 @@ PA_C_DECL_BEGIN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** Maximum number of allowed channels */
|
/** Maximum number of allowed channels */
|
||||||
#define PA_CHANNELS_MAX 32
|
#define PA_CHANNELS_MAX 32U
|
||||||
|
|
||||||
/** Maximum allowed sample rate */
|
/** Maximum allowed sample rate */
|
||||||
#define PA_RATE_MAX (48000*4)
|
#define PA_RATE_MAX (48000U*4U)
|
||||||
|
|
||||||
/** Sample format */
|
/** Sample format */
|
||||||
typedef enum pa_sample_format {
|
typedef enum pa_sample_format {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue