Searched refs:fill_silence (Results 1 – 14 of 14) 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 | 629 .fill_silence = emu8k_pcm_silence,
|
/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 | 1498 .fill_silence = snd_rme96_playback_silence, 1521 .fill_silence = snd_rme96_playback_silence,
|
/linux/sound/xen/ |
H A D | xen_snd_front_alsa.c | 664 .fill_silence = alsa_pb_fill_silence,
|
/linux/sound/isa/gus/ |
H A D | gus_pcm.c | 805 .fill_silence = snd_gf1_pcm_playback_silence,
|
/linux/sound/drivers/ |
H A D | dummy.c | 664 .fill_silence = dummy_pcm_silence,
|
/linux/include/sound/ |
H A D | pcm.h | 71 int (*fill_silence)(struct snd_pcm_substream *substream, int channel, member
|
/linux/sound/pci/nm256/ |
H A D | nm256.c | 885 .fill_silence = snd_nm256_playback_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
|
/linux/sound/pci/korg1212/ |
H A D | korg1212.c | 1673 .fill_silence = snd_korg1212_playback_silence,
|
/linux/sound/pci/rme9652/ |
H A D | rme9652.c | 2342 .fill_silence = snd_rme9652_hw_silence,
|
H A D | hdsp.c | 4922 .fill_silence = snd_hdsp_hw_silence,
|