Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw_rt_sdca_jack_common.c163 if (!ctx->headset_codec_dev) in sof_sdw_rt_sdca_jack_exit()
169 device_remove_software_node(ctx->headset_codec_dev); in sof_sdw_rt_sdca_jack_exit()
170 put_device(ctx->headset_codec_dev); in sof_sdw_rt_sdca_jack_exit()
171 ctx->headset_codec_dev = NULL; in sof_sdw_rt_sdca_jack_exit()
202 ctx->headset_codec_dev = sdw_dev; in sof_sdw_rt_sdca_jack_init()
H A Dsof_sdw_rt711.c142 if (!ctx->headset_codec_dev) in sof_sdw_rt711_exit()
145 device_remove_software_node(ctx->headset_codec_dev); in sof_sdw_rt711_exit()
146 put_device(ctx->headset_codec_dev); in sof_sdw_rt711_exit()
177 ctx->headset_codec_dev = sdw_dev; in sof_sdw_rt711_init()
H A Dsof_sdw_common.h98 struct device *headset_codec_dev; /* only one headset per card */ member