Searched refs:codec_channel (Results 1 – 1 of 1) sorted by relevance
188 enum tas6422dac_channel_t codec_channel = audio_to_tas6422dac_channel[channel]; in codec_set_property() local190 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()