Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/audio/
Dtas6422dac.c188 enum tas6422dac_channel_t codec_channel = audio_to_tas6422dac_channel[channel]; in codec_set_property() local
190 if (codec_channel == TAS6422DAC_CHANNEL_UNKNOWN) { in codec_set_property()
197 return codec_set_output_volume(dev, codec_channel, val.vol); in codec_set_property()
201 codec_mute_output(dev, codec_channel); in codec_set_property()
203 codec_unmute_output(dev, codec_channel); in codec_set_property()