Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:linux-drivers:sound:ssm2518 [14 Apr 2014 10:30] – Driver is upstream Lars-Peter Clausenresources:tools-software:linux-drivers:sound:ssm2518 [09 Sep 2019 09:49] (current) – add removed interface important note Bogdan Togorean
Line 18: Line 18:
 ==== Status ==== ==== Status ====
  
- Source   Mainlined?  ^+^ Source ^ Mainlined? ^
 | [[git.linux.org>sound/soc/codecs/ssm2518.c|git]] | [[git.linux.org>sound/soc/codecs/ssm2518.c|Yes]] | | [[git.linux.org>sound/soc/codecs/ssm2518.c|git]] | [[git.linux.org>sound/soc/codecs/ssm2518.c|Yes]] |
  
Line 123: Line 123:
  
 ^ Name ^ Supported by driver ^ Description ^ ^ Name ^ Supported by driver ^ Description ^
-| SND_SOC_DAIFMT_I2S     | yes | I2S Justified mode |+| SND_SOC_DAIFMT_I2S     | yes | I2S mode |
 | SND_SOC_DAIFMT_RIGHT_J | yes | Right Justified mode | | SND_SOC_DAIFMT_RIGHT_J | yes | Right Justified mode |
 | SND_SOC_DAIFMT_LEFT_J  | yes | Left Justified mode  | | SND_SOC_DAIFMT_LEFT_J  | yes | Left Justified mode  |
Line 164: Line 164:
 }; };
 </code> </code>
 +
 +<note important>Starting with Kernel v4.18 ''snd_soc_codec_set_sysclk'' interface was removed. Instead ''snd_soc_component_set_sysclk'' should be used</note>
  
 ==== TDM configuration ==== ==== TDM configuration ====
Line 196: Line 198:
 ==== Example DAI configuration ==== ==== Example DAI configuration ====
  
-<codec>+<code c>
 #include "../codecs/ssm2518.h" #include "../codecs/ssm2518.h"
  
resources/tools-software/linux-drivers/sound/ssm2518.1397464225.txt.gz · Last modified: 14 Apr 2014 10:30 by Lars-Peter Clausen