Home
last modified time | relevance | path

Searched refs:headset_codec_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/sound/soc/intel/boards/
Dsof_sdw_rt711_sdca.c143 device_remove_software_node(ctx->headset_codec_dev); in sof_sdw_rt711_sdca_exit()
144 put_device(ctx->headset_codec_dev); in sof_sdw_rt711_sdca_exit()
175 ctx->headset_codec_dev = sdw_dev; in sof_sdw_rt711_sdca_init()
Dsof_sdw_rt711.c142 device_remove_software_node(ctx->headset_codec_dev); in sof_sdw_rt711_exit()
143 put_device(ctx->headset_codec_dev); in sof_sdw_rt711_exit()
174 ctx->headset_codec_dev = sdw_dev; in sof_sdw_rt711_init()
Dsof_sdw_common.h80 struct device *headset_codec_dev; /* only one headset per card */ member