Home
last modified time | relevance | path

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

/linux-6.12.1/sound/firewire/fireface/
Dff.c135 .pcm_capture_channels = {28, 20, 12},
146 .pcm_capture_channels = {18, 14, 10},
157 .pcm_capture_channels = {18, 14, 12},
168 .pcm_capture_channels = {30, 22, 14},
Dff.h54 const unsigned int pcm_capture_channels[SND_FF_STREAM_MODE_COUNT]; member
Dff-stream.c143 ff->spec->pcm_capture_channels[mode]); in snd_ff_stream_reserve_duplex()
Dff-pcm.c115 pcm_channels = ff->spec->pcm_capture_channels; in pcm_init_hw_params()
/linux-6.12.1/sound/firewire/fireworks/
Dfireworks.c149 efw->pcm_capture_channels[0] = hwinfo->amdtp_tx_pcm_channels; in get_hardware_info()
150 efw->pcm_capture_channels[1] = hwinfo->amdtp_tx_pcm_channels_2x; in get_hardware_info()
151 efw->pcm_capture_channels[2] = hwinfo->amdtp_tx_pcm_channels_4x; in get_hardware_info()
Dfireworks.h81 unsigned int pcm_capture_channels[SND_EFW_MULTIPLIER_MODES]; member
Dfireworks_stream.c168 pcm_channels = efw->pcm_capture_channels[mode]; in keep_resources()
Dfireworks_pcm.c143 pcm_channels = efw->pcm_capture_channels; in pcm_init_hw_params()