Home
last modified time | relevance | path

Searched refs:codec (Results 1 – 11 of 11) sorted by relevance

/include/linux/
Dac97_codec.h268 u16 (*codec_read) (struct ac97_codec *codec, u8 reg);
269 void (*codec_write) (struct ac97_codec *codec, u8 reg, u16 val);
272 void (*codec_wait) (struct ac97_codec *codec);
275 void (*codec_unregister) (struct ac97_codec *codec);
294 int (*read_mixer) (struct ac97_codec *codec, int oss_channel);
295 void (*write_mixer)(struct ac97_codec *codec, int oss_channel,
297 int (*recmask_io) (struct ac97_codec *codec, int rw, int mask);
298 int (*mixer_ioctl)(struct ac97_codec *codec, unsigned int cmd, unsigned long arg);
304 int (*modem_ioctl)(struct ac97_codec *codec, unsigned int cmd, unsigned long arg);
316 int (*amplifier)(struct ac97_codec *codec, int on);
[all …]
Dtelephony.h76 codec, enumerator
Dwm97xx.h267 struct wm97xx_codec_drv *codec; /* attached codec driver*/ member
/include/sound/
Dsoc.h175 int snd_soc_register_codec(struct snd_soc_codec *codec);
176 void snd_soc_unregister_codec(struct snd_soc_codec *codec);
188 #define snd_soc_read(codec, reg) codec->read(codec, reg) argument
189 #define snd_soc_write(codec, reg, value) codec->write(codec, reg, value) argument
192 int snd_soc_update_bits(struct snd_soc_codec *codec, unsigned short reg,
194 int snd_soc_test_bits(struct snd_soc_codec *codec, unsigned short reg,
197 int snd_soc_new_ac97_codec(struct snd_soc_codec *codec,
199 void snd_soc_free_ac97_codec(struct snd_soc_codec *codec);
352 int (*init)(struct snd_soc_codec *codec);
396 struct snd_soc_codec *codec; member
Dsoc-dapm.h231 int snd_soc_dapm_new_control(struct snd_soc_codec *codec,
233 int snd_soc_dapm_new_controls(struct snd_soc_codec *codec,
238 int snd_soc_dapm_new_widgets(struct snd_soc_codec *codec);
240 int snd_soc_dapm_add_routes(struct snd_soc_codec *codec,
244 int snd_soc_dapm_stream_event(struct snd_soc_codec *codec, char *stream,
253 int snd_soc_dapm_enable_pin(struct snd_soc_codec *codec, char *pin);
254 int snd_soc_dapm_disable_pin(struct snd_soc_codec *codec, char *pin);
255 int snd_soc_dapm_nc_pin(struct snd_soc_codec *codec, char *pin);
256 int snd_soc_dapm_get_pin_status(struct snd_soc_codec *codec, char *pin);
257 int snd_soc_dapm_sync(struct snd_soc_codec *codec);
[all …]
Des1688.h58 #define ES1688P(codec, x) ((codec)->port + e_s_s_ESS1688##x) argument
Dsoc-dai.h214 struct snd_soc_codec *codec; member
224 struct snd_soc_codec *codec; member
Dac97_codec.h455 struct snd_ac97 *codec[4]; member
629 struct snd_ac97 *codec[4]; /* allocated codecs */ member
Dvx_core.h105 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data);
/include/linux/mfd/wm8350/
Daudio.h624 struct snd_soc_codec *codec; member
Dcore.h630 struct wm8350_codec codec; member