Home
last modified time | relevance | path

Searched defs:codec (Results 51 – 75 of 293) sorted by relevance

12345678910>>...12

/openbmc/linux/sound/soc/codecs/
H A Dcx2072x.c42 struct snd_soc_component *codec; member
865 struct snd_soc_component *codec = snd_soc_dapm_to_component(w->dapm); in afg_power_ev() local
911 struct snd_soc_component *codec = dai->component; in cx2072x_hw_params() local
979 struct snd_soc_component *codec = dai->component; in cx2072x_set_dai_bclk_ratio() local
989 struct snd_soc_component *codec = dai->component; in cx2072x_set_dai_sysclk() local
1003 struct snd_soc_component *codec = dai->component; in cx2072x_set_dai_fmt() local
1345 static int cx2072x_set_bias_level(struct snd_soc_component *codec, in cx2072x_set_bias_level()
1368 static void cx2072x_enable_jack_detect(struct snd_soc_component *codec) in cx2072x_enable_jack_detect()
1410 struct snd_soc_component *codec = data; in cx2072x_jack_status_check() local
1457 static int cx2072x_set_jack(struct snd_soc_component *codec, in cx2072x_set_jack()
[all …]
H A Daw88261.c819 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_profile_info() local
857 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_profile_get() local
868 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_profile_set() local
894 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_volume_get() local
906 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_volume_set() local
931 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_get_fade_step() local
942 struct snd_soc_component *codec = snd_soc_kcontrol_component(kcontrol); in aw88261_set_fade_step() local
H A Dhda.h11 #define hda_codec_is_display(codec) \ argument
/openbmc/linux/sound/pci/hda/
H A Dpatch_ca0110.c27 static int ca0110_parse_auto_config(struct hda_codec *codec) in ca0110_parse_auto_config()
43 static int patch_ca0110(struct hda_codec *codec) in patch_ca0110()
H A Dpatch_cmedia.c35 static int patch_cmi9880(struct hda_codec *codec) in patch_cmi9880()
64 static int patch_cmi8888(struct hda_codec *codec) in patch_cmi8888()
H A Dideapad_s740_helper.c483 static void alc285_fixup_ideapad_s740_coef(struct hda_codec *codec, in alc285_fixup_ideapad_s740_coef()
/openbmc/linux/drivers/media/pci/zoran/
H A Dzr36050.c526 static int zr36050_set_mode(struct videocodec *codec, int mode) in zr36050_set_mode()
543 static int zr36050_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36050_set_video()
586 static int zr36050_control(struct videocodec *codec, int type, int size, void *data) in zr36050_control()
700 static int zr36050_unset(struct videocodec *codec) in zr36050_unset()
729 static int zr36050_setup(struct videocodec *codec) in zr36050_setup()
H A Dzr36060.c466 static int zr36060_set_mode(struct videocodec *codec, int mode) in zr36060_set_mode()
483 static int zr36060_set_video(struct videocodec *codec, const struct tvnorm *norm, in zr36060_set_video()
642 static int zr36060_control(struct videocodec *codec, int type, int size, void *data) in zr36060_control()
759 static int zr36060_unset(struct videocodec *codec) in zr36060_unset()
785 static int zr36060_setup(struct videocodec *codec) in zr36060_setup()
H A Dzoran_card.c98 static u32 zr36060_read(struct videocodec *codec, u16 reg) in zr36060_read()
111 static void zr36060_write(struct videocodec *codec, u16 reg, u32 val) in zr36060_write()
123 static u32 zr36050_read(struct videocodec *codec, u16 reg) in zr36050_read()
135 static void zr36050_write(struct videocodec *codec, u16 reg, u32 val) in zr36050_write()
146 static u32 zr36016_read(struct videocodec *codec, u16 reg) in zr36016_read()
159 void zr36016_write(struct videocodec *codec, u16 reg, u32 val) in zr36016_write()
/openbmc/linux/sound/pci/
H A Dazt3328.c337 snd_azf3328_codec_outb(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outb()
352 snd_azf3328_codec_outw(const struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_outw()
1200 snd_azf3328_codec_setfmt(struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_setfmt()
1320 struct snd_azf3328_codec_data *codec = &chip->codecs[codec_type]; in snd_azf3328_ctrl_codec_activity() local
1365 struct snd_azf3328_codec_data *codec, in snd_azf3328_codec_setdmaa()
1422 struct snd_azf3328_codec_data *codec = runtime->private_data; in snd_azf3328_pcm_prepare() local
1446 struct snd_azf3328_codec_data *codec = runtime->private_data; in snd_azf3328_pcm_trigger() local
1601 const struct snd_azf3328_codec_data *codec = in snd_azf3328_pcm_pointer() local
1858 const struct snd_azf3328_codec_data *codec = first_codec; in snd_azf3328_pcm_interrupt() local
2047 struct snd_azf3328_codec_data *codec = in snd_azf3328_pcm_close() local
[all …]
/openbmc/linux/sound/hda/ext/
H A Dhdac_ext_controller.c358 static void hdac_ext_codec_link_up(struct hdac_device *codec) in hdac_ext_codec_link_up()
368 static void hdac_ext_codec_link_down(struct hdac_device *codec) in hdac_ext_codec_link_down()
378 void snd_hdac_ext_bus_link_power(struct hdac_device *codec, bool enable) in snd_hdac_ext_bus_link_power()
/openbmc/linux/include/sound/
H A Dhda_component.h37 static inline int snd_hdac_sync_audio_rate(struct hdac_device *codec, in snd_hdac_sync_audio_rate()
42 static inline int snd_hdac_acomp_get_eld(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_acomp_get_eld()
H A Dhdaudio.h170 static inline int snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm()
186 static inline void snd_hdac_enter_pm(struct hdac_device *codec) in snd_hdac_enter_pm()
192 static inline void snd_hdac_leave_pm(struct hdac_device *codec) in snd_hdac_leave_pm()
197 static inline bool snd_hdac_is_in_pm(struct hdac_device *codec) in snd_hdac_is_in_pm()
202 static inline bool snd_hdac_is_power_on(struct hdac_device *codec) in snd_hdac_is_power_on()
207 static inline int snd_hdac_power_up(struct hdac_device *codec) { return 0; } in snd_hdac_power_up()
208 static inline int snd_hdac_power_down(struct hdac_device *codec) { return 0; } in snd_hdac_power_down()
209 static inline int snd_hdac_power_up_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_up_pm()
210 static inline int snd_hdac_power_down_pm(struct hdac_device *codec) { return 0; } in snd_hdac_power_down_pm()
212 static inline void snd_hdac_enter_pm(struct hdac_device *codec) {} in snd_hdac_enter_pm()
[all …]
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_pcm512x.c92 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in sof_pcm512x_codec_init() local
105 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in aif1_startup() local
116 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in aif1_shutdown() local
H A Dbdw_rt286.c64 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in codec_link_init() local
78 struct snd_soc_component *codec = asoc_rtd_to_codec(rtd, 0)->component; in codec_link_exit() local
/openbmc/linux/sound/soc/intel/avs/
H A Dboard_selection.c424 struct platform_device *codec, *board; in avs_register_dmic_board() local
562 static int avs_register_hda_board(struct avs_dev *adev, struct hda_codec *codec) in avs_register_hda_board()
614 struct hda_codec *codec; in avs_register_hda_boards() local
/openbmc/linux/sound/ac97/
H A Dbus.c105 struct ac97_codec_device *codec; in ac97_codec_add() local
393 struct ac97_codec_device *codec = to_ac97_device(dev); in ac97_pm_runtime_suspend() local
408 struct ac97_codec_device *codec = to_ac97_device(dev); in ac97_pm_runtime_resume() local
461 struct ac97_codec_device *codec = to_ac97_device(dev); in vendor_id_show() local
/openbmc/u-boot/arch/arm/dts/
H A Dsun8i-a23.dtsi53 codec: codec@1c22c00 { label
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-a23.dtsi49 codec: codec@1c22c00 { label
/openbmc/linux/sound/pci/oxygen/
H A Doxygen_io.c117 void oxygen_write_ac97(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97()
142 u16 oxygen_read_ac97(struct oxygen *chip, unsigned int codec, in oxygen_read_ac97()
175 void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, in oxygen_write_ac97_masked()
H A Doxygen_mixer.c508 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_switch_get() local
546 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_switch_put() local
602 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_volume_get() local
623 unsigned int codec = (ctl->private_value >> 24) & 1; in ac97_volume_put() local
729 #define AC97_SWITCH(xname, codec, index, bitnr, invert) { \ argument
738 #define AC97_VOLUME(xname, codec, index, stereo) { \ argument
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4412-itop-elite.dts185 codec: audio-codec@1a { label
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1012a-oxalis.dts76 codec: audio-codec@a { label
H A Dfsl-ls1012a-qds.dts124 codec: sgtl5000@a { label
H A Dfsl-ls1012a-frdm.dts88 codec: sgtl5000@a { label

12345678910>>...12