Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1455857 > unrolled thread

atmel_ssc_dai, duplex audio support?

Started byPeter Meerwald-Stadler <pmeerw@pmeerw.net>
First post2016-08-03 17:20 +0200
Last post2016-08-03 17:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  atmel_ssc_dai, duplex audio support? Peter Meerwald-Stadler <pmeerw@pmeerw.net> - 2016-08-03 17:20 +0200

#1455857 — atmel_ssc_dai, duplex audio support?

FromPeter Meerwald-Stadler <pmeerw@pmeerw.net>
Date2016-08-03 17:20 +0200
Subjectatmel_ssc_dai, duplex audio support?
Message-ID<s267E-4aR-35@gated-at.bofh.it>
Hello,

it appears that atmel_ssc_dai does not support duplex audio, i.e. when
first starting a playback stream and then starting a record stream, the 
playback stops

problem seems to be in atmel_ssc_startup():

/* Reset the SSC to keep it at a clean status */
ssc_writel(ssc_p->ssc->regs, CR, SSC_BIT(CR_SWRST));

which is performed unconditionally when a stream starts

code was introduced with 
ASoC: atmel_ssc_dai: refactor the startup and shutdown, commit cbaadf0f90d6

tested with the 4.1 branch of linux-at91 git

thanks, regards, p.

-- 

Peter Meerwald-Stadler
+43-664-2444418 (mobile)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web