Searched refs:fill_silence (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.4/sound/core/ |
| D | pcm_lib.c | 1943 static int fill_silence(struct snd_pcm_substream *substream, int channel, in fill_silence() function 1950 if (substream->ops->fill_silence) in fill_silence() 1951 return substream->ops->fill_silence(substream, channel, in fill_silence() 2022 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy() 2041 fill_silence); in fill_silence_frames() 2044 fill_silence); in fill_silence_frames() 2137 transfer = fill_silence; in __snd_pcm_lib_xfer()
|
| /Linux-v5.4/sound/sh/ |
| D | sh_dac_audio.c | 251 .fill_silence = snd_sh_dac_pcm_silence,
|
| /Linux-v5.4/sound/isa/sb/ |
| D | emu8000_pcm.c | 671 .fill_silence = emu8k_pcm_silence,
|
| /Linux-v5.4/sound/xen/ |
| D | xen_snd_front_alsa.c | 703 .fill_silence = alsa_pb_fill_silence,
|
| /Linux-v5.4/sound/pci/ |
| D | rme32.c | 1204 .fill_silence = snd_rme32_playback_silence, 1232 .fill_silence = snd_rme32_playback_silence,
|
| D | rme96.c | 1518 .fill_silence = snd_rme96_playback_silence, 1545 .fill_silence = snd_rme96_playback_silence,
|
| /Linux-v5.4/include/sound/ |
| D | pcm.h | 67 int (*fill_silence)(struct snd_pcm_substream *substream, int channel, member
|
| /Linux-v5.4/sound/isa/gus/ |
| D | gus_pcm.c | 841 .fill_silence = snd_gf1_pcm_playback_silence,
|
| /Linux-v5.4/sound/drivers/ |
| D | dummy.c | 677 .fill_silence = dummy_pcm_silence,
|
| /Linux-v5.4/sound/pci/nm256/ |
| D | nm256.c | 917 .fill_silence = snd_nm256_playback_silence,
|
| /Linux-v5.4/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 2070 copy_user, copy_kernel and fill_silence ops 3554 callbacks for the data transfer, in addition to ``fill_silence`` 3567 ``copy_user``, ``copy_kernel`` and ``fill_silence`` callbacks as well, 3659 Usually for the playback, another callback ``fill_silence`` is 3673 The role of ``fill_silence`` callback is to set the given amount
|
| /Linux-v5.4/sound/pci/rme9652/ |
| D | rme9652.c | 2401 .fill_silence = snd_rme9652_hw_silence,
|
| D | hdsp.c | 4886 .fill_silence = snd_hdsp_hw_silence,
|
| /Linux-v5.4/sound/pci/korg1212/ |
| D | korg1212.c | 1696 .fill_silence = snd_korg1212_playback_silence,
|