Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr.h100 unsigned int board_aes_in_192k:1;/* if 1 the aes input plugs do support 192kHz */ member
Dpcxhr_mixer.c613 if (chip->mgr->board_aes_in_192k) { in pcxhr_set_audio_source()
881 if (chip->mgr->board_aes_in_192k) { in pcxhr_iec958_capture_byte()
910 if (chip->mgr->board_aes_in_192k) { in pcxhr_iec958_capture_byte()
Dpcxhr.c1572 mgr->board_aes_in_192k = !PCXHR_BOARD_AESIN_NO_192K(mgr); in pcxhr_probe()