Difference between revisions of "Delta 1010LT"
From Rivendell Wiki
(Created page with "'''Delta1010LT''' Add to /etc/modprobe.d/alsa-base.conf the line: <pre>options snd-ice1712 model=delta1010lt </pre> In /usr/share/alsa/cards/ICE1712.conf add this magical...") |
(No difference)
|
Latest revision as of 16:10, 21 February 2018
Delta1010LT
Add to /etc/modprobe.d/alsa-base.conf the line:
options snd-ice1712 model=delta1010lt
In /usr/share/alsa/cards/ICE1712.conf add this magical lines:
slave.format S32_LE slave.channels 10
at the end of the ICE1712.pcm.front.0 like this:
ICE1712.pcm.front.0 { @args [ CARD ] @args.CARD { type string } type route ttable.0.0 1 ttable.1.1 1 slave.pcm { type hw card $CARD } slave.format S32_LE slave.channels 10 }
Here is the jack portion from /etc/rd.conf
; ; JACK Session Management ; ; See the 'JACK.txt' file for details on how this works! ; [JackSession] Source1=rivendell_0:playout_0L Destination1=alsa_pcm:playback_1 Source2=rivendell_0:playout_0R Destination2=alsa_pcm:playback_2 Source3=rivendell_0:playout_1L Destination3=alsa_pcm:playback_1 Source4=rivendell_0:playout_1R Destination4=alsa_pcm:playback_2 Source5=rivendell_0:playout_2L Destination5=alsa_pcm:playback_1 Source6=rivendell_0:playout_2R Destination6=alsa_pcm:playback_2 Source7=rivendell_0:playout_3L Destination7=alsa_pcm:playback_1 Source8=rivendell_0:playout_3R Destination8=alsa_pcm:playback_2 Source9=rivendell_0:playout_4L Destination9=alsa_pcm:playback_1 Source10=rivendell_0:playout_4R Destination10=alsa_pcm:playback_2 Source11=rivendell_0:playout_5L Destination11=alsa_pcm:playback_1 Source12=rivendell_0:playout_5R Destination12=alsa_pcm:playback_2 Source13=rivendell_0:playout_6L Destination13=alsa_pcm:playback_1 Source14=rivendell_0:playout_6R Destination14=alsa_pcm:playback_2 Source15=rivendell_0:playout_7L Destination15=alsa_pcm:playback_1 Source16=rivendell_0:playout_7R Destination16=alsa_pcm:playback_2 Source17=alsa_pcm:capture_1 Destination17=rivendell_0:record_0L Source18=alsa_pcm:capture_2 Destination18=rivendell_0:record_1L Source19=alsa_pcm:capture_3 Destination19=rivendell_0:record_2L Source20=alsa_pcm:capture_4 Destination20=rivendell_0:record_3L Source21=alsa_pcm:capture_5 Destination21=rivendell_0:record_4L Source22=alsa_pcm:capture_6 Destination22=rivendell_0:record_5L Source23=alsa_pcm:capture_7 Destination23=rivendell_0:record_6L Source24=alsa_pcm:capture_8 Destination24=rivendell_0:record_7L Source25=alsa_pcm:capture_1 Destination25=rivendell_0:record_0R Source26=alsa_pcm:capture_2 Destination26=rivendell_0:record_1R Source27=alsa_pcm:capture_3 Destination27=rivendell_0:record_2R Source28=alsa_pcm:capture_4 Destination28=rivendell_0:record_3R Source29=alsa_pcm:capture_5 Destination29=rivendell_0:record_4R Source30=alsa_pcm:capture_6 Destination30=rivendell_0:record_5R Source31=alsa_pcm:capture_7 Destination31=rivendell_0:record_6R Source32=alsa_pcm:capture_8 Destination32=rivendell_0:record_7R
/etc/jackdrc contains:
/usr/bin/jackd -d alsa -d hw:0 -r 48000
/etc/asound.conf contains:
pcm.rd0 { type hw card 0 } ctl.rd0 { type hw card 0