Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dfirewire.h23 struct snd_firewire_event_lock_status { struct
102 struct snd_firewire_event_lock_status lock_status;
/linux/sound/firewire/fireface/
H A Dff-hwdep.c44 if (ff->dev_lock_changed && count >= sizeof(struct snd_firewire_event_lock_status)) { in hwdep_read()
45 struct snd_firewire_event_lock_status ev = { in hwdep_read()
/linux/sound/firewire/tascam/
H A Dtascam-hwdep.c22 struct snd_firewire_event_lock_status event = { in tscm_hwdep_read_locked()