Searched refs:maxbw (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdac.c | 1909 int stream, ss, bw, maxbw, prevbw; in hdac_stream_alloc() 1923 maxbw = 48000 * 960 * (1 << sc->num_sdo); in hdac_stream_alloc() 1926 maxbw = 48000 * 464; in hdac_stream_alloc() 1930 (bw + prevbw) / 1000, maxbw / 1000, in hdac_stream_alloc() 1931 bw + prevbw > maxbw ? " -- OVERFLOW!" : ""); in hdac_stream_alloc() 1933 if (bw + prevbw > maxbw) in hdac_stream_alloc() 1908 int stream, ss, bw, maxbw, prevbw; hdac_stream_alloc() local
|