Searched refs:fill_silence (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/core/ |
| H A D | pcm_lib.c | 2069 static int fill_silence(struct snd_pcm_substream *substream, int channel, in fill_silence() function 2077 if (substream->ops->fill_silence) in fill_silence() 2078 return substream->ops->fill_silence(substream, channel, in fill_silence() 2169 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy() 2188 fill_silence, true); in fill_silence_frames() 2191 fill_silence, true); in fill_silence_frames() 2303 transfer = fill_silence; in __snd_pcm_lib_xfer()
|
| /linux/sound/sh/ |
| H A D | sh_dac_audio.c | 213 .fill_silence = snd_sh_dac_pcm_silence,
|
| /linux/sound/isa/sb/ |
| H A D | emu8000_pcm.c | 627 .fill_silence = emu8k_pcm_silence,
|
| /linux/sound/xen/ |
| H A D | xen_snd_front_alsa.c | 663 .fill_silence = alsa_pb_fill_silence,
|
| /linux/sound/isa/gus/ |
| H A D | gus_pcm.c | 794 .fill_silence = snd_gf1_pcm_playback_silence,
|
| /linux/sound/drivers/ |
| H A D | dummy.c | 660 .fill_silence = dummy_pcm_silence,
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 2021 copy and fill_silence ops 3448 for the data transfer, in addition to the ``fill_silence`` 3461 ``copy`` and ``fill_silence`` callbacks as well, 3521 Usually for the playback, another callback ``fill_silence`` is 3533 The role of the ``fill_silence`` callback is to set the given amount
|