Home
last modified time | relevance | path

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

/openbmc/linux/sound/firewire/fireface/
H A 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},
H A Dff.h54 const unsigned int pcm_capture_channels[SND_FF_STREAM_MODE_COUNT]; member
H A Dff-stream.c143 ff->spec->pcm_capture_channels[mode]); in snd_ff_stream_reserve_duplex()
H A Dff-pcm.c115 pcm_channels = ff->spec->pcm_capture_channels; in pcm_init_hw_params()
/openbmc/linux/sound/firewire/fireworks/
H A 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()
H A Dfireworks.h81 unsigned int pcm_capture_channels[SND_EFW_MULTIPLIER_MODES]; member
H A Dfireworks_stream.c168 pcm_channels = efw->pcm_capture_channels[mode]; in keep_resources()
H A Dfireworks_pcm.c143 pcm_channels = efw->pcm_capture_channels; in pcm_init_hw_params()