Searched refs:ich_lock (Results 1 – 1 of 1) sorted by relevance
80 #define ICH_LOCK(sc) snd_mtxlock((sc)->ich_lock)81 #define ICH_UNLOCK(sc) snd_mtxunlock((sc)->ich_lock)82 #define ICH_LOCK_ASSERT(sc) snd_mtxassert((sc)->ich_lock)199 struct mtx *ich_lock; member891 sc->ich_lock = snd_mtxcreate(device_get_nameunit(dev), "snd_ich softc"); in ich_pci_attach()1114 if (sc->ich_lock) in ich_pci_attach()1115 snd_mtxfree(sc->ich_lock); in ich_pci_attach()1139 snd_mtxfree(sc->ich_lock); in ich_pci_detach()