Home
last modified time | relevance | path

Searched refs:clock_caps (Results 1 – 4 of 4) sorted by relevance

/linux/sound/firewire/dice/
H A Ddice-proc.c87 u32 clock_caps; in dice_proc_read() member
158 if (buf.global.clock_caps & (1 << i)) in dice_proc_read()
161 if (buf.global.clock_caps & (1 << (16 + i))) in dice_proc_read()
H A Ddice.c80 if (dice->clock_caps > 0) { in check_clock_caps()
86 dice->clock_caps = be32_to_cpu(value); in check_clock_caps()
89 dice->clock_caps = CLOCK_CAP_RATE_44100 | in check_clock_caps()
H A Ddice-extension.c107 if (!(cap & dice->clock_caps)) in detect_stream_formats()
H A Ddice.h88 unsigned int clock_caps; member