Home
last modified time | relevance | path

Searched refs:fill_silence (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/sound/core/
H A Dpcm_lib.c2005 static int fill_silence(struct snd_pcm_substream *substream, int channel, in fill_silence() function
2013 if (substream->ops->fill_silence) in fill_silence()
2014 return substream->ops->fill_silence(substream, channel, in fill_silence()
2105 err = fill_silence(substream, c, hwoff, NULL, frames); in noninterleaved_copy()
2124 fill_silence, true); in fill_silence_frames()
2127 fill_silence, true); in fill_silence_frames()
2239 transfer = fill_silence; in __snd_pcm_lib_xfer()
/openbmc/linux/sound/sh/
H A Dsh_dac_audio.c213 .fill_silence = snd_sh_dac_pcm_silence,
/openbmc/linux/sound/isa/sb/
H A Demu8000_pcm.c629 .fill_silence = emu8k_pcm_silence,
/openbmc/linux/sound/pci/
H A Drme32.c1174 .fill_silence = snd_rme32_playback_silence,
1197 .fill_silence = snd_rme32_playback_silence,
H A Drme96.c1500 .fill_silence = snd_rme96_playback_silence,
1523 .fill_silence = snd_rme96_playback_silence,
/openbmc/linux/sound/xen/
H A Dxen_snd_front_alsa.c669 .fill_silence = alsa_pb_fill_silence,
/openbmc/linux/sound/isa/gus/
H A Dgus_pcm.c818 .fill_silence = snd_gf1_pcm_playback_silence,
/openbmc/linux/include/sound/
H A Dpcm.h70 int (*fill_silence)(struct snd_pcm_substream *substream, int channel, member
/openbmc/linux/sound/drivers/
H A Ddummy.c664 .fill_silence = dummy_pcm_silence,
/openbmc/linux/sound/pci/nm256/
H A Dnm256.c885 .fill_silence = snd_nm256_playback_silence,
/openbmc/linux/sound/pci/korg1212/
H A Dkorg1212.c1671 .fill_silence = snd_korg1212_playback_silence,
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst2021 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
/openbmc/linux/sound/pci/rme9652/
H A Drme9652.c2342 .fill_silence = snd_rme9652_hw_silence,
H A Dhdsp.c4928 .fill_silence = snd_hdsp_hw_silence,