mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
ucm: Don't create separate input and output jacks
The UCM spec doesn't support separate input and output jacks, so it's redundant to have separate input and output jacks in pa_alsa_ucm_device.
This commit is contained in:
parent
f5fecff0b4
commit
d7ce78b234
2 changed files with 19 additions and 20 deletions
|
|
@ -142,8 +142,7 @@ struct pa_alsa_ucm_device {
|
|||
pa_idxset *conflicting_devices;
|
||||
pa_idxset *supported_devices;
|
||||
|
||||
pa_alsa_jack *input_jack;
|
||||
pa_alsa_jack *output_jack;
|
||||
pa_alsa_jack *jack;
|
||||
};
|
||||
|
||||
struct pa_alsa_ucm_modifier {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue