Home
last modified time | relevance | path

Searched refs:amdtp_rate_table (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/sound/firewire/fireface/
Dff-pcm.c29 for (i = 0; i < ARRAY_SIZE(amdtp_rate_table); i++) { in hw_rule_rate()
34 t.min = min(t.min, amdtp_rate_table[i]); in hw_rule_rate()
35 t.max = max(t.max, amdtp_rate_table[i]); in hw_rule_rate()
54 for (i = 0; i < ARRAY_SIZE(amdtp_rate_table); i++) { in hw_rule_channels()
56 if (!snd_interval_test(r, amdtp_rate_table[i])) in hw_rule_channels()
78 for (i = 0; i < ARRAY_SIZE(amdtp_rate_table); i++) { in limit_channels_and_rates()
87 rate = amdtp_rate_table[i]; in limit_channels_and_rates()
150 if (amdtp_rate_table[i] == rate) in pcm_open()
167 rate = amdtp_rate_table[ff->rx_stream.sfc]; in pcm_open()
Dff-protocol-ff400.c91 if (amdtp_rate_table[i] == rate) in ff400_begin_session()
Dff-stream.c18 if (amdtp_rate_table[i] == rate) in get_rate_mode()
/Linux-v4.19/sound/firewire/
Damdtp-stream.c132 const unsigned int amdtp_rate_table[CIP_SFC_COUNT] = { variable
141 EXPORT_SYMBOL(amdtp_rate_table);
226 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) { in amdtp_stream_set_parameters()
227 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()
230 if (sfc == ARRAY_SIZE(amdtp_rate_table)) in amdtp_stream_set_parameters()
Dfcp.c39 if (amdtp_rate_table[sfc] == rate) { in avc_general_set_sig_fmt()
131 *rate = amdtp_rate_table[sfc]; in avc_general_get_sig_fmt()
Damdtp-stream.h176 extern const unsigned int amdtp_rate_table[CIP_SFC_COUNT];
Damdtp-am824.c284 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
/Linux-v4.19/sound/firewire/oxfw/
Doxfw-command.c121 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()
/Linux-v4.19/sound/firewire/digi00x/
Damdtp-dot.c234 p->midi_fifo_used[port] += amdtp_rate_table[s->sfc] * count; in midi_use_bytes()