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

/linux-master/sound/pci/ali5451/
H A Dali5451.c882 unsigned int audio_int; local
888 audio_int = inl(ALI_REG(codec, ALI_MISCINT));
889 if (!audio_int)
893 if (audio_int & ADDRESS_IRQ) {
/linux-master/sound/pci/trident/
H A Dtrident_main.c3653 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; local
3657 audio_int = inl(TRID_REG(trident, T4D_MISCINT));
3658 if ((audio_int & (ADDRESS_IRQ|MPU401_IRQ)) == 0)
3660 if (audio_int & ADDRESS_IRQ) {
3736 if (audio_int & MPU401_IRQ) {
/linux-master/drivers/media/i2c/
H A Dtc358743.c1051 u8 audio_int = i2c_rd8(sd, AUDIO_INT) & ~audio_int_mask; local
1053 i2c_wr8(sd, AUDIO_INT, audio_int);
1055 v4l2_dbg(3, debug, sd, "%s: AUDIO_INT = 0x%02x\n", __func__, audio_int);

Completed in 152 milliseconds