Home
last modified time | relevance | path

Searched refs:CIP_FMT_AM (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Damdtp-dot.c13 #define CIP_FMT_AM 0x10 macro
410 return amdtp_stream_init(s, unit, dir, flags, CIP_FMT_AM, in amdtp_dot_init()
/OK3568_Linux_fs/kernel/sound/firewire/
H A Damdtp-am824.c13 #define CIP_FMT_AM 0x10 macro
425 return amdtp_stream_init(s, unit, dir, flags, CIP_FMT_AM, in amdtp_am824_init()
H A Damdtp-stream.c55 #define CIP_FMT_AM 0x10 macro
573 (fmt == CIP_FMT_AM && fdf == AMDTP_FDF_NO_DATA)) { in check_cip_header()