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

/sound/soc/codecs/
H A Dak4641.c343 u8 btif; local
348 btif = (0x3 << 5);
351 btif = (0x2 << 5);
354 btif = (0x0 << 5);
357 btif = (0x1 << 5);
363 return snd_soc_update_bits(codec, AK4641_BTIF, (0x3 << 5), btif);

Completed in 90 milliseconds