snd_soc_codec_device
Defined in 1 files: include/sound/soc.h, line (as a struct). Referenced in ...
Defined in 1 files: include/sound/soc.h, line (as a struct). Referenced in files: include/sound/soc-of-simple.h, line 15 · include/sound/soc.h · line · line.
⬇ Download Full VersionDefined in 1 files: include/sound/soc.h, line (as a struct). Referenced in ...
Defined in 1 files: include/sound/soc.h, line (as a struct). Referenced in 90 files: include/sound/soc-of-simple.h, line 15 · include/sound/soc.h · line · line.
⬇ Download Full Versionstruct snd_soc_codec_device {. int (*probe)(struct platform_device *pdev);....
struct snd_soc_codec_device {. int (*probe)(struct platform_device *pdev);. int (*remove)(struct platform_device *pdev);. int (*suspend)(struct.
⬇ Download Full Version(2)soc_new_pcm 根据card->num_links,创建所有的pcm,主要是播放流playback 和录音流record ,每次创...
(2)soc_new_pcm 根据card->num_links,创建所有的pcm,主要是播放流playback 和录音流record ,每次创建新PCM都是调用static int.
⬇ Download Full Version以wolfsen的wm codec为例,在wmc中可以看到struct snd_soc_codec_device soc_codec_dev_wm =...
以wolfsen的wm codec为例,在wmc中可以看到struct snd_soc_codec_device soc_codec_dev_wm = {.probe = wm_probe.
⬇ Download Full Version(2)soc_new_pcm根据card->num_links,创建所有的pcm,主要是播放流playback 和录音流record ,每次创建...
(2)soc_new_pcm根据card->num_links,创建所有的pcm,主要是播放流playback 和录音流record ,每次创建新PCM都是调用static int.
⬇ Download Full Versionstruct snd_soc_codec_device soc_codec_dev_wm;. /*. * We can't read the...
struct snd_soc_codec_device soc_codec_dev_wm;. /*. * We can't read the WM register space so we cache them instead. * Note that the defaults here. static.
⬇ Download Full Version转自: snd_soc_codec_device 之snd_soc_new_pcms 以wolfsen的wm codec为例,在wmc中可以看到str...
转自: snd_soc_codec_device 之snd_soc_new_pcms 以wolfsen的wm codec为例,在wmc中可以看到struct snd_soc_codec_device.
⬇ Download Full Version#define LM_DIGITAL_ATTENUATION_DACR1 0xA9 extern struct snd_soc_codec_devic...
#define LM_DIGITAL_ATTENUATION_DACR1 0xA9 extern struct snd_soc_codec_device soc_codec_lm; struct lm_setup_data { unsigned.
⬇ Download Full Versioncodec device */ struct snd_soc_codec_device { int (*probe)(struct platform_...
codec device */ struct snd_soc_codec_device { int (*probe)(struct platform_device *pdev); int (*remove)(struct platform_device *pdev); int (*suspend)(struct.
⬇ Download Full Version"" struct snd_soc_codec_device soc_codec_dev_ak; diff --git a/sou...
"" struct snd_soc_codec_device soc_codec_dev_ak; diff --git a/sound/soc/codecs/ssmc b/sound/soc/codecs/ssmc index ce1cef0da.
⬇ Download Full Versionhave two snd_soc_codec_device structures: * AIC3x struct snd_soc_codec_devi...
have two snd_soc_codec_device structures: * AIC3x struct snd_soc_codec_device soc_codec_dev_aic3x = {.probe = aic3x_probe,.remove.
⬇ Download Full Versionterms of the GNU General Public License version 2 as @@ ,13 +28,6 @@ #inclu...
terms of the GNU General Public License version 2 as @@ ,13 +28,6 @@ #include "wmh" -struct snd_soc_codec_device soc_codec_dev_wm;.
⬇ Download Full Versionmore related to i2c instead of alsa soc. I am sure the SoC part is good, th...
more related to i2c instead of alsa soc. I am sure the SoC part is good, the i2c address is passed to wm through snd_soc_codec_device.
⬇ Download Full Versionsocdev->card; struct snd_soc_platform *platform = socdev->platform; s...
socdev->card; struct snd_soc_platform *platform = socdev->platform; struct snd_soc_codec_device *codec_dev = socdev->codec_dev; struct snd_soc_codec.
⬇ Download Full Version