lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 27 Feb 2018 22:24:29 +0100
From:   Mylène Josserand <mylene.josserand@...tlin.com>
To:     lgirdwood@...il.com, broonie@...nel.org, robh+dt@...nel.org,
        mark.rutland@....com, perex@...ex.cz, tiwai@...e.com
Cc:     alsa-devel@...a-project.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, mylene.josserand@...tlin.com,
        alexandre.belloni@...tlin.com, thomas.petazzoni@...tlin.com
Subject: [PATCH v1 0/4] ASoC: Add support for DAC PCM1789

Hello everyone,

You will find in this series the support of Texas Instrument's DAC
PCM1789.
This DAC is very minimalist and is similar to PCM1792a except for
some differences in registers.
Series based on asoc tree, "for-next" branch (last commit 130c3888dfdc).

It is important to notice that this DAC needs to always have clocks
enabled (even without any data) otherwise it will be in a "desynchronized"
state and can not send data correctly.
This issue has been solved by performing a reset each time a sound
is played (see patch 04). This reset can produce a "pop" noise.

Thank you in advance for any review.

Best regards,
Mylène

Mylène Josserand (4):
  ASoC: codecs: pcm179x: Add PCM1789 id
  ASoC: codecs: pcm179x: Add support for PCM1789
  ASoC: codecs: pcm179x: Add reset gpio
  ASoC: codecs: pcm179x: Add trigger function to perform a reset

 .../devicetree/bindings/sound/pcm179x.txt          |   2 +-
 sound/soc/codecs/pcm179x-i2c.c                     |  17 +-
 sound/soc/codecs/pcm179x.c                         | 242 ++++++++++++++++++++-
 sound/soc/codecs/pcm179x.h                         |  10 +-
 4 files changed, 264 insertions(+), 7 deletions(-)

-- 
2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ