Hi,
i would like to use both of my headphones. One of them has jack plug, and the other one has USB plug.
cat /dev/sndstat
ll | grep dsp
this is what shows up when I plug my USB headphone:
I can swith between the headphones with hw.snd.default_unit=x
Is there any way to "merge" the two units?
thanks in advance,
qpai
i would like to use both of my headphones. One of them has jack plug, and the other one has USB plug.
cat /dev/sndstat
Code:
FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: <HDA Realtek ALC883 PCM #0 Analog> at cad 0 nid 1 on hdac0 (1p:3v/1r:1v) default
pcm1: <HDA Realtek ALC883 PCM #1 Digital> at cad 0 nid 1 on hdac0 (1p:1v/0r:0v)
pcm2: <USB audio> at ? kld snd_uaudio (1p:1v/1r:1v)
ll | grep dsp
Code:
crw-rw-rw- 1 root wheel - 0, 89 aug 29 15:19 dsp0.0
crw-rw-rw- 1 root wheel - 0, 125 aug 29 15:17 dsp0.1
crw-rw-rw- 1 root wheel - 0, 129 aug 29 14:56 dsp1.1
crw-rw-rw- 1 root wheel - 0, 106 aug 29 15:15 dsp2.0
this is what shows up when I plug my USB headphone:
Code:
ugen2.2: <Logitech> at usbus2
uaudio0: <Logitech Logitech USB Headset, class 0/0, rev 1.10/10.13, addr 2> on u
sbus2
uaudio0: Play: 48000 Hz, 2 ch, 16-bit S-LE PCM format
uaudio0: Record: 48000 Hz, 1 ch, 16-bit S-LE PCM format
uaudio0: No midi sequencer
pcm2: <USB audio> on uaudio0
pcm2: Mixer "vol":
pcm2: Mixer "pcm":
pcm2: Mixer "mic":
pcm2: Soft PCM mixer ENABLED
pcm2: clone manager: deadline=750ms flags=0x8000001e
I can swith between the headphones with hw.snd.default_unit=x
Is there any way to "merge" the two units?
thanks in advance,
qpai