search for: alt1

Displaying 20 results from an estimated 24 matches for "alt1".

Did you mean: alt
2016 Aug 26
0
[PATCH v8 11/18] ARM: DT: STiH407: Add i2s_in pinctrl configuration
...i b/arch/arm/boot/dts/stih407-pinctrl.dtsi index 0fb5c8a..537db7e 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1090,6 +1090,30 @@ }; }; + i2s_in { + pinctrl_i2s_8ch_in: i2s_8ch_in{ + st,pins { + mclk = <&pio32 5 ALT1 IN>; + lrclk = <&pio32 7 ALT1 IN>; + sclk = <&pio32 6 ALT1 IN>; + data0 = <&pio32 4 ALT1 IN>; + data1 = <&pio33 0 ALT1 IN>; + data2 = <&pio33 1 ALT1 IN>; + data3 = <&pio33 2 ALT1 IN>; + data4 = <&am...
2016 Aug 26
0
[PATCH v8 10/18] ARM: DT: STiH407: Add i2s_out pinctrl configuration
.../arch/arm/boot/dts/stih407-pinctrl.dtsi index a538ae5..0fb5c8a 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1067,6 +1067,29 @@ }; }; + i2s_out { + pinctrl_i2s_8ch_out: i2s_8ch_out{ + st,pins { + mclk = <&pio33 5 ALT1 OUT>; + lrclk = <&pio33 7 ALT1 OUT>; + sclk = <&pio33 6 ALT1 OUT>; + data0 = <&pio33 4 ALT1 OUT>; + data1 = <&pio34 0 ALT1 OUT>; + data2 = <&pio34 1 ALT1 OUT>; + data3 = <&pio34 2 ALT1 OUT>; + }; + }...
2012 Apr 17
2
packaging: src.rpm not a rpm
...lls from here: http://wiki.centos.org/HowTos/RebuildSRPM I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose. I cant immediately get rid of that piece of software, but we're on the move... So: $ wget http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src.rpm $ rpm -i --nomd5 ipfm-0.11.5-alt1.src.rpm error: ipfm-0.11.5-alt1.src.rpm: not an rpm package (or package manifest): I probably missed something or am using some very outdated ressources: would some help me? -- RMA.
2019 May 16
3
ALTREP: Bug reports
...r objects in ALTREP If the duplicate function is defined to return the object itself: SEXP vector_dulplicate(SEXP x, Rboolean deep) { return(x); } In R an ALTREP object will behave like an environment (pass-by-reference). However, if we do something like(pseudo code): n=100 > x=runif(n) > alt1=createAltrep(x) > alt2=alt1 > alt2[1]=10 > .Internal(inspect(alt1)) > .Internal(inspect(alt2)) The result would be: > .Internal(inspect(alt1)) > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)] > > .Internal(inspect(alt2 )) > @0x00000000156a33e0 14 REALSXP g0c0 [NAM(7)] w...
2019 May 16
3
ALTREP: Bug reports
...been passed to > DUPLICATE has been duplciated and is safe to modify inplace. > > > >> In R an ALTREP object will behave like an environment (pass-by-reference). >> However, if we do something like(pseudo code): >> >> n=100 >> > x=runif(n) >> > alt1=createAltrep(x) >> > alt2=alt1 >> > alt2[1]=10 >> > .Internal(inspect(alt1)) >> > .Internal(inspect(alt2)) >> >> >> The result would be: >> >> > .Internal(inspect(alt1)) >> > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)] &...
2019 May 16
0
ALTREP: Bug reports
...als rely on the fact that a SEXP that has been passed to DUPLICATE has been duplciated and is safe to modify inplace. > In R an ALTREP object will behave like an environment (pass-by-reference). > However, if we do something like(pseudo code): > > n=100 > > x=runif(n) > > alt1=createAltrep(x) > > alt2=alt1 > > alt2[1]=10 > > .Internal(inspect(alt1)) > > .Internal(inspect(alt2)) > > > The result would be: > > > .Internal(inspect(alt1)) > > @0x00000000156f4d18 14 REALSXP g0c0 [NAM(7)] > > > .Internal(inspect(alt2 ))...
2011 Sep 02
0
No subject
...valuate the frequency this is executed on your system.<br /> <div class=3D"container"> <div class=3D"line number1 index0 alt2"><code class=3D"sql plain"><br /> DELIMITER @@</code></div> <div class=3D"line number2 index1 alt1">&nbsp;</div> <div class=3D"line number3 index2 alt2"><code class=3D"sql keyword">CREATE<= /code> <code class=3D"sql keyword">TRIGGER</code> <code class=3D"sql plain">Test_Trigger </code></div>...
2019 May 16
0
ALTREP: Bug reports
...d and is safe to modify inplace. >> >> >> >>> In R an ALTREP object will behave like an environment >>> (pass-by-reference). >>> However, if we do something like(pseudo code): >>> >>> n=100 >>> > x=runif(n) >>> > alt1=createAltrep(x) >>> > alt2=alt1 >>> > alt2[1]=10 >>> > .Internal(inspect(alt1)) >>> > .Internal(inspect(alt2)) >>> >>> >>> The result would be: >>> >>> > .Internal(inspect(alt1)) >>> > @0x000...
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice, This patchset adds support for the Flexible Direct Memory Access (FDMA) core found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU with a dedicated firmware. It is a general purpose DMA controller supporting 16 independent channels and data can be moved from memory to memory or between memory and paced latency critical real time targets. After quite
2016 Aug 26
32
[PATCH v8 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets
Hi Vinod, Bjorn, Patrice, This patchset adds support for the Flexible Direct Memory Access (FDMA) core found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU with a dedicated firmware. It is a general purpose DMA controller supporting 16 independent channels and data can be moved from memory to memory or between memory and paced latency critical real time targets. After quite
2004 Nov 17
1
frailty and time-dependent covariate
...mate the same model without the time-dependent covariate it's converge. I'd like knowing if it's a statistical problem due to the model formula or if it could be a problem related to my data. Thanks a lot Emanuela Rossi > fit_19_1<-coxph(Surv(DATA_INI1,DATA_FIN1,EVENT1)~ V1+V2+alt1+alt2+strata(autocorr1)+cap1+SP+SP2+SP3+SP3:log(DATA_FIN1)+D1500+D3000+D4500+frailty.gaussian(ID),data=SURV1) Warning messages: 1: Inner loop failed to coverge for iterations 1 3 in: coxpenal.fit(X, Y, strats, offset, init = init, control, weights = weights, 2: longer object length is no...
2015 Jun 29
3
resolve errors with Samba 4 dns [RESOLVED]
...ddress 74.125.136.139 > google.com has IPv6 address 2a00:1450:4013:c01::71 > google.com mail is handled by 50 alt4.aspmx.l.google.com. > google.com mail is handled by 10 aspmx.l.google.com. > google.com mail is handled by 30 alt2.aspmx.l.google.com. > google.com mail is handled by 20 alt1.aspmx.l.google.com. > google.com mail is handled by 40 alt3.aspmx.l.google.com. > root at pf:~# How many dns servers are there in your /etc/resolv.conf? If the google one works (like above) then I'd try with only dns server: the google dns. On 6/29/2015 20:41, Gary Dale wrote: > On...
2007 Sep 12
21
MultiISP: failover and dynamic IP
Dear list, Shorewall is running here with 2 ISP''s: ISP1: corporate ADSL-line with fixed set of IP''s ISP2: fast consumer-grade cable-connection with higher bandwidth All our main traffic (web, e-mail) is routed trough ISP1. Only for special purposes (frequent large ftp-transfers) ISP2 is used, configured trough tcrules. ISP2 is not so reliable as ISP1 (duh) and they sometimes
2004 Nov 12
4
Mode in case of discrete or categorial data
Thanking John for his suggestion I build this function which get the mode of both categorial and discrete data. Mode<-function(x){t<-table(x) if (is.numeric(x)) as.numeric(names(t)[t == max(t)]) else (names(t)[t == max(t)]) } Any other improvement and suggestion will welcome. Best Vito > s [1] 1 1 6 1 1 7 6 5 6 2 1 4 5 6 6 7 3 5 4 1 7 3 7 3 3 7 7 2 1 4 4 2 7 7 6 6 1 2 [39] 5 1 7 7
2007 Nov 07
3
Blacklist questions ...
...Laptop to the outside world through these ports ? Thx for a hint ;) Cheers Joerg -- ------------------------------------------------------------------------ | Joerg Mertin : smurphy@solsys.org (Home)| | in Forchheim/Germany : smurphy@linux.de (Alt1)| | Stardust''s LiNUX System : | | Web: http://www.solsys.org | ------------------------------------------------------------------------ PGP Fingerprint: AF0F FB75 997B 025F 4538 5AD6 9888 5D97 170B 8B7A...
2006 May 03
1
BUG: opens all interfaces.
...gwin 1.5.19(0.150/4/2) and (old) FreeBSD 4.6-RELEASE sshd_config file: AllowTcpForwarding yes GatewayPorts yes Set up a forwarding tunnel: From a Kanotix box inside my firewall: ssh me at public.com -R public.com:3120:localhost:22 From other.com ssh -o 'UserKnownHostsFile /home/me/.ssh/alt1' -p 3120 gus at public.com note that "gus" is a user on my Kanotix box. The host key does not come from public.com, so I have to specify an alternate knownhosts file. sshd or ssh is still broken, you can't specify other than localhost or everyone in the universe for the receivi...
2007 Oct 11
5
Web log viewer
Hi. What system or software are you using to show the iptables log files (for example the dropped packages tagged as LOG in the Shorewall rules)? Thank you very much! Bye. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files
2016 Aug 26
0
[PATCH v8 12/18] ARM: DT: STiH407: Add spdif_out pinctrl config
...ch/arm/boot/dts/stih407-pinctrl.dtsi index 537db7e..598dbab 100644 --- a/arch/arm/boot/dts/stih407-pinctrl.dtsi +++ b/arch/arm/boot/dts/stih407-pinctrl.dtsi @@ -1114,6 +1114,14 @@ }; }; + spdif_out { + pinctrl_spdif_out: spdif_out{ + st,pins { + spdif_out = <&pio34 7 ALT1 OUT>; + }; + }; + }; + serial3 { pinctrl_serial3: serial3-0 { st,pins { -- 1.9.1
2023 Jul 14
1
dsdb audit in JSON to journald
..."group"}]}]}, "sAMAccountName": {"actions": [{"action": "add", "values": [{"value": "testgroup1"}]}]}}}} Added group testgroup1 But JSON debug to STDOUT, not journald. Why? [root at dc ~]# rpm -q samba samba-4.16.10-alt1.x86_64 -- Anton
2006 Jul 27
1
response from ajax request
...;/th> <th>Contacts</th> <td class="clear"><%= image_tag "spacer.gif", :width=> 72, :height => 1 %></td> </tr> <% for user in @users %> <tr valign="top" class="<%= cycle("alt0", "alt1") %>"> <% if @user_is_admin %> <td><%= user.login %></td> <% end %> <td> <%= user.name %> <%= make_new_line user.children %> </td> <td><pre><%= user.address %></pre></td...