Home
last modified time | relevance | path

Searched refs:to_ehdac_driver (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/sound/
Dhdaudio_ext.h208 #define to_ehdac_driver(_drv) container_of(_drv, struct hdac_ext_driver, hdac) macro
/linux-4.4.14/sound/hda/ext/
Dhdac_ext_bus.c206 struct hdac_ext_driver *edrv = to_ehdac_driver(hdrv); in get_edrv()