Pulseaudio loses USB DAC as default sound output when booting2019 Community Moderator ElectionChanging default audio device in PulseaudioHow to enable both built-in audio output and HDMI audio output with PulseAudio?Jabra BIZ 2400 USB HeadSet doesn't output soundHow do I set the output port on my audio card?ALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixNo Sound - Debian 8Sound in Linux - ALSA driver prevent to play music in more than 1 programpulseaudio: use both hdmi (stereo) and 5.1 simultaneouslyIs there a linux mint driver for the sound card of the iMac 2017?re-set xfce4-pulseaudio-plugin default after HDMI monitor standby
Can I turn my anal-retentiveness into a career?
What is the English pronunciation of "pain au chocolat"?
How do you make your own symbol when Detexify fails?
How can I write humor as character trait?
Doesn't the system of the Supreme Court oppose justice?
US tourist/student visa
Taxes on Dividends in a Roth IRA
Why does Carol not get rid of the Kree symbol on her suit when she changes its colours?
What to do when eye contact makes your coworker uncomfortable?
How do I fix the group tension caused by my character stealing and possibly killing without provocation?
How to convince somebody that he is fit for something else, but not this job?
Why the "ls" command is showing the permissions of files in a FAT32 partition?
What is Cash Advance APR?
Why do ¬, ∀ and ∃ have the same precedence?
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
Creating two special characters
Which Article Helped Get Rid of Technobabble in RPGs?
What is the highest possible scrabble score for placing a single tile
The Digit Triangles
Is my low blitz game drawing rate at www.chess.com an indicator that I am weak in chess?
Non-trope happy ending?
How to explain what's wrong with this application of the chain rule?
Does grappling negate Mirror Image?
What (the heck) is a Super Worm Equinox Moon?
Pulseaudio loses USB DAC as default sound output when booting
2019 Community Moderator ElectionChanging default audio device in PulseaudioHow to enable both built-in audio output and HDMI audio output with PulseAudio?Jabra BIZ 2400 USB HeadSet doesn't output soundHow do I set the output port on my audio card?ALSA - Traktor Audio 2 - How to split front and rear stereo channels / How to debug dmixNo Sound - Debian 8Sound in Linux - ALSA driver prevent to play music in more than 1 programpulseaudio: use both hdmi (stereo) and 5.1 simultaneouslyIs there a linux mint driver for the sound card of the iMac 2017?re-set xfce4-pulseaudio-plugin default after HDMI monitor standby
Context
I am using a USB DAC as the default pulseaudio sound output for my machine under Debian 9. The problem is, sometimes, the default output is lost and switched back to internal chipset, which I do not use.
USB DAC adapter
The USB DAC being used is the HiFimeDIY UAE23 USB DAC, whose pulseaudio sink name is the following:
$ pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p'
alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Of course, my machine is also equipped with a built-in chipset with audio capabilities:
$ pacmd list-sinks | grep -e 'name:'
name: <alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo>
name: <alsa_output.pci-0000_00_1b.0.iec958-stereo>
The first sink name (index 0) is the DAC, the second one (index 1) is the chipset audio output (oddly the digital output despite providing as well analog capabilities).
System details
$ uname -a
Linux hostname 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
$ lsmod | grep audio
snd_usb_audio 180224 3
snd_usbmidi_lib 28672 1 snd_usb_audio
snd_hwdep 16384 2 snd_hda_codec,snd_usb_audio
snd_pcm 110592 8 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_hda_core,snd_hda_codec_hdmi
snd 86016 37 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_usb_audio,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_usbmidi_lib,snd_seq_device,snd_hda_codec_realtek,snd_pcm
usbcore 253952 10 usbhid,snd_usb_audio,ehci_hcd,xpad,xhci_pci,snd_usbmidi_lib,ath3k,btusb,xhci_hcd,ehci_pci
$ pulseaudio --version
pulseaudio 10.0
$ pactl info
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 21
Tile Size: 65472
User Name: username
Host Name: hostname
Server Name: pulseaudio
Server Version: 10.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
Cookie: 50ff:68bf
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC898 Analog [ALC898 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC898 Digital [ALC898 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 1: USB Audio [USB Audio #1]
Subdevices: 1/1
Subdevice #0: subdevice #0
What I've tried so far
Setting up the DAC as the default output sound in CLI by index:
$ pacmd set-default-sink 0
Setting up the DAC as the default output sound in CLI by sink name:
$ ADAPTER_SINK_NAME=$(pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p')
$ pacmd set-default-sink $ADAPTER_SINK_NAMESetting up the DAC as the default output sound using
pavucontrol
and "Set as fallback"
What's the problem exactly?
When I boot up and I happen to have no sound on the DAC, using pacmd list-sinks
, I can see directly that the default sound adapter has changed from the DAC (sink index 0) to the internal built-in output (sink index 1), since it is denoted by the *
.
I need to set back the DAC as the default sink, using whatever method I want (pacmd set-default
, pavucontrol
) to get back the sound on the DAC.
Bonus points
The problem does not appear after each (re)boot. I cannot explain it.- It seems that there is a confusion between digital and analog outputs from pulseaudio on the chipset sound capabilities ; I used it without any problem before purchasing the DAC. The chipset provides an analog output and a digital one.
Conclusion
I do not know what to try at this point and I may be missing something. So, I would welcome any hindsight.
debian audio hardware pulseaudio
add a comment |
Context
I am using a USB DAC as the default pulseaudio sound output for my machine under Debian 9. The problem is, sometimes, the default output is lost and switched back to internal chipset, which I do not use.
USB DAC adapter
The USB DAC being used is the HiFimeDIY UAE23 USB DAC, whose pulseaudio sink name is the following:
$ pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p'
alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Of course, my machine is also equipped with a built-in chipset with audio capabilities:
$ pacmd list-sinks | grep -e 'name:'
name: <alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo>
name: <alsa_output.pci-0000_00_1b.0.iec958-stereo>
The first sink name (index 0) is the DAC, the second one (index 1) is the chipset audio output (oddly the digital output despite providing as well analog capabilities).
System details
$ uname -a
Linux hostname 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
$ lsmod | grep audio
snd_usb_audio 180224 3
snd_usbmidi_lib 28672 1 snd_usb_audio
snd_hwdep 16384 2 snd_hda_codec,snd_usb_audio
snd_pcm 110592 8 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_hda_core,snd_hda_codec_hdmi
snd 86016 37 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_usb_audio,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_usbmidi_lib,snd_seq_device,snd_hda_codec_realtek,snd_pcm
usbcore 253952 10 usbhid,snd_usb_audio,ehci_hcd,xpad,xhci_pci,snd_usbmidi_lib,ath3k,btusb,xhci_hcd,ehci_pci
$ pulseaudio --version
pulseaudio 10.0
$ pactl info
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 21
Tile Size: 65472
User Name: username
Host Name: hostname
Server Name: pulseaudio
Server Version: 10.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
Cookie: 50ff:68bf
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC898 Analog [ALC898 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC898 Digital [ALC898 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 1: USB Audio [USB Audio #1]
Subdevices: 1/1
Subdevice #0: subdevice #0
What I've tried so far
Setting up the DAC as the default output sound in CLI by index:
$ pacmd set-default-sink 0
Setting up the DAC as the default output sound in CLI by sink name:
$ ADAPTER_SINK_NAME=$(pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p')
$ pacmd set-default-sink $ADAPTER_SINK_NAMESetting up the DAC as the default output sound using
pavucontrol
and "Set as fallback"
What's the problem exactly?
When I boot up and I happen to have no sound on the DAC, using pacmd list-sinks
, I can see directly that the default sound adapter has changed from the DAC (sink index 0) to the internal built-in output (sink index 1), since it is denoted by the *
.
I need to set back the DAC as the default sink, using whatever method I want (pacmd set-default
, pavucontrol
) to get back the sound on the DAC.
Bonus points
The problem does not appear after each (re)boot. I cannot explain it.- It seems that there is a confusion between digital and analog outputs from pulseaudio on the chipset sound capabilities ; I used it without any problem before purchasing the DAC. The chipset provides an analog output and a digital one.
Conclusion
I do not know what to try at this point and I may be missing something. So, I would welcome any hindsight.
debian audio hardware pulseaudio
add a comment |
Context
I am using a USB DAC as the default pulseaudio sound output for my machine under Debian 9. The problem is, sometimes, the default output is lost and switched back to internal chipset, which I do not use.
USB DAC adapter
The USB DAC being used is the HiFimeDIY UAE23 USB DAC, whose pulseaudio sink name is the following:
$ pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p'
alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Of course, my machine is also equipped with a built-in chipset with audio capabilities:
$ pacmd list-sinks | grep -e 'name:'
name: <alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo>
name: <alsa_output.pci-0000_00_1b.0.iec958-stereo>
The first sink name (index 0) is the DAC, the second one (index 1) is the chipset audio output (oddly the digital output despite providing as well analog capabilities).
System details
$ uname -a
Linux hostname 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
$ lsmod | grep audio
snd_usb_audio 180224 3
snd_usbmidi_lib 28672 1 snd_usb_audio
snd_hwdep 16384 2 snd_hda_codec,snd_usb_audio
snd_pcm 110592 8 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_hda_core,snd_hda_codec_hdmi
snd 86016 37 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_usb_audio,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_usbmidi_lib,snd_seq_device,snd_hda_codec_realtek,snd_pcm
usbcore 253952 10 usbhid,snd_usb_audio,ehci_hcd,xpad,xhci_pci,snd_usbmidi_lib,ath3k,btusb,xhci_hcd,ehci_pci
$ pulseaudio --version
pulseaudio 10.0
$ pactl info
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 21
Tile Size: 65472
User Name: username
Host Name: hostname
Server Name: pulseaudio
Server Version: 10.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
Cookie: 50ff:68bf
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC898 Analog [ALC898 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC898 Digital [ALC898 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 1: USB Audio [USB Audio #1]
Subdevices: 1/1
Subdevice #0: subdevice #0
What I've tried so far
Setting up the DAC as the default output sound in CLI by index:
$ pacmd set-default-sink 0
Setting up the DAC as the default output sound in CLI by sink name:
$ ADAPTER_SINK_NAME=$(pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p')
$ pacmd set-default-sink $ADAPTER_SINK_NAMESetting up the DAC as the default output sound using
pavucontrol
and "Set as fallback"
What's the problem exactly?
When I boot up and I happen to have no sound on the DAC, using pacmd list-sinks
, I can see directly that the default sound adapter has changed from the DAC (sink index 0) to the internal built-in output (sink index 1), since it is denoted by the *
.
I need to set back the DAC as the default sink, using whatever method I want (pacmd set-default
, pavucontrol
) to get back the sound on the DAC.
Bonus points
The problem does not appear after each (re)boot. I cannot explain it.- It seems that there is a confusion between digital and analog outputs from pulseaudio on the chipset sound capabilities ; I used it without any problem before purchasing the DAC. The chipset provides an analog output and a digital one.
Conclusion
I do not know what to try at this point and I may be missing something. So, I would welcome any hindsight.
debian audio hardware pulseaudio
Context
I am using a USB DAC as the default pulseaudio sound output for my machine under Debian 9. The problem is, sometimes, the default output is lost and switched back to internal chipset, which I do not use.
USB DAC adapter
The USB DAC being used is the HiFimeDIY UAE23 USB DAC, whose pulseaudio sink name is the following:
$ pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p'
alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Of course, my machine is also equipped with a built-in chipset with audio capabilities:
$ pacmd list-sinks | grep -e 'name:'
name: <alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo>
name: <alsa_output.pci-0000_00_1b.0.iec958-stereo>
The first sink name (index 0) is the DAC, the second one (index 1) is the chipset audio output (oddly the digital output despite providing as well analog capabilities).
System details
$ uname -a
Linux hostname 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux
$ lsmod | grep audio
snd_usb_audio 180224 3
snd_usbmidi_lib 28672 1 snd_usb_audio
snd_hwdep 16384 2 snd_hda_codec,snd_usb_audio
snd_pcm 110592 8 snd_hda_intel,snd_hda_codec,snd_usb_audio,snd_hda_core,snd_hda_codec_hdmi
snd 86016 37 snd_hda_intel,snd_hwdep,snd_hda_codec,snd_usb_audio,snd_timer,snd_rawmidi,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_usbmidi_lib,snd_seq_device,snd_hda_codec_realtek,snd_pcm
usbcore 253952 10 usbhid,snd_usb_audio,ehci_hcd,xpad,xhci_pci,snd_usbmidi_lib,ath3k,btusb,xhci_hcd,ehci_pci
$ pulseaudio --version
pulseaudio 10.0
$ pactl info
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 21
Tile Size: 65472
User Name: username
Host Name: hostname
Server Name: pulseaudio
Server Version: 10.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-HiFimeDIY_Audio_SA9023_USB_Audio-01.analog-stereo
Default Source: alsa_input.pci-0000_00_1b.0.analog-stereo
Cookie: 50ff:68bf
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC898 Analog [ALC898 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC898 Digital [ALC898 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 0: USB Audio [USB Audio]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 2: Audio [SA9023 USB Audio], device 1: USB Audio [USB Audio #1]
Subdevices: 1/1
Subdevice #0: subdevice #0
What I've tried so far
Setting up the DAC as the default output sound in CLI by index:
$ pacmd set-default-sink 0
Setting up the DAC as the default output sound in CLI by sink name:
$ ADAPTER_SINK_NAME=$(pacmd list-sinks | sed -n 's/^.*name: <([^>]*.usb[^>]*)>$/1/p')
$ pacmd set-default-sink $ADAPTER_SINK_NAMESetting up the DAC as the default output sound using
pavucontrol
and "Set as fallback"
What's the problem exactly?
When I boot up and I happen to have no sound on the DAC, using pacmd list-sinks
, I can see directly that the default sound adapter has changed from the DAC (sink index 0) to the internal built-in output (sink index 1), since it is denoted by the *
.
I need to set back the DAC as the default sink, using whatever method I want (pacmd set-default
, pavucontrol
) to get back the sound on the DAC.
Bonus points
The problem does not appear after each (re)boot. I cannot explain it.- It seems that there is a confusion between digital and analog outputs from pulseaudio on the chipset sound capabilities ; I used it without any problem before purchasing the DAC. The chipset provides an analog output and a digital one.
Conclusion
I do not know what to try at this point and I may be missing something. So, I would welcome any hindsight.
debian audio hardware pulseaudio
debian audio hardware pulseaudio
edited yesterday
Paradox
asked yesterday
ParadoxParadox
185113
185113
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507528%2fpulseaudio-loses-usb-dac-as-default-sound-output-when-booting%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f507528%2fpulseaudio-loses-usb-dac-as-default-sound-output-when-booting%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown