Home
last modified time | relevance | path

Searched refs:clock_bits (Results 1 – 8 of 8) sorted by relevance

/sound/pci/echoaudio/
Dlayla20_dsp.c82 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
87 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
90 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
94 clock_bits |= ECHO_CLOCK_BIT_SUPER; in detect_input_clocks()
96 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks()
99 return clock_bits; in detect_input_clocks()
Ddarla24_dsp.c73 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
79 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
82 clock_bits |= ECHO_CLOCK_BIT_ESYNC; in detect_input_clocks()
84 return clock_bits; in detect_input_clocks()
Dgina24_dsp.c98 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
104 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
107 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
110 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks()
113 clock_bits |= ECHO_CLOCK_BIT_ESYNC | ECHO_CLOCK_BIT_ESYNC96; in detect_input_clocks()
115 return clock_bits; in detect_input_clocks()
Dlayla24_dsp.c89 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
94 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
97 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
100 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks()
103 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks()
105 return clock_bits; in detect_input_clocks()
Dgina20_dsp.c80 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
86 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
89 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
91 return clock_bits; in detect_input_clocks()
Dmona_dsp.c91 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
97 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
100 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
103 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks()
106 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks()
108 return clock_bits; in detect_input_clocks()
Dmia_dsp.c83 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
89 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
92 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
94 return clock_bits; in detect_input_clocks()
Dechoaudio_3g.c195 u32 clocks_from_dsp, clock_bits; in detect_input_clocks() local
201 clock_bits = ECHO_CLOCK_BIT_INTERNAL; in detect_input_clocks()
204 clock_bits |= ECHO_CLOCK_BIT_WORD; in detect_input_clocks()
210 clock_bits |= ECHO_CLOCK_BIT_SPDIF; in detect_input_clocks()
214 clock_bits |= ECHO_CLOCK_BIT_ADAT; in detect_input_clocks()
218 return clock_bits; in detect_input_clocks()