Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Dak4641.c342 u8 btif; in ak4641_pcm_set_dai_fmt() local
348 btif = (0x3 << 5); in ak4641_pcm_set_dai_fmt()
351 btif = (0x2 << 5); in ak4641_pcm_set_dai_fmt()
354 btif = (0x0 << 5); in ak4641_pcm_set_dai_fmt()
357 btif = (0x1 << 5); in ak4641_pcm_set_dai_fmt()
363 ret = snd_soc_update_bits(codec, AK4641_BTIF, (0x3 << 5), btif); in ak4641_pcm_set_dai_fmt()