Searched refs:fill_silence (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/sound/core/ |
| D | pcm_lib.c | 1988 static int fill_silence(struct snd_pcm_substream *substream, int channel, in fill_silence() function 1995 if (substream->ops->fill_silence) in fill_silence() 1996 return substream->ops->fill_silence(substream, channel, in fill_silence() 2067 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy() 2086 fill_silence); in fill_silence_frames() 2089 fill_silence); in fill_silence_frames() 2182 transfer = fill_silence; in __snd_pcm_lib_xfer()
|
| /Linux-v5.15/sound/sh/ |
| D | sh_dac_audio.c | 232 .fill_silence = snd_sh_dac_pcm_silence,
|
| /Linux-v5.15/sound/isa/sb/ |
| D | emu8000_pcm.c | 671 .fill_silence = emu8k_pcm_silence,
|
| /Linux-v5.15/sound/xen/ |
| D | xen_snd_front_alsa.c | 702 .fill_silence = alsa_pb_fill_silence,
|
| /Linux-v5.15/sound/pci/ |
| D | rme32.c | 1199 .fill_silence = snd_rme32_playback_silence, 1224 .fill_silence = snd_rme32_playback_silence,
|
| D | rme96.c | 1523 .fill_silence = snd_rme96_playback_silence, 1548 .fill_silence = snd_rme96_playback_silence,
|
| /Linux-v5.15/sound/isa/gus/ |
| D | gus_pcm.c | 835 .fill_silence = snd_gf1_pcm_playback_silence,
|
| /Linux-v5.15/sound/drivers/ |
| D | dummy.c | 664 .fill_silence = dummy_pcm_silence,
|
| /Linux-v5.15/include/sound/ |
| D | pcm.h | 69 int (*fill_silence)(struct snd_pcm_substream *substream, int channel, member
|
| /Linux-v5.15/sound/pci/nm256/ |
| D | nm256.c | 914 .fill_silence = snd_nm256_playback_silence,
|
| /Linux-v5.15/sound/pci/korg1212/ |
| D | korg1212.c | 1696 .fill_silence = snd_korg1212_playback_silence,
|
| /Linux-v5.15/Documentation/sound/kernel-api/ |
| D | writing-an-alsa-driver.rst | 2117 copy_user, copy_kernel and fill_silence ops 3618 callbacks for the data transfer, in addition to ``fill_silence`` 3631 ``copy_user``, ``copy_kernel`` and ``fill_silence`` callbacks as well, 3723 Usually for the playback, another callback ``fill_silence`` is 3737 The role of ``fill_silence`` callback is to set the given amount
|
| /Linux-v5.15/sound/pci/rme9652/ |
| D | rme9652.c | 2370 .fill_silence = snd_rme9652_hw_silence,
|
| D | hdsp.c | 4950 .fill_silence = snd_hdsp_hw_silence,
|