| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
PulseAudio upgrade to v17.0 part2 Signed-off-by: Robin <chenhongjian3@h-partners.com> | 1 年前 | |
alsa-mixer: Add an explicit profile-set for Audigy devices These lost analog-mono support when we made that a fallback profile, as the stereo-fallback would be picked up as the only input profile, and that does not work in duplex mode. Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/750 | 5 年前 | |
alsa-mixer: add a profile-set file to fix iec958 input and output on CMEDIA USB2.0 High-Speed True HD Audio The iec958 output uses device 2 and the iec958 input uses device 0. The USB configuration in alsa doesn't set up the device numbers correctly, which is why we need custom configuration in PulseAudio. Ideally this would be fixed in alsa, but trying to get help for that wasn't successful. | 7 年前 | |
alsa-mixer: increase the max number of HDMI/DP output device to 11 Intel TGL HDMI/DP codec provides 9 pins (Linux kernel, 9a11ba7388f16: ALSA: hda: hdmi - add Tigerlake support), and with the DP MST enabled, the linux kernel will build 11 output devices (3, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16), and the alsa-lib will map 11 PCM devices from HDMI:0 to HDMI:10, but current pulseaudio only supports 8 HDMI/DP devices, if users plug the HDMI/DP monitor to the last 3 ports, the users will not see the output device from pulseaudio or gnome. We have experienced this issue on a dell TGL machine with a dock, we plugged 2 HDMP/DP monitors on the dock, but we could only see 1 HDMI/DP output device from pulseaudio or gnome, through investigation, we found one monitor is plugged in the 2nd port from last. Here we add 3 HDMI/DP output devices. Signed-off-by: Hui Wang <hui.wang@canonical.com> Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/495> | 5 年前 | |
alsa-mixer: Add support for usb audio in the Dell dock TB16 There are one headset jack on the front panel of TB16, through this jack, we have one stereo headphone output (hw:%f,0,0) and one mono headset-mic input (hw:%f,0,0); and there is one speaker output jack (hw:%f,1,0) on the rear panel of TB16. The detail information of the Dell dock TB16: http://www.dell.com/support/article/sg/en/sgbsdt1/SLN301105 Signed-off-by: Hui Wang <hui.wang@canonical.com> | 8 年前 | |
alsa-mixer: Add lineout to surround21 mappings This makes the analog-surround-21 mapping consistent with other surround mappings. I'm not sure if this makes any practical difference, though. | 11 年前 | |
alsa-mixer: Add lineout to surround21 mappings This makes the analog-surround-21 mapping consistent with other surround mappings. I'm not sure if this makes any practical difference, though. | 11 年前 | |
alsa-mixer: Expand comments in the HP Thunderbolt Dock configuration | 5 年前 | |
alsa-mixer: Expand comments in the HP Thunderbolt Dock configuration | 5 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
alsa-profiles: Add NI Komplete Audio 6 MK2 profiles Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/691> | 4 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
update FSF addresses to FSF web page FSF addresses used in PA sources are no longer valid and rpmlint generates numerous warnings during packaging because of this. This patch changes all FSF addresses to FSF web page according to the GPL how-to: https://www.gnu.org/licenses/gpl-howto.en.html Done automatically by sed-ing through sources. | 11 年前 | |
alsa-mixer: Don't move LFE in 2.1 and 4.1 modes on SB Omni Surround 5.1 A bit hacky approach, but it allows to preserve LFE output position even in reduced output modes 2.1 and 4.1. Signed-off-by: Nazar Mokrynskyi <nazar@mokrynskyi.com> | 7 年前 | |
alsa-mixer: add support for Sennheiser GSX 1000 gaming DAC This same profile should also work for the GSX 1200, but I don't know the USB id for that. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/257> | 5 年前 | |
alsa-mixer: Add OnePlus Bullets udev rule | 5 年前 | |
alsa-mixer: add support for Astro A50 gaming headset | 5 年前 | |
alsa-mixer: Add analog-input path to TI PCM2902 mappings At least Behringer Xenyx 302USB doesn't have any Mic mixer elements (or indeed any capture mixer elements), so having analog-input-mic as the only input path caused the input mappings to not show up on this sound card. Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1325 Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/685> | 4 年前 | |
alsa-mixer: add support for Astro A50 gaming headset | 5 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 5 年前 | ||
| 7 年前 | ||
| 5 年前 | ||
| 8 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 4 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 11 年前 | ||
| 7 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 5 年前 | ||
| 4 年前 | ||
| 5 年前 |