イヤホンから音を出す

$ cat /proc/asound/card0/codec#* | grep Codec
Codec: Realtek ALC861-VD
Codec: Motorola Si3054

/usr/share/doc/alsa-base/driver/ALSA-Configuration.txt.gz の中を、「ALC861-VD」のようなキーワードで検索

$ zgrep -A 10 ALC861VD /usr/share/doc/alsa-base/driver/ALSA-Configuration.txt.gz 
	ALC861VD/660VD
	  3stack	3-jack
	  3stack-dig	3-jack with SPDIF OUT
	  6stack-dig	6-jack with SPDIF OUT
	  3stack-660	3-jack (for ALC660VD)
	  3stack-660-digout 3-jack with SPDIF OUT (for ALC660VD)
	  lenovo	Lenovo 3000 C200
	  dallas	Dallas laptops
	  hp		HP TX1000
	  auto		auto-config reading BIOS (default)

そうです、hp製品なのです。

ですので、/etc/modprobe.d/alsa-base の最後に以下の1行を追加します。

options snd-hda-intel model=hp

再起動したらイヤホンから音が出るようになりました。

これで外出先でもうみねこがプレイできますね。