Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/pulsecore/
Dcard.h57 unsigned max_sink_channels; member
/third_party/pulseaudio/src/modules/
Dmodule-switch-on-port-available.c112 if (card->active_profile->max_sink_channels != profile->max_sink_channels) in profile_good_for_input()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1882 cp->max_sink_channels = 2; in create_card_profile()
1894 cp->max_sink_channels = 0; in create_card_profile()
1906 cp->max_sink_channels = 1; in create_card_profile()
1919 cp->max_sink_channels = 1; in create_card_profile()
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c159 if (m->channel_map.channels > cp->max_sink_channels) in add_profiles()
160 cp->max_sink_channels = m->channel_map.channels; in add_profiles()
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c659 profile->max_sink_channels = 2; in raop_create_profile()