Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/
Damdtp.c119 const unsigned int amdtp_rate_table[CIP_SFC_COUNT] = { variable
128 EXPORT_SYMBOL(amdtp_rate_table);
210 for (sfc = 0; sfc < ARRAY_SIZE(amdtp_rate_table); ++sfc) in amdtp_stream_set_parameters()
211 if (amdtp_rate_table[sfc] == rate) in amdtp_stream_set_parameters()
510 s->midi_fifo_used[port] += amdtp_rate_table[s->sfc]; in midi_rate_use_one_byte()
Dfcp.c39 if (amdtp_rate_table[sfc] == rate) { in avc_general_set_sig_fmt()
127 *rate = amdtp_rate_table[sfc]; in avc_general_get_sig_fmt()
Damdtp.h188 extern const unsigned int amdtp_rate_table[CIP_SFC_COUNT];
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-command.c117 if (amdtp_rate_table[sfc] == rate) in avc_general_inquiry_sig_fmt()