Home
last modified time | relevance | path

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

/openbmc/linux/sound/hda/
H A Dhdac_device.c989 static unsigned int codec_read(struct hdac_device *hdac, hda_nid_t nid, in codec_read() function
1024 return codec_read(hdac, nid, flags, verb, parm); in snd_hdac_codec_read()
1060 unsigned int state = codec_read(hdac, nid, 0, in snd_hdac_check_power_state()
/openbmc/linux/arch/mips/include/asm/ip32/
H A Dmace.h138 volatile unsigned long codec_read; /* codec status read data */ member
/openbmc/qemu/hw/audio/
H A Dvia-ac97.c84 static uint16_t codec_read(ViaAC97State *s, uint8_t addr) in codec_read() function
358 s->ac97_cmd |= codec_read(s, (val >> 16) & 0x7f); in sgd_write()
/openbmc/linux/sound/mips/
H A Dsgio2audio.c115 val = readq(&mace->perif.audio.codec_read); in read_ad1843_reg()