Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dak4613.c140 #define AUDIO_IFACE_TO_VAL(fmts) ((fmts - ak4613_iface) << 3) argument
348 const struct ak4613_formats *fmts; in ak4613_dai_fmt_matching() local
350 fmts = (is_play) ? &iface->playback : &iface->capture; in ak4613_dai_fmt_matching()
352 if (fmts->fmt != fmt) in ak4613_dai_fmt_matching()
355 if (fmts->width != width) in ak4613_dai_fmt_matching()
/sound/usb/
Dpcm.c709 struct snd_mask *fmts = hw_param_mask(params, SNDRV_PCM_HW_PARAM_FORMAT); in hw_check_valid_format() local
718 snd_mask_intersect(&check_fmts, fmts); in hw_check_valid_format()