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.c979 hdaa_dump_audio_formats_sb(struct sbuf *sb, uint32_t fcap, uint32_t pcmcap) in hdaa_dump_audio_formats_sb() argument
994 cap = pcmcap; in hdaa_dump_audio_formats_sb()
5270 uint32_t cap, fmtcap, pcmcap; in hdaa_pcmchannel_setup() local
5287 pcmcap = devinfo->supp_pcm_size_rate; in hdaa_pcmchannel_setup()
5317 pcmcap = w->param.supp_pcm_size_rate; in hdaa_pcmchannel_setup()
5320 pcmcap &= w->param.supp_pcm_size_rate; in hdaa_pcmchannel_setup()
5344 ch->supp_pcm_size_rate = pcmcap; in hdaa_pcmchannel_setup()
5356 if (HDA_PARAM_SUPP_PCM_SIZE_RATE_16BIT(pcmcap)) in hdaa_pcmchannel_setup()
5358 else if (HDA_PARAM_SUPP_PCM_SIZE_RATE_8BIT(pcmcap)) in hdaa_pcmchannel_setup()
5360 if (HDA_PARAM_SUPP_PCM_SIZE_RATE_24BIT(pcmcap)) in hdaa_pcmchannel_setup()
[all …]