Searched refs:fill_silence (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/sound/core/ |
H A D | pcm_lib.c | 2005 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 D | sh_dac_audio.c | 213 .fill_silence = snd_sh_dac_pcm_silence,
|
/openbmc/linux/sound/isa/sb/ |
H A D | emu8000_pcm.c | 629 .fill_silence = emu8k_pcm_silence,
|
/openbmc/linux/sound/pci/ |
H A D | rme32.c | 1174 .fill_silence = snd_rme32_playback_silence, 1197 .fill_silence = snd_rme32_playback_silence,
|
H A D | rme96.c | 1500 .fill_silence = snd_rme96_playback_silence, 1523 .fill_silence = snd_rme96_playback_silence,
|
/openbmc/linux/sound/xen/ |
H A D | xen_snd_front_alsa.c | 669 .fill_silence = alsa_pb_fill_silence,
|
/openbmc/linux/sound/isa/gus/ |
H A D | gus_pcm.c | 818 .fill_silence = snd_gf1_pcm_playback_silence,
|
/openbmc/linux/include/sound/ |
H A D | pcm.h | 70 int (*fill_silence)(struct snd_pcm_substream *substream, int channel, member
|
/openbmc/linux/sound/drivers/ |
H A D | dummy.c | 664 .fill_silence = dummy_pcm_silence,
|
/openbmc/linux/sound/pci/nm256/ |
H A D | nm256.c | 885 .fill_silence = snd_nm256_playback_silence,
|
/openbmc/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 1671 .fill_silence = snd_korg1212_playback_silence,
|
/openbmc/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
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 2342 .fill_silence = snd_rme9652_hw_silence,
|
H A D | hdsp.c | 4928 .fill_silence = snd_hdsp_hw_silence,
|