Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
Am 2015-06-26 10:46, schrieb Raymond Yau: > >> > I'd prefer a multi-purpose configuration with multiple >> sinks/sources: >> > >> > - Source 'DAW': aux1,aux2,aux3,aux4,aux5,aux6 >> > - Source 'Mic/Instrument':channel 0/1 = left/right >> > - Source 'Line': channel 2/3 = left/right >> > - Source 'S/PDIF' channel 4/5 = left/right >> > - Source 'TV' channel 4/5 = left/right >> (=S/PDIF) >> > >> > - Sink 'DAW': >> aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9,aux10 >> > - Sink 'Stereo1/Headphone A': channel 0/1 = left/right >> > - Sink 'Stereo2/Headphone B': channel 2/3 = left/right >> > - Sink 'Stereo3': channel 4/5 = left/right >> > - Sink 'Stereo4': channel 6/7 = left/right >> > - Sink 'Stereo5/SPDIF': channel 8/9 = left/right >> > - Sink 'Surround 7.1': front-left, front-right, >> rear-left, rear-right, center, lfe, side-left, side-right >> > - Sink 'Surround 7.1 -> 5.0': front-left, front-right, >> rear-left, rear-right, center, lfe -> front-left + front-right, >> side-left -> front-left + rear-left, side-right -> front-right + >> rear-right >> >> http://cgit.freedesktop.org/pulseaudio/pulseaudio/plain/src/modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf [1] >> [1] >> >> >> Pulseaudio only support different device >> >> If your driver only have simgle device for 10 channel playback and 6 >> channel capture > > > ALSA provides the following hardware-devices/plugs: > > - sysdefault:CARD=FCA610 > - front:CARD=FCA610,DEV=0 > - surround21:CARD=FCA610,DEV=0 > - surround40:CARD=FCA610,DEV=0 > - surround41:CARD=FCA610,DEV=0 > - surround50:CARD=FCA610,DEV=0 > - surround51:CARD=FCA610,DEV=0 > - surround71:CARD=FCA610,DEV=0 > - iec958:CARD=FCA610,DEV=0 > - dmix:CARD=FCA610,DEV=0 > - dsnoop:CARD=FCA610,DEV=0 > - hw:CARD=FCA610,DEV=0 > - plughw:CARD=FCA610,DEV=0 Are you sure that those devices really work ? "speaker-test --device -c -F s32_le" not working: - surround21:CARD=FCA610,DEV=0 - surround41:CARD=FCA610,DEV=0 - surround50:CARD=FCA610,DEV=0 - surround51:CARD=FCA610,DEV=0 - surround71:CARD=FCA610,DEV=0 any number of channels <= 10: - default:CARD=FCA610 - sysdefault:CARD=FCA610 - plughw:CARD=FCA610,DEV=0 10 channels only: - front:CARD=FCA610,DEV=0 - surround40:CARD=FCA610,DEV=0 - dmix:CARD=FCA610,DEV=0 - iec958:CARD=FCA610,DEV=0 - hw:CARD=FCA610,DEV=0 - surround71to50:CARD=FCA610,DEV=0 --- snip -- pcm.surround71to50 { slave.pcm { type hw card FCA610 device 0 channels 10 } type route ttable { 0.0 1 # 1: Front Left 1.1 1 # 2: Front Right 2.2 1 # 3: Rear Left 3.3 1 # 4: Rear Right 4.4 1 # 5: Center 5.0 0.5 # 6: LFE -> Front Left 5.1 0.5 # 5: LFE -> Front Right 6.0 0.5 # 6: Side Left -> Front Left 6.2 0.5 # 6: Side Left -> Rear Left 7.1 0.5 # 7: Side Right -> Front Right 7.3 0.5 # 7: Side Right -> Rear Right } } --- snap -- was the only way to get mixing one channel into two others working. On all devices listed with '10 channels only' a Pulseaudio-channel_map with ten elements has to be created. The only way to create less channel numbers seems to be module-remap-{sink|source}. ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
Am 2015-06-26 10:46, schrieb Raymond Yau: > >> > I'd prefer a multi-purpose configuration with multiple >> sinks/sources: >> > >> > - Source 'DAW': aux1,aux2,aux3,aux4,aux5,aux6 >> > - Source 'Mic/Instrument':channel 0/1 = left/right >> > - Source 'Line': channel 2/3 = left/right >> > - Source 'S/PDIF' channel 4/5 = left/right >> > - Source 'TV' channel 4/5 = left/right >> (=S/PDIF) >> > >> > - Sink 'DAW': >> aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9,aux10 >> > - Sink 'Stereo1/Headphone A': channel 0/1 = left/right >> > - Sink 'Stereo2/Headphone B': channel 2/3 = left/right >> > - Sink 'Stereo3': channel 4/5 = left/right >> > - Sink 'Stereo4': channel 6/7 = left/right >> > - Sink 'Stereo5/SPDIF': channel 8/9 = left/right >> > - Sink 'Surround 7.1': front-left, front-right, >> rear-left, rear-right, center, lfe, side-left, side-right >> > - Sink 'Surround 7.1 -> 5.0': front-left, front-right, >> rear-left, rear-right, center, lfe -> front-left + front-right, >> side-left -> front-left + rear-left, side-right -> front-right + >> rear-right >> >> http://cgit.freedesktop.org/pulseaudio/pulseaudio/plain/src/modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf [1] >> [1] >> >> >> Pulseaudio only support different device >> >> If your driver only have simgle device for 10 channel playback and 6 >> channel capture > > > ALSA provides the following hardware-devices/plugs: > > - sysdefault:CARD=FCA610 > - front:CARD=FCA610,DEV=0 > - surround21:CARD=FCA610,DEV=0 > - surround40:CARD=FCA610,DEV=0 > - surround41:CARD=FCA610,DEV=0 > - surround50:CARD=FCA610,DEV=0 > - surround51:CARD=FCA610,DEV=0 > - surround71:CARD=FCA610,DEV=0 > - iec958:CARD=FCA610,DEV=0 > - dmix:CARD=FCA610,DEV=0 > - dsnoop:CARD=FCA610,DEV=0 > - hw:CARD=FCA610,DEV=0 > - plughw:CARD=FCA610,DEV=0 Are you sure that those devices really work ? "speaker-test --device -c -F s32_le" not working: - surround21:CARD=FCA610,DEV=0 - surround41:CARD=FCA610,DEV=0 - surround50:CARD=FCA610,DEV=0 - surround51:CARD=FCA610,DEV=0 - surround71:CARD=FCA610,DEV=0 any number of channels <= 10: - default:CARD=FCA610 - sysdefault:CARD=FCA610 - plughw:CARD=FCA610,DEV=0 10 channels only: - front:CARD=FCA610,DEV=0 - surround40:CARD=FCA610,DEV=0 - dmix:CARD=FCA610,DEV=0 - iec958:CARD=FCA610,DEV=0 - hw:CARD=FCA610,DEV=0 - surround71to50:CARD=FCA610,DEV=0 --- snip -- pcm.surround71to50 { slave.pcm { type hw card FCA610 device 0 channels 10 } type route ttable { 0.0 1 # 1: Front Left 1.1 1 # 2: Front Right 2.2 1 # 3: Rear Left 3.3 1 # 4: Rear Right 4.4 1 # 5: Center 5.0 0.5 # 6: LFE -> Front Left 5.1 0.5 # 5: LFE -> Front Right 6.0 0.5 # 6: Side Left -> Front Left 6.2 0.5 # 6: Side Left -> Rear Left 7.1 0.5 # 7: Side Right -> Front Right 7.3 0.5 # 7: Side Right -> Rear Right } } --- snap -- was the only way to get mixing one channel into two others working. On all devices listed with '10 channels only' a Pulseaudio-channel_map with ten elements has to be created. The only way to create less channel numbers seems to be module-remap-{sink|source}. ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
>> > >> > I'd prefer a multi-purpose configuration with multiple >> sinks/sources: >> > >> > - Source 'DAW': aux1,aux2,aux3,aux4,aux5,aux6 >> > - Source 'Mic/Instrument':channel 0/1 = left/right >> > - Source 'Line': channel 2/3 = left/right >> > - Source 'S/PDIF' channel 4/5 = left/right >> > - Source 'TV' channel 4/5 = left/right >> (=S/PDIF) >> > >> > - Sink 'DAW': >> aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9,aux10 >> > - Sink 'Stereo1/Headphone A': channel 0/1 = left/right >> > - Sink 'Stereo2/Headphone B': channel 2/3 = left/right >> > - Sink 'Stereo3': channel 4/5 = left/right >> > - Sink 'Stereo4': channel 6/7 = left/right >> > - Sink 'Stereo5/SPDIF': channel 8/9 = left/right >> > - Sink 'Surround 7.1': front-left, front-right, >> rear-left, rear-right, center, lfe, side-left, side-right >> > - Sink 'Surround 7.1 -> 5.0': front-left, front-right, >> rear-left, rear-right, center, lfe -> front-left + front-right, >> side-left -> front-left + rear-left, side-right -> front-right + >> rear-right >> >> http://cgit.freedesktop.org/pulseaudio/pulseaudio/plain/src/modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf >> [1] >> >> >> Pulseaudio only support different device >> >> If your driver only have simgle device for 10 channel playback and 6 >> channel capture > > > ALSA provides the following hardware-devices/plugs: > > - sysdefault:CARD=FCA610 > - front:CARD=FCA610,DEV=0 > - surround21:CARD=FCA610,DEV=0 > - surround40:CARD=FCA610,DEV=0 > - surround41:CARD=FCA610,DEV=0 > - surround50:CARD=FCA610,DEV=0 > - surround51:CARD=FCA610,DEV=0 > - surround71:CARD=FCA610,DEV=0 > - iec958:CARD=FCA610,DEV=0 > - dmix:CARD=FCA610,DEV=0 > - dsnoop:CARD=FCA610,DEV=0 > - hw:CARD=FCA610,DEV=0 > - plughw:CARD=FCA610,DEV=0 Are you sure that those devices really work ? ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
Am 2015-06-25 08:07, schrieb Raymond Yau: 2015-6-24 下午7:44於 "Rene Bartsch" 寫道: > > I'd prefer a multi-purpose configuration with multiple sinks/sources: > > - Source 'DAW': aux1,aux2,aux3,aux4,aux5,aux6 > - Source 'Mic/Instrument':channel 0/1 = left/right > - Source 'Line': channel 2/3 = left/right > - Source 'S/PDIF' channel 4/5 = left/right > - Source 'TV' channel 4/5 = left/right (=S/PDIF) > > - Sink 'DAW': aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9,aux10 > - Sink 'Stereo1/Headphone A': channel 0/1 = left/right > - Sink 'Stereo2/Headphone B': channel 2/3 = left/right > - Sink 'Stereo3': channel 4/5 = left/right > - Sink 'Stereo4': channel 6/7 = left/right > - Sink 'Stereo5/SPDIF': channel 8/9 = left/right > - Sink 'Surround 7.1': front-left, front-right, rear-left, rear-right, center, lfe, side-left, side-right > - Sink 'Surround 7.1 -> 5.0': front-left, front-right, rear-left, rear-right, center, lfe -> front-left + front-right, side-left -> front-left + rear-left, side-right -> front-right + rear-right http://cgit.freedesktop.org/pulseaudio/pulseaudio/plain/src/modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf [1] Pulseaudio only support different device If your driver only have simgle device for 10 channel playback and 6 channel capture ALSA provides the following hardware-devices/plugs: - sysdefault:CARD=FCA610 - front:CARD=FCA610,DEV=0 - surround21:CARD=FCA610,DEV=0 - surround40:CARD=FCA610,DEV=0 - surround41:CARD=FCA610,DEV=0 - surround50:CARD=FCA610,DEV=0 - surround51:CARD=FCA610,DEV=0 - surround71:CARD=FCA610,DEV=0 - iec958:CARD=FCA610,DEV=0 - dmix:CARD=FCA610,DEV=0 - dsnoop:CARD=FCA610,DEV=0 - hw:CARD=FCA610,DEV=0 - plughw:CARD=FCA610,DEV=0 You should use jackd Just tried, but way to complicated for a desktop setup as most applications do not support jack-connectivity. http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/conf/cards/ICE1712.conf;hb=HEAD [2] Some devices (front, surround51, surround71,iec958) can be defined similar to iec1712 in usb-audio.conf http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/conf/cards/USB-Audio.conf;hb=HEAD [3] The following Pulseaudio-configuration does mostly what I need: snip # Microphone input load-module module-remap-source source_name=firepower_mic_inst master_channel_map=aux1,aux2 source_properties='device.description="Mic/Inst"'remix=no channels=2 channel_map=left,right master=alsa_input.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Source # Line input load-module module-remap-source source_name=firepower_line master_channel_map=aux3,aux4 source_properties='device.description="Line-In"' remix=no channels=2 channel_map=left,right master=alsa_input.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Source # S/PDIF input #load-module module-remap-source source_name=firepower_spdif master_channel_map=aux5,aux6 source_properties='device.description="S/PDIF"' remix=no channels=2 channel_map=left,right master=alsa_input.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Source load-module module-remap-source source_name=firepower_tv master_channel_map=aux5,aux6 source_properties='device.description="TV"' remix=no channels=2 channel_map=left,right master=alsa_input.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Source # Stereo 1 line-out/Headphone A load-module module-remap-sink sink_name=firepower_stereo1 master_channel_map=aux1,aux2 sink_properties='device.description="Stereo 1/Headphone A"' remix=no channels=2 channel_map=left,right master=alsa_output.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Sink # Stereo 2 line-out/Headphone B load-module module-remap-sink sink_name=firepower_stereo2 master_channel_map=aux3,aux4 sink_properties='device.description="Stereo 2/Headphone B"' remix=no channels=2 channel_map=left,right master=alsa_output.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Sink # Stereo 3 line-out load-module module-remap-sink sink_name=firepower_stereo3 master_channel_map=aux5,aux6 sink_properties='device.description="Stereo 3"' remix=no channels=2 channel_map=left,right master=alsa_output.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Sink # Stereo 4 line-out load-module module-remap-sink sink_name=firepower_stereo4 master_channel_map=aux7,aux8 sink_properties='device.description="Stereo 4"' remix=no channels=2 channel_map=left,right master=alsa_output.usb-BEHRINGER_FCA610_0x156400315fa-00-FCA610.DAW-Sink # Stereo 5 line-out/ SPDIF load-module module-remap-sink sink_name=fi
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
2015-6-24 下午7:44於 "Rene Bartsch" 寫道: > > I'd prefer a multi-purpose configuration with multiple sinks/sources: > > - Source 'DAW': aux1,aux2,aux3,aux4,aux5,aux6 > - Source 'Mic/Instrument':channel 0/1 = left/right > - Source 'Line': channel 2/3 = left/right > - Source 'S/PDIF' channel 4/5 = left/right > - Source 'TV' channel 4/5 = left/right (=S/PDIF) > > - Sink 'DAW': aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9,aux10 > - Sink 'Stereo1/Headphone A': channel 0/1 = left/right > - Sink 'Stereo2/Headphone B': channel 2/3 = left/right > - Sink 'Stereo3': channel 4/5 = left/right > - Sink 'Stereo4': channel 6/7 = left/right > - Sink 'Stereo5/SPDIF': channel 8/9 = left/right > - Sink 'Surround 7.1': front-left, front-right, rear-left, rear-right, center, lfe, side-left, side-right > - Sink 'Surround 7.1 -> 5.0': front-left, front-right, rear-left, rear-right, center, lfe -> front-left + front-right, side-left -> front-left + rear-left, side-right -> front-right + rear-right http://cgit.freedesktop.org/pulseaudio/pulseaudio/plain/src/modules/alsa/mixer/profile-sets/native-instruments-traktor-audio10.conf Pulseaudio only support different device If your driver only have simgle device for 10 channel playback and 6 channel capture You should use jackd http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/conf/cards/ICE1712.conf;hb=HEAD Some devices (front, surround51, surround71,iec958) can be defined similar to iec1712 in usb-audio.conf http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/conf/cards/USB-Audio.conf;hb=HEAD > ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
I'd prefer a multi-purpose configuration with multiple sinks/sources: - Source 'DAW': aux1,aux2,aux3,aux4,aux5,aux6 - Source 'Mic/Instrument':channel 0/1 = left/right - Source 'Line': channel 2/3 = left/right - Source 'S/PDIF' channel 4/5 = left/right - Source 'TV' channel 4/5 = left/right (=S/PDIF) - Sink 'DAW': aux1,aux2,aux3,aux4,aux5,aux6,aux7,aux8,aux9,aux10 - Sink 'Stereo1/Headphone A': channel 0/1 = left/right - Sink 'Stereo2/Headphone B': channel 2/3 = left/right - Sink 'Stereo3': channel 4/5 = left/right - Sink 'Stereo4': channel 6/7 = left/right - Sink 'Stereo5/SPDIF': channel 8/9 = left/right - Sink 'Surround 7.1': front-left, front-right, rear-left, rear-right, center, lfe, side-left, side-right - Sink 'Surround 7.1 -> 5.0': front-left, front-right, rear-left, rear-right, center, lfe -> front-left + front-right, side-left -> front-left + rear-left, side-right -> front-right + rear-right I'd also like to correct delay/group-phase, linearity and volume of the speakers via LADSPA-plugins. ;) Regards, Renne P.S.: The FCA610 produces clicking noise. Are there any settings (fragment-size, etc.) you can recommend? How do you handle the loud popping sounds when the FCA610 initializes after power-on or when Pulseaudio opens/closes the FCA610? It drives my HiFi-power-amplifier into overload-shutdown although the main volume-knob of the FCA610 is set to 8 o'clock position. Am 2015-06-24 06:03, schrieb Benjamin Tegge: Hello Rene, I also use the FCA610, but I don't really understand what you want the profile to do for you. Regards, Benjamin Am 23.06.2015 7:10 nachm. schrieb "Rene Bartsch" : Hi, I'm new to this mailing-list, so a "Hello" to all! ;) The Behringer Firepower FCA610 Audio-Interface lacks a Pulseaudio-profile. Please help me to create one. Working UDEV-rule: --- snip --- # Behringer FCA610 ATTRS{idVendor}=="1397", ATTRS{idProduct}=="0003", ENV{PULSE_PROFILE_SET}="behringer-firepower-fca610.conf" --- snap --- Connectivity: - Firewire - USB (my case) Channels: - source-channel 0: Analogue Microphone-In/Instrument-In (Left) with manual input level control - source-channel 1: Analogue Microphone-In/Instrument-In (Right) with manual input level control - source-channel 2: Analogue Line-In (Left) - source-channel 3: Analogue Line-In (Right) - source-channel 4: IEC958-In Left - source-channel 5: IEC958-In Right - sink-channel 0: Analogue Line-Out/Headphone A/Headphone B (Front-Left) - sink-channel 1: Analogue Line-Out/Headphone A/Headphone B (Front-Right) - sink-channel 2: Analogue Line-Out/Headphone B (Rear-Left) - sink-channel 3: Analogue Line-Out/Headphone B (Rear-Right) - sink-channel 4: Analogue Line-Out (Center) - sink-channel 5: Analogue Line-Out (LFE) - sink-channel 6: Analogue Line-Out (Side-Left) - sink-channel 7: Analogue Line-Out (Side-Right) - sink-channel 8: IEC958-Out Left - sink-channel 9: IEC958-Out Right - Midi-In AND Midi-Out - Headphone B can be switched between channels 0/1 and channels 2/3 - Main volume-control-knob can be switched between channels 0/1 (Stereo) and channels 0-7 (Surround 7.1) Brochure: http://www.behringer.com/assets/FCA610_FCA1616_WebBrochure.pdf [1] Thanx for any help, Renne ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss [2] Links: -- [1] http://www.behringer.com/assets/FCA610_FCA1616_WebBrochure.pdf [2] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss -- Best regards, Rene Bartsch, B. Sc. Informatics Current Bitcoin Exchange Rate: https://www.bitcoin.de/de/r/mwfngu ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
Hi, (C.C.ed to David Henningsson) On Jun 24 2015 13:03, Benjamin Tegge wrote: Hello Rene, I also use the FCA610, but I don't really understand what you want the profile to do for you. Regards, Benjamin Am 23.06.2015 7:10 nachm. schrieb "Rene Bartsch" mailto:m...@bartschnet.de>>: Hi, I'm new to this mailing-list, so a "Hello" to all! ;) The Behringer Firepower FCA610 Audio-Interface lacks a Pulseaudio-profile. Please help me to create one. Working UDEV-rule: --- snip --- # Behringer FCA610 ATTRS{idVendor}=="1397", ATTRS{idProduct}=="0003", ENV{PULSE_PROFILE_SET}="behringer-firepower-fca610.conf" --- snap --- Connectivity: - Firewire - USB (my case) Channels: - source-channel 0: Analogue Microphone-In/Instrument-In (Left) with manual input level control - source-channel 1: Analogue Microphone-In/Instrument-In (Right) with manual input level control - source-channel 2: Analogue Line-In (Left) - source-channel 3: Analogue Line-In (Right) - source-channel 4: IEC958-In Left - source-channel 5: IEC958-In Right - sink-channel 0: Analogue Line-Out/Headphone A/Headphone B (Front-Left) - sink-channel 1: Analogue Line-Out/Headphone A/Headphone B (Front-Right) - sink-channel 2: Analogue Line-Out/Headphone B (Rear-Left) - sink-channel 3: Analogue Line-Out/Headphone B (Rear-Right) - sink-channel 4: Analogue Line-Out (Center) - sink-channel 5: Analogue Line-Out (LFE) - sink-channel 6: Analogue Line-Out (Side-Left) - sink-channel 7: Analogue Line-Out (Side-Right) - sink-channel 8: IEC958-Out Left - sink-channel 9: IEC958-Out Right - Midi-In AND Midi-Out - Headphone B can be switched between channels 0/1 and channels 2/3 - Main volume-control-knob can be switched between channels 0/1 (Stereo) and channels 0-7 (Surround 7.1) Brochure: http://www.behringer.com/assets/FCA610_FCA1616_WebBrochure.pdf Thanx for any help, Renne I also have this model, and know this model has different number of PCM channels for its playback/capture. There's a lack of his explaination, but I can imagine that: * When the device plugging in, PulseAudio adds no sinks/sources for it. * So he judge a lack of the 'profile' is a cause of this issue. * Then he tries to apply custom profile for the device. Certainly, PulseAudio 4.0 or former don't add sink/source for such devices. Furthermore, PulseAudio 6.0 has a bug to manage to apply the same profiles to both sink/source. (This bug was already fixed in current master.) He loops to add a workaround for this issue to the former PulseAudio versions. Is it your aim of this message, Rene? Regards Takashi Sakamoto ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
Re: [pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
Hello Rene, I also use the FCA610, but I don't really understand what you want the profile to do for you. Regards, Benjamin Am 23.06.2015 7:10 nachm. schrieb "Rene Bartsch" : > Hi, > > I'm new to this mailing-list, so a "Hello" to all! ;) > > The Behringer Firepower FCA610 Audio-Interface lacks a Pulseaudio-profile. > Please help me to create one. > > Working UDEV-rule: > > --- snip > --- > # Behringer FCA610 > ATTRS{idVendor}=="1397", ATTRS{idProduct}=="0003", > ENV{PULSE_PROFILE_SET}="behringer-firepower-fca610.conf" > --- snap > --- > > Connectivity: > - Firewire > - USB (my case) > > > Channels: > - source-channel 0: Analogue Microphone-In/Instrument-In (Left) with > manual input level control > - source-channel 1: Analogue Microphone-In/Instrument-In (Right) with > manual input level control > - source-channel 2: Analogue Line-In (Left) > - source-channel 3: Analogue Line-In (Right) > - source-channel 4: IEC958-In Left > - source-channel 5: IEC958-In Right > > - sink-channel 0: Analogue Line-Out/Headphone A/Headphone B (Front-Left) > - sink-channel 1: Analogue Line-Out/Headphone A/Headphone B (Front-Right) > - sink-channel 2: Analogue Line-Out/Headphone B (Rear-Left) > - sink-channel 3: Analogue Line-Out/Headphone B (Rear-Right) > - sink-channel 4: Analogue Line-Out (Center) > - sink-channel 5: Analogue Line-Out (LFE) > - sink-channel 6: Analogue Line-Out (Side-Left) > - sink-channel 7: Analogue Line-Out (Side-Right) > - sink-channel 8: IEC958-Out Left > - sink-channel 9: IEC958-Out Right > > - Midi-In AND Midi-Out > > - Headphone B can be switched between channels 0/1 and channels 2/3 > - Main volume-control-knob can be switched between channels 0/1 (Stereo) > and channels 0-7 (Surround 7.1) > > > Brochure: http://www.behringer.com/assets/FCA610_FCA1616_WebBrochure.pdf > > > Thanx for any help, > > Renne > > ___ > pulseaudio-discuss mailing list > pulseaudio-discuss@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss > ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
[pulseaudio-discuss] Need help with Behringer Firepower FCA610 profile
Hi, I'm new to this mailing-list, so a "Hello" to all! ;) The Behringer Firepower FCA610 Audio-Interface lacks a Pulseaudio-profile. Please help me to create one. Working UDEV-rule: --- snip --- # Behringer FCA610 ATTRS{idVendor}=="1397", ATTRS{idProduct}=="0003", ENV{PULSE_PROFILE_SET}="behringer-firepower-fca610.conf" --- snap --- Connectivity: - Firewire - USB (my case) Channels: - source-channel 0: Analogue Microphone-In/Instrument-In (Left) with manual input level control - source-channel 1: Analogue Microphone-In/Instrument-In (Right) with manual input level control - source-channel 2: Analogue Line-In (Left) - source-channel 3: Analogue Line-In (Right) - source-channel 4: IEC958-In Left - source-channel 5: IEC958-In Right - sink-channel 0: Analogue Line-Out/Headphone A/Headphone B (Front-Left) - sink-channel 1: Analogue Line-Out/Headphone A/Headphone B (Front-Right) - sink-channel 2: Analogue Line-Out/Headphone B (Rear-Left) - sink-channel 3: Analogue Line-Out/Headphone B (Rear-Right) - sink-channel 4: Analogue Line-Out (Center) - sink-channel 5: Analogue Line-Out (LFE) - sink-channel 6: Analogue Line-Out (Side-Left) - sink-channel 7: Analogue Line-Out (Side-Right) - sink-channel 8: IEC958-Out Left - sink-channel 9: IEC958-Out Right - Midi-In AND Midi-Out - Headphone B can be switched between channels 0/1 and channels 2/3 - Main volume-control-knob can be switched between channels 0/1 (Stereo) and channels 0-7 (Surround 7.1) Brochure: http://www.behringer.com/assets/FCA610_FCA1616_WebBrochure.pdf Thanx for any help, Renne ___ pulseaudio-discuss mailing list pulseaudio-discuss@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss