最終更新:2022-07-05 (火) 12:47:32 (660d)  

Linux/usr/share/alsa/alsa.conf.d/50-pulseaudio.conf
Top / Linux / usr / share / alsa / alsa.conf.d / 50-pulseaudio.conf

# Add a specific named PulseAudio pcm and ctl (typically useful for testing)

pcm.pulse {
	@args [ DEVICE ]
	@args.DEVICE {
		type string
		default ""
	}
	type pulse
	device $DEVICE
	hint {
		show {
			@func refer
			name defaults.namehint.basic
		}
		description "PulseAudio Sound Server"
	}
}

ctl.pulse {
	@args [ DEVICE ]
	@args.DEVICE {
		type string
		default ""
	}
	type pulse
	device $DEVICE
}

Ubuntu/パッケージ