Home
last modified time | relevance | path

Searched defs:scodec (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/sunxi/
H A Dsun4i-codec.c250 static void sun4i_codec_start_playback(struct sun4i_codec *scodec) in sun4i_codec_start_playback()
261 static void sun4i_codec_stop_playback(struct sun4i_codec *scodec) in sun4i_codec_stop_playback()
268 static void sun4i_codec_start_capture(struct sun4i_codec *scodec) in sun4i_codec_start_capture()
275 static void sun4i_codec_stop_capture(struct sun4i_codec *scodec) in sun4i_codec_stop_capture()
286 struct sun4i_codec *scodec = snd_soc_card_get_drvdata(rtd->card); in sun4i_codec_trigger() local
318 struct sun4i_codec *scodec = snd_soc_card_get_drvdata(rtd->card); in sun4i_codec_prepare_capture() local
359 struct sun4i_codec *scodec = snd_soc_card_get_drvdata(rtd->card); in sun4i_codec_prepare_playback() local
560 struct sun4i_codec *scodec = snd_soc_card_get_drvdata(rtd->card); in sun4i_codec_hw_params() local
1247 struct sun4i_codec *scodec = snd_soc_card_get_drvdata(card); in sun4i_codec_dai_probe() local
1686 struct sun4i_codec *scodec; in sun4i_codec_probe() local
[all …]
H A Dsun8i-codec.c197 struct sun8i_codec *scodec = dev_get_drvdata(dev); in sun8i_codec_runtime_resume() local
213 struct sun8i_codec *scodec = dev_get_drvdata(dev); in sun8i_codec_runtime_suspend() local
256 static int sun8i_codec_update_sample_rate(struct sun8i_codec *scodec) in sun8i_codec_update_sample_rate()
285 struct sun8i_codec *scodec = snd_soc_dai_get_drvdata(dai); in sun8i_codec_set_fmt() local
398 struct sun8i_codec *scodec = snd_soc_dai_get_drvdata(dai); in sun8i_codec_set_tdm_slot() local
435 struct sun8i_codec *scodec = snd_soc_dai_get_drvdata(dai); in sun8i_codec_startup() local
514 struct sun8i_codec *scodec = snd_soc_dai_get_drvdata(dai); in sun8i_codec_hw_params() local
615 struct sun8i_codec *scodec = snd_soc_dai_get_drvdata(dai); in sun8i_codec_hw_free() local
757 struct sun8i_codec *scodec = snd_soc_component_get_drvdata(component); in sun8i_codec_aif_event() local
1232 struct sun8i_codec *scodec = snd_soc_component_get_drvdata(component); in sun8i_codec_component_probe() local
[all …]
/openbmc/linux/sound/pci/hda/
H A Dpatch_cs8409.c176 static int cs8409_i2c_set_page(struct sub_codec *scodec, unsigned int i2c_reg) in cs8409_i2c_set_page()
197 static int cs8409_i2c_read(struct sub_codec *scodec, unsigned int addr) in cs8409_i2c_read()
240 static int cs8409_i2c_bulk_read(struct sub_codec *scodec, struct cs8409_i2c_param *seq, int count) in cs8409_i2c_bulk_read()
285 static int cs8409_i2c_write(struct sub_codec *scodec, unsigned int addr, unsigned int value) in cs8409_i2c_write()
325 static int cs8409_i2c_bulk_write(struct sub_codec *scodec, const struct cs8409_i2c_param *seq, in cs8409_i2c_bulk_write()