Searched refs:pcm_capture_channels (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/sound/firewire/fireface/ |
H A D | ff.c | 135 .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 D | ff.h | 54 const unsigned int pcm_capture_channels[SND_FF_STREAM_MODE_COUNT]; member
|
H A D | ff-stream.c | 143 ff->spec->pcm_capture_channels[mode]); in snd_ff_stream_reserve_duplex()
|
H A D | ff-pcm.c | 115 pcm_channels = ff->spec->pcm_capture_channels; in pcm_init_hw_params()
|
/openbmc/linux/sound/firewire/fireworks/ |
H A D | fireworks.c | 149 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 D | fireworks.h | 81 unsigned int pcm_capture_channels[SND_EFW_MULTIPLIER_MODES]; member
|
H A D | fireworks_stream.c | 168 pcm_channels = efw->pcm_capture_channels[mode]; in keep_resources()
|
H A D | fireworks_pcm.c | 143 pcm_channels = efw->pcm_capture_channels; in pcm_init_hw_params()
|