Lines Matching +full:adc2 +full:-
1 // SPDX-License-Identifier: GPL-2.0
2 // dice-weiss.c - a part of driver for DICE based devices
13 // Weiss DAC202: 192kHz 2-channel DAC
19 // Weiss MAN301: 192kHz 2-channel music archive network player
25 // Weiss INT202: 192kHz unidirectional 2-channel digital Firewire nterface
31 // Weiss INT203: 192kHz bidirectional 2-channel digital Firewire nterface
37 // Weiss ADC2: 192kHz A/D converter with microphone preamps and line nputs
38 static const struct dice_weiss_spec adc2 = { variable
43 // Weiss DAC2/Minerva: 192kHz 2-channel DAC
49 // Weiss Vesta: 192kHz 2-channel Firewire to AES/EBU interface
55 // Weiss AFI1: 192kHz 24-channel Firewire to ADAT or AES/EBU interface
72 {0x000001, &adc2}, in snd_dice_detect_weiss_formats()
82 fw_csr_iterator_init(&it, dice->unit->directory); in snd_dice_detect_weiss_formats()
92 if (entry->model_id == model_id) in snd_dice_detect_weiss_formats()
96 return -ENODEV; in snd_dice_detect_weiss_formats()
98 memcpy(dice->tx_pcm_chs, entry->spec->tx_pcm_chs, in snd_dice_detect_weiss_formats()
100 memcpy(dice->rx_pcm_chs, entry->spec->rx_pcm_chs, in snd_dice_detect_weiss_formats()