Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/pcxhr/
Dpcxhr_mix22.c370 if (!mgr->board_has_aes1) in hr222_sub_set_clock()
426 } else if (clock_type == HR22_CLOCK_TYPE_AES_1 && mgr->board_has_aes1) { in hr222_get_external_clock()
587 if (chip->mgr->board_has_aes1) { in hr222_set_audio_source()
625 unsigned char mask = chip->mgr->board_has_aes1 ? in hr222_iec958_capture_byte()
Dpcxhr.h101 unsigned int board_has_aes1:1; /* if 1 board has AES1 plug and SRC */ member
Dpcxhr_mixer.c656 if (chip->mgr->board_has_aes1) { in pcxhr_audio_src_info()
685 if (chip->mgr->board_has_aes1) { in pcxhr_audio_src_put()
745 if (mgr->board_has_aes1) { in pcxhr_clock_type_info()
781 if (mgr->board_has_aes1) { in pcxhr_clock_type_put()
Dpcxhr.c1483 mgr->board_has_aes1 = PCXHR_BOARD_HAS_AES1(mgr); in pcxhr_probe()