Searched refs:fill_silence (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/sound/core/ |
D | pcm_lib.c | 1954 static int fill_silence(struct snd_pcm_substream *substream, int channel, in fill_silence() function 1961 if (substream->ops->fill_silence) in fill_silence() 1962 return substream->ops->fill_silence(substream, channel, in fill_silence() 2033 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy() 2052 fill_silence); in fill_silence_frames() 2055 fill_silence); in fill_silence_frames() 2148 transfer = fill_silence; in __snd_pcm_lib_xfer()
|
/Linux-v4.19/sound/sh/ |
D | sh_dac_audio.c | 266 .fill_silence = snd_sh_dac_pcm_silence,
|
/Linux-v4.19/sound/isa/sb/ |
D | emu8000_pcm.c | 684 .fill_silence = emu8k_pcm_silence,
|
/Linux-v4.19/sound/soc/ |
D | soc-pcm.c | 2972 !component->driver->ops->fill_silence) in soc_rtdcom_fill_silence() 2976 return component->driver->ops->fill_silence(substream, channel, in soc_rtdcom_fill_silence() 3141 if (ops->fill_silence) in soc_new_pcm() 3142 rtd->ops.fill_silence = soc_rtdcom_fill_silence; in soc_new_pcm()
|
/Linux-v4.19/sound/xen/ |
D | xen_snd_front_alsa.c | 651 .fill_silence = alsa_pb_fill_silence,
|
/Linux-v4.19/sound/pci/ |
D | rme32.c | 1224 .fill_silence = snd_rme32_playback_silence, 1252 .fill_silence = snd_rme32_playback_silence,
|
D | rme96.c | 1532 .fill_silence = snd_rme96_playback_silence, 1559 .fill_silence = snd_rme96_playback_silence,
|
/Linux-v4.19/sound/isa/gus/ |
D | gus_pcm.c | 856 .fill_silence = snd_gf1_pcm_playback_silence,
|
/Linux-v4.19/include/sound/ |
D | pcm.h | 81 int (*fill_silence)(struct snd_pcm_substream *substream, int channel, member
|
/Linux-v4.19/sound/drivers/ |
D | dummy.c | 691 .fill_silence = dummy_pcm_silence,
|
/Linux-v4.19/sound/pci/nm256/ |
D | nm256.c | 931 .fill_silence = snd_nm256_playback_silence,
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 2083 copy_user, copy_kernel and fill_silence ops 3536 callbacks for the data transfer, in addition to ``fill_silence`` 3549 ``copy_user``, ``copy_kernel`` and ``fill_silence`` callbacks as well, 3641 Usually for the playback, another callback ``fill_silence`` is 3655 The role of ``fill_silence`` callback is to set the given amount
|
/Linux-v4.19/sound/pci/korg1212/ |
D | korg1212.c | 1710 .fill_silence = snd_korg1212_playback_silence,
|
/Linux-v4.19/sound/pci/rme9652/ |
D | rme9652.c | 2418 .fill_silence = snd_rme9652_hw_silence,
|
D | hdsp.c | 4901 .fill_silence = snd_hdsp_hw_silence,
|