Searched refs:nhlt (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/skylake/
H A DMakefile1 snd-soc-skl-objs := skl.o skl-pcm.o skl-nhlt.o skl-messages.o \
H A Dskl-nhlt.c2 * skl-nhlt.c - Intel SKL Platform NHLT parsing
117 struct nhlt_acpi_table *nhlt = (struct nhlt_acpi_table *)skl->nhlt; skl_get_ep_blob() local
123 epnt = (struct nhlt_endpoint *)nhlt->desc; skl_get_ep_blob()
125 dev_dbg(dev, "endpoint count =%d\n", nhlt->endpoint_count); skl_get_ep_blob()
127 for (j = 0; j < nhlt->endpoint_count; j++) { skl_get_ep_blob()
H A Dskl.h26 #include "skl-nhlt.h"
65 void *nhlt; /* nhlt ptr */ member in struct:skl
H A Dskl-nhlt.h2 * skl-nhlt.h - Intel HDA Platform NHLT header
H A Dskl.c465 skl->nhlt = skl_nhlt_init(bus->dev); skl_probe()
467 if (skl->nhlt == NULL) skl_probe()

Completed in 77 milliseconds