Searched defs:codec (Results 1 - 13 of 13) sorted by relevance

/include/sound/
H A Dsh_fsi.h94 const char *codec; member in struct:fsi_ak4642_info
H A Dcompress_offload.h47 * @codec: codec parameters
52 struct snd_codec codec; member in struct:snd_compr_params
113 * struct snd_compr_codec_caps: query capability of codec
114 * @codec: codec for which capability is queried
115 * @num_descriptors: number of codec descriptors
116 * @descriptor: array of codec capability descriptor
119 __u32 codec; member in struct:snd_compr_codec_caps
127 * SNDRV_COMPRESS_GET_CODEC_CAPS: Query capability of a codec
[all...]
H A Dsoc-dai.h63 * This is wrt the codec, the inverse is true for the interface
64 * i.e. if the codec is clk and FRM master then the interface is
67 #define SND_SOC_DAIFMT_CBM_CFM (1 << 12) /* codec clk & FRM master */
68 #define SND_SOC_DAIFMT_CBS_CFM (2 << 12) /* codec clk slave & FRM master */
69 #define SND_SOC_DAIFMT_CBM_CFS (3 << 12) /* codec clk master & frame slave */
70 #define SND_SOC_DAIFMT_CBS_CFS (4 << 12) /* codec clk & FRM slave */
228 void *ac97_pdata; /* platform_data for the ac97 codec */
252 /* parent platform/codec */
254 struct snd_soc_codec *codec; member in struct:snd_soc_dai
H A Dsoc-dapm.h29 * Usually controlled at codec probe/remove, although can be set
34 * 3. Path domain - Internal codec path mixers
41 /* codec domain */
400 void snd_soc_dapm_auto_nc_codec_pins(struct snd_soc_codec *codec);
424 snd_soc_dapm_vmid, /* codec bias/vmid - to minimise pops */
484 struct snd_soc_codec *codec; member in struct:snd_soc_dapm_widget
502 unsigned char connected:1; /* connected codec pin */
555 struct snd_soc_codec *codec; /* parent codec */ member in struct:snd_soc_dapm_context
H A Dsoc.h296 int snd_soc_codec_set_sysclk(struct snd_soc_codec *codec, int clk_id,
298 int snd_soc_codec_set_pll(struct snd_soc_codec *codec, int pll_id, int source,
313 int snd_soc_codec_volatile_register(struct snd_soc_codec *codec,
315 int snd_soc_codec_readable_register(struct snd_soc_codec *codec,
317 int snd_soc_codec_writable_register(struct snd_soc_codec *codec,
319 int snd_soc_codec_set_cache_io(struct snd_soc_codec *codec,
322 int snd_soc_cache_sync(struct snd_soc_codec *codec);
323 int snd_soc_cache_init(struct snd_soc_codec *codec);
324 int snd_soc_cache_exit(struct snd_soc_codec *codec);
325 int snd_soc_cache_write(struct snd_soc_codec *codec,
522 struct snd_soc_codec *codec; member in struct:snd_soc_jack
905 struct snd_soc_codec *codec; member in struct:snd_soc_pcm_runtime
958 snd_soc_codec_set_drvdata(struct snd_soc_codec *codec, void *data) argument
964 snd_soc_codec_get_drvdata(struct snd_soc_codec *codec) argument
[all...]
H A Dac97_codec.h39 * AC'97 codec registers
91 /* range 0x60-0x6f (page 1) - extended codec registers */
176 #define AC97_EI_AMAP 0x0200 /* indicates optional slot/DAC mapping based on codec ID */
181 #define AC97_EI_ADDR_MASK 0xc000 /* physical codec ID (address) */
237 #define AC97_MEI_ADDR_MASK 0xc000 /* physical codec ID (address) */
293 #define AC97_AD_CODEC_CFG 0x70 /* codec configuration */
377 #define AC97_SCAP_AUDIO (1<<0) /* audio codec 97 */
378 #define AC97_SCAP_MODEM (1<<1) /* modem codec 97 */
381 #define AC97_SCAP_SKIP_AUDIO (1<<4) /* skip audio part of codec */
382 #define AC97_SCAP_SKIP_MODEM (1<<5) /* skip modem part of codec */
463 struct snd_ac97 *codec[4]; member in struct:snd_ac97_bus
637 struct snd_ac97 *codec[4]; /* allocated codecs */ member in struct:ac97_pcm::__anon1821
[all...]
/include/linux/mfd/
H A Ddavinci_voicecodec.h101 struct snd_soc_codec *codec; member in struct:cq93vc
H A Dtwl6040.h197 struct twl6040_codec_data *codec; member in struct:twl6040_platform_data
/include/linux/
H A Dtelephony.h76 codec, enumerator in enum:__anon1313
H A Dwm97xx.h268 u16 dig[3], id, gpio[6], misc; /* Cached codec registers */
270 struct wm97xx_codec_drv *codec; /* attached codec driver*/ member in struct:wm97xx
272 struct snd_ac97 *ac97; /* ALSA codec access */
313 * This can be used to set/get codec GPIO and Virtual GPIO status.
326 /* codec AC97 IO access */
/include/linux/mfd/wm8350/
H A Daudio.h617 u32 codec_current_charge:2; /* codec current @ vmid charge */
624 struct snd_soc_codec *codec; member in struct:wm8350_codec
H A Dcore.h634 struct wm8350_codec codec; member in struct:wm8350
/include/linux/i2c/
H A Dtwl.h678 struct twl4030_codec_data *codec; member in struct:twl4030_audio_data

Completed in 238 milliseconds