Searched refs:formations (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_pcm.c | 13 struct snd_bebob_stream_formation *formations = rule->private; in hw_rule_rate() local 25 if (formations[i].pcm == 0) in hw_rule_rate() 28 if (!snd_interval_test(c, formations[i].pcm)) in hw_rule_rate() 41 struct snd_bebob_stream_formation *formations = rule->private; in hw_rule_channels() local 54 if (formations[i].pcm == 0) in hw_rule_channels() 60 t.min = min(t.min, formations[i].pcm); in hw_rule_channels() 61 t.max = max(t.max, formations[i].pcm); in hw_rule_channels() 69 struct snd_bebob_stream_formation *formations) in limit_channels_and_rates() 82 if (formations[i].pcm == 0) in limit_channels_and_rates() 85 hw->channels_min = min(hw->channels_min, formations[ in limit_channels_and_rates() 68 limit_channels_and_rates(struct snd_pcm_hardware *hw, struct snd_bebob_stream_formation *formations) limit_channels_and_rates() argument 100 struct snd_bebob_stream_formation *formations; pcm_init_hw_params() local [all...] |
H A D | bebob_stream.c | 806 struct snd_bebob_stream_formation *formations; in fill_stream_formations() local 816 formations = bebob->rx_stream_formations; in fill_stream_formations() 818 formations = bebob->tx_stream_formations; in fill_stream_formations() 840 err = parse_stream_formation(buf, len, formations); in fill_stream_formations()
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_pcm.c | 13 struct snd_bebob_stream_formation *formations = rule->private; in hw_rule_rate() local 25 if (formations[i].pcm == 0) in hw_rule_rate() 28 if (!snd_interval_test(c, formations[i].pcm)) in hw_rule_rate() 41 struct snd_bebob_stream_formation *formations = rule->private; in hw_rule_channels() local 54 if (formations[i].pcm == 0) in hw_rule_channels() 60 t.min = min(t.min, formations[i].pcm); in hw_rule_channels() 61 t.max = max(t.max, formations[i].pcm); in hw_rule_channels() 69 struct snd_bebob_stream_formation *formations) in limit_channels_and_rates() 82 if (formations[i].pcm == 0) in limit_channels_and_rates() 85 hw->channels_min = min(hw->channels_min, formations[ in limit_channels_and_rates() 68 limit_channels_and_rates(struct snd_pcm_hardware *hw, struct snd_bebob_stream_formation *formations) limit_channels_and_rates() argument 100 struct snd_bebob_stream_formation *formations; pcm_init_hw_params() local [all...] |
H A D | bebob_stream.c | 776 struct snd_bebob_stream_formation *formations) in fill_stream_formations() 813 err = parse_stream_formation(buf, len, formations); in fill_stream_formations() 774 fill_stream_formations(struct snd_bebob *bebob, u8 addr[AVC_BRIDGECO_ADDR_BYTES], enum avc_bridgeco_plug_dir plug_dir, unsigned int plug_id, struct snd_bebob_stream_formation *formations) fill_stream_formations() argument
|
Completed in 4 milliseconds