snd_mtxassert
#define atiixp_assert(_sc) snd_mtxassert((_sc)->lock)
#define ES_LOCK_ASSERT(sc) snd_mtxassert((sc)->lock)
#define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock)
#define hdac_lockassert(sc) snd_mtxassert((sc)->lock)
#define hdacc_lockassert(codec) snd_mtxassert((codec)->lock)
#define ICH_LOCK_ASSERT(sc) snd_mtxassert((sc)->ich_lock)
#define ess_lock_assert(_ess) snd_mtxassert((_ess)->lock)
void snd_mtxassert(void *m);