내 컴퓨터의 출력이 특정 싱크로 변경되는 것을 원하지 않습니다(때때로 재부팅 시 싱크가 전환됨).
Bluetooth 헤드셋을 연결할 때 기본 싱크를 변경하고 싶기 때문에 싱크를 일정하게 수정할 수 없습니다.
연결하고 싶지 않은 싱크대입니다 -
index: 1
name: <alsa_output.pci-0000_01_00.1.hdmi-stereo>
driver: <module-alsa-card.c>
flags: HARDWARE DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
state: IDLE
suspend cause: (none)
priority: 9030
volume: front-left: 71984 / 110% / 2.45 dB, front-right: 71984 / 110% / 2.45 dB
balance 0.00
base volume: 65536 / 100% / 0.00 dB
volume steps: 65537
muted: no
current latency: 1496.34 ms
max request: 344 KiB
max rewind: 344 KiB
monitor source: 1
sample spec: s16le 2ch 44100Hz
channel map: front-left,front-right
Stereo
used by: 0
linked by: 0
configured latency: 1999.82 ms; range is 0.50 .. 1999.82 ms
card: 1 <alsa_card.pci-0000_01_00.1>
module: 25
properties:
alsa.resolution_bits = "16"
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "HDMI 0"
alsa.id = "HDMI 0"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "3"
alsa.card = "1"
alsa.card_name = "HDA NVidia"
alsa.long_card_name = "HDA NVidia at 0xad080000 irq 17"
alsa.driver_name = "snd_hda_intel"
device.bus_path = "pci-0000:01:00.1"
sysfs.path = "/devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1"
device.bus = "pci"
device.vendor.id = "10de"
device.vendor.name = "NVIDIA Corporation"
device.product.id = "10f0"
device.product.name = "GP104 High Definition Audio Controller"
device.string = "hdmi:1"
device.buffering.buffer_size = "352768"
device.buffering.fragment_size = "176384"
device.access_mode = "mmap+timer"
device.profile.name = "hdmi-stereo"
device.profile.description = "Digital Stereo (HDMI)"
device.description = "GP104 High Definition Audio Controller Digital Stereo (HDMI)"
alsa.mixer_name = "Nvidia GPU 83 HDMI/DP"
alsa.components = "HDA:10de0083,00000000,00100100"
module-udev-detect.discovered = "1"
device.icon_name = "audio-card-pci"
ports:
hdmi-output-0: HDMI / DisplayPort (priority 5900, latency offset 0 usec, available: yes)
properties:
device.icon_name = "video-display"
device.product.name = "LG IPS FULLHD"
active port: <hdmi-output-0>
다소 관련된 질문 -https://askubuntu.com/questions/15497/how-to-remove-nvidia-hdmi-audio-output-in-pulseaudio
답변1
@Arthur의 대답은 장치를 연결한 상태로 부팅하면 작동합니다. 그러나 핫 플러그 가능한 장치인 경우 정확히 작동하지 않습니다. PulseAudio 14는 HDMI 출력에 대한 기본 블랙리스트 옵션을 추가하여 문제(특히 HDMI로 전환)에 대한 수정 사항을 제시한 것으로 보입니다. 제 경우에는 CalDigit 도크를 블랙리스트에 추가하고 싶어서 /etc/pulse/default.pa
다음과 같이 수정했습니다.
.ifexists module-switch-on-connect.so
load-module module-switch-on-connect blacklist="CalDigit|hdmi"
.endif
문서는 여기에 있습니다:https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Modules/#module-switch-on-connect
답변2
/etc/pulse/default.pa
다음과 같이 기본 프로필을 꺼지도록 설정할 수 있습니다.
set-card-profile alsa_card.pci-0000_0a_00.1 off