Searched refs:AK4531_RESET (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/pci/ |
D | ak4531_codec.c | 407 ak4531->write(ak4531, AK4531_RESET, 0x03); /* no RST, PD */ in snd_ak4531_mixer() 411 if (idx == AK4531_RESET || idx == AK4531_CLOCK) in snd_ak4531_mixer() 445 ak4531->write(ak4531, AK4531_RESET, 0x01); in snd_ak4531_suspend() 453 ak4531->write(ak4531, AK4531_RESET, 0x03); in snd_ak4531_resume() 458 if (idx == AK4531_RESET || idx == AK4531_CLOCK) in snd_ak4531_resume()
|
D | ens1370.c | 1757 outw(ES_1370_CODEC_WRITE(AK4531_RESET, 0x02), ES_REG(ensoniq, 1370_CODEC)); in snd_ensoniq_1370_mixer() 1760 outw(ES_1370_CODEC_WRITE(AK4531_RESET, 0x03), ES_REG(ensoniq, 1370_CODEC)); in snd_ensoniq_1370_mixer() 2048 outw(ES_1370_CODEC_WRITE(AK4531_RESET, 0x02), ES_REG(ensoniq, 1370_CODEC)); in snd_ensoniq_suspend() 2051 outw(ES_1370_CODEC_WRITE(AK4531_RESET, 0x03), ES_REG(ensoniq, 1370_CODEC)); in snd_ensoniq_suspend()
|
/linux-4.4.14/include/sound/ |
D | ak4531_codec.h | 62 #define AK4531_RESET 0x16 /* Reset & power down */ macro
|