alsa: remove unused properties and hardcoded values

This commit is contained in:
Wim Taymans 2022-01-12 17:51:49 +01:00
parent 776b52749f
commit c8d4cef2d2
3 changed files with 3 additions and 52 deletions

View file

@ -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;
};