Searched refs:ext_sync (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/dice/ |
H A D | dice-proc.c | 60 "global", "tx", "rx", "ext_sync", "unused2" in dice_proc_read() 113 } ext_sync; in dice_proc_read() member 222 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read() 224 if (dice_proc_read_mem(dice, &buf.ext_sync, in dice_proc_read() 231 buf.ext_sync.clock_source)); in dice_proc_read() 232 snd_iprintf(buffer, " locked: %u\n", buf.ext_sync.locked); in dice_proc_read() 235 buf.ext_sync.rate)); in dice_proc_read() 237 if (buf.ext_sync.adat_user_data & ADAT_USER_DATA_NO_DATA) in dice_proc_read() 241 buf.ext_sync.adat_user_data); in dice_proc_read()
|
/kernel/linux/linux-6.6/sound/firewire/dice/ |
H A D | dice-proc.c | 60 "global", "tx", "rx", "ext_sync", "unused2" in dice_proc_read() 113 } ext_sync; in dice_proc_read() member 222 quadlets = min_t(u32, sections[7], sizeof(buf.ext_sync) / 4); in dice_proc_read() 224 if (dice_proc_read_mem(dice, &buf.ext_sync, in dice_proc_read() 231 buf.ext_sync.clock_source)); in dice_proc_read() 232 snd_iprintf(buffer, " locked: %u\n", buf.ext_sync.locked); in dice_proc_read() 235 buf.ext_sync.rate)); in dice_proc_read() 237 if (buf.ext_sync.adat_user_data & ADAT_USER_DATA_NO_DATA) in dice_proc_read() 241 buf.ext_sync.adat_user_data); in dice_proc_read()
|
Completed in 2 milliseconds