Searched refs:bufp (Results 1 – 4 of 4) sorted by relevance
/sound/hda/ |
D | hdac_stream.c | 701 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument 718 byte_size, bufp); in snd_hdac_dsp_prepare() 735 err = setup_bdle(bus, bufp, azx_dev, &bdl, 0, byte_size, 0); in snd_hdac_dsp_prepare() 744 snd_dma_free_pages(bufp); in snd_hdac_dsp_prepare()
|
/sound/soc/intel/skylake/ |
D | skl-sst-dsp.h | 164 struct snd_dma_buffer *bufp);
|
/sound/pci/hda/ |
D | hda_controller.c | 957 struct snd_dma_buffer *bufp) in snd_hda_codec_load_dsp_prepare() argument 975 err = snd_hdac_dsp_prepare(hstr, format, byte_size, bufp); in snd_hda_codec_load_dsp_prepare()
|
/sound/soc/codecs/ |
D | wm_adsp.c | 3874 __be32 bufp; in wm_adsp_buffer_parse_coeff() local 3882 ret = regmap_raw_read(ctl->dsp->regmap, reg, &bufp, sizeof(bufp)); in wm_adsp_buffer_parse_coeff() 3886 if (bufp) in wm_adsp_buffer_parse_coeff() 3892 if (!bufp) { in wm_adsp_buffer_parse_coeff() 3902 buf->host_buf_ptr = be32_to_cpu(bufp); in wm_adsp_buffer_parse_coeff()
|