Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H A Dpcm_plugin.c281 u64 linfmts = (SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S8 | in snd_pcm_plug_formats() local
292 if (formats.bits[0] & lower_32_bits(linfmts)) in snd_pcm_plug_formats()
293 formats.bits[0] |= lower_32_bits(linfmts); in snd_pcm_plug_formats()
294 if (formats.bits[1] & upper_32_bits(linfmts)) in snd_pcm_plug_formats()
295 formats.bits[1] |= upper_32_bits(linfmts); in snd_pcm_plug_formats()