Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/audio/
Dtas6422dac.c190 enum tas6422dac_channel_t codec_channel = audio_to_tas6422dac_channel[channel]; in codec_set_property() local
192 if (codec_channel == TAS6422DAC_CHANNEL_UNKNOWN) { in codec_set_property()
199 return codec_set_output_volume(dev, codec_channel, val.vol); in codec_set_property()
203 codec_mute_output(dev, codec_channel); in codec_set_property()
205 codec_unmute_output(dev, codec_channel); in codec_set_property()