Searched refs:img (Results 1 – 6 of 6) sorted by relevance
| /sound/soc/img/ |
| A D | Makefile | 2 obj-$(CONFIG_SND_SOC_IMG_I2S_IN) += img-i2s-in.o 3 obj-$(CONFIG_SND_SOC_IMG_I2S_OUT) += img-i2s-out.o 4 obj-$(CONFIG_SND_SOC_IMG_PARALLEL_OUT) += img-parallel-out.o 5 obj-$(CONFIG_SND_SOC_IMG_SPDIF_IN) += img-spdif-in.o 6 obj-$(CONFIG_SND_SOC_IMG_SPDIF_OUT) += img-spdif-out.o
|
| /sound/soc/intel/catpt/ |
| A D | loader.c | 546 struct firmware *img; in catpt_load_image() local 551 ret = request_firmware((const struct firmware **)&img, name, cdev->dev); in catpt_load_image() 555 fw = (struct catpt_fw_hdr *)img->data; in catpt_load_image() 562 vaddr = dma_alloc_coherent(cdev->dev, img->size, &paddr, GFP_KERNEL); in catpt_load_image() 568 memcpy(vaddr, img->data, img->size); in catpt_load_image() 575 dma_free_coherent(cdev->dev, img->size, vaddr, paddr); in catpt_load_image() 577 release_firmware(img); in catpt_load_image()
|
| /sound/soc/codecs/ |
| A D | wm0010.c | 343 u64 *img; in wm0010_firmware_load() local 415 img = kzalloc(len, GFP_KERNEL | GFP_DMA); in wm0010_firmware_load() 416 if (!img) { in wm0010_firmware_load() 420 xfer->t.tx_buf = img; in wm0010_firmware_load() 422 byte_swap_64((u64 *)&rec->command, img, len); in wm0010_firmware_load() 492 u32 *img; in wm0010_stage2_load() local 507 img = kmemdup(&fw->data[0], fw->size, GFP_KERNEL | GFP_DMA); in wm0010_stage2_load() 508 if (!img) { in wm0010_stage2_load() 522 t.tx_buf = img; in wm0010_stage2_load() 550 kfree(img); in wm0010_stage2_load()
|
| /sound/soc/ |
| A D | Makefile | 60 obj-$(CONFIG_SND_SOC) += img/
|
| A D | Kconfig | 119 source "sound/soc/img/Kconfig"
|
| /sound/pci/riptide/ |
| A D | riptide.c | 691 static int loadfirmware(struct cmdif *cif, const unsigned char *img, in loadfirmware() argument 700 in = img; in loadfirmware() 726 if (*img++ == '\n') in loadfirmware()
|
Completed in 21 milliseconds