Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c1006 hdaa_dump_audio_formats_sb(struct sbuf *sb, uint32_t fcap, uint32_t pcmcap) in hdaa_dump_audio_formats_sb() argument
1021 cap = pcmcap; in hdaa_dump_audio_formats_sb()
5338 uint32_t cap, fmtcap, pcmcap; in hdaa_pcmchannel_setup() local
5355 pcmcap = devinfo->supp_pcm_size_rate; in hdaa_pcmchannel_setup()
5385 pcmcap = w->param.supp_pcm_size_rate; in hdaa_pcmchannel_setup()
5388 pcmcap &= w->param.supp_pcm_size_rate; in hdaa_pcmchannel_setup()
5412 ch->supp_pcm_size_rate = pcmcap; in hdaa_pcmchannel_setup()
5424 if (HDA_PARAM_SUPP_PCM_SIZE_RATE_16BIT(pcmcap)) in hdaa_pcmchannel_setup()
5426 else if (HDA_PARAM_SUPP_PCM_SIZE_RATE_8BIT(pcmcap)) in hdaa_pcmchannel_setup()
5428 if (HDA_PARAM_SUPP_PCM_SIZE_RATE_24BIT(pcmcap)) in hdaa_pcmchannel_setup()
[all …]