Searched refs:maxbw (Results 1 – 1 of 1) sorted by relevance
1950 int stream, ss, bw, maxbw, prevbw; in hdac_stream_alloc() local1964 maxbw = 48000 * 960 * (1 << sc->num_sdo); in hdac_stream_alloc()1967 maxbw = 48000 * 464; in hdac_stream_alloc()1971 (bw + prevbw) / 1000, maxbw / 1000, in hdac_stream_alloc()1972 bw + prevbw > maxbw ? " -- OVERFLOW!" : ""); in hdac_stream_alloc()1974 if (bw + prevbw > maxbw) in hdac_stream_alloc()