Lines Matching defs:codec_conf
31 u8 codec_conf;
126 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf;
158 /* Codec configuration values that can be used in 'codec_conf' (can be ORed) */
162 static int idt821034_set_codec_conf(struct idt821034 *idt821034, u8 codec_conf)
168 dev_dbg(&idt821034->spi->dev, "set_codec_conf(0x%x)\n", codec_conf);
175 conf = IDT821034_MODE_CODEC(0) | codec_conf;
195 idt821034->cache.codec_conf = codec_conf;
201 return idt821034->cache.codec_conf;
215 conf = IDT821034_MODE_CODEC(ch) | idt821034->cache.codec_conf;