Home
last modified time | relevance | path

Searched refs:MAX_SAMPLE_CLOCK_COUNT (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/sound/pci/lola/
Dlola.h197 #define MAX_SAMPLE_CLOCK_COUNT 48 macro
249 struct lola_sample_clock sample_clock[MAX_SAMPLE_CLOCK_COUNT];
250 unsigned int idx_lookup[MAX_SAMPLE_CLOCK_COUNT];
Dlola_clock.c131 if (chip->clock.items > MAX_SAMPLE_CLOCK_COUNT) { in lola_init_clock_widget()