mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
alsa: remove unused properties and hardcoded values
This commit is contained in:
parent
776b52749f
commit
c8d4cef2d2
3 changed files with 3 additions and 52 deletions
|
|
@ -52,9 +52,6 @@ extern "C" {
|
|||
|
||||
#include "dll.h"
|
||||
|
||||
#define MIN_LATENCY 16
|
||||
#define MAX_LATENCY 8192
|
||||
|
||||
#define MAX_RATES 16
|
||||
|
||||
#define DEFAULT_PERIOD 1024u
|
||||
|
|
@ -66,8 +63,6 @@ struct props {
|
|||
char device[64];
|
||||
char device_name[128];
|
||||
char card_name[128];
|
||||
uint32_t min_latency;
|
||||
uint32_t max_latency;
|
||||
bool use_chmap;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue