tsowell / linux-samus

Linux kernel packages with Chromebook Pixel 2015 (Samus) support borrowed from Chromium OS
GNU General Public License v2.0
61 stars 7 forks source link

Sound Devices aren't properly reordered #1

Closed colemickens closed 9 years ago

colemickens commented 9 years ago

I assume that if I reorder the sound devices through alsa-base.conf, that I should PulseAudio should default to the correct audio output device? It seems to default to HDMI, even if I've done this:

 ~  cat /etc/modprobe.d/alsa-base.conf 
options snd_soc_rt5677 index=0
options snd_hda_intel index=1

I can manually adjust the sink in pavucontrol and it works.

tsowell commented 9 years ago

I haven't tried PulseAudio on the Pixel, but I'll look into it later this weekend. In the meantime, is https://wiki.archlinux.org/index.php/PulseAudio/Examples#Set_the_defaulting_output_source helpful?

colemickens commented 9 years ago

Yes, following those instructions worked. Thanks.