Home
last modified time | relevance | path

Searched refs:pcm_playback_channels (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/sound/firewire/fireface/
H A Dff.c136 .pcm_playback_channels = {28, 20, 12},
147 .pcm_playback_channels = {18, 14, 10},
158 .pcm_playback_channels = {18, 14, 12},
169 .pcm_playback_channels = {30, 22, 14},
H A Dff.h55 const unsigned int pcm_playback_channels[SND_FF_STREAM_MODE_COUNT]; member
H A Dff-stream.c148 ff->spec->pcm_playback_channels[mode]); in snd_ff_stream_reserve_duplex()
H A Dff-pcm.c119 pcm_channels = ff->spec->pcm_playback_channels; in pcm_init_hw_params()
H A Dff-protocol-former.c96 count = max(count, ff->spec->pcm_playback_channels[i]); in former_switch_fetching_mode()
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks.c152 efw->pcm_playback_channels[0] = hwinfo->amdtp_rx_pcm_channels; in get_hardware_info()
153 efw->pcm_playback_channels[1] = hwinfo->amdtp_rx_pcm_channels_2x; in get_hardware_info()
154 efw->pcm_playback_channels[2] = hwinfo->amdtp_rx_pcm_channels_4x; in get_hardware_info()
H A Dfireworks.h82 unsigned int pcm_playback_channels[SND_EFW_MULTIPLIER_MODES]; member
H A Dfireworks_stream.c172 pcm_channels = efw->pcm_playback_channels[mode]; in keep_resources()
H A Dfireworks_pcm.c147 pcm_channels = efw->pcm_playback_channels; in pcm_init_hw_params()