blob: 255b8e139e29ff5871e4fdf0d71c82cfabb8e2eb [file] [log] [blame]
# ChromeOS uses PulseAudio.
#
# Setup all default ALSA device to redirect to the PulseAudio plugin.
pcm.pulse {
type=pulse;
}
ctl.pulse {
type=pulse;
}
pcm.!default {
type=pulse;
}
ctl.!default {
type=pulse;
}