Home
last modified time | relevance | path

Searched refs:max_source_channels (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcard.h58 unsigned max_source_channels; member
/third_party/pulseaudio/src/modules/
Dmodule-switch-on-port-available.c80 if (card->active_profile->max_source_channels != profile->max_source_channels) in profile_good_for_output()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1883 cp->max_source_channels = 0; in create_card_profile()
1895 cp->max_source_channels = 2; in create_card_profile()
1907 cp->max_source_channels = 1; in create_card_profile()
1920 cp->max_source_channels = 1; in create_card_profile()
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c172 if (m->channel_map.channels > cp->max_source_channels) in add_profiles()
173 cp->max_source_channels = m->channel_map.channels; in add_profiles()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c660 profile->max_source_channels = 0; in raop_create_profile()