Searched refs:snd_cs46xx_codec_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 74 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read() function 212 val = snd_cs46xx_codec_read(chip, reg, codec_index); in snd_cs46xx_ac97_read() 2443 if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { in cs46xx_detect_codec() 2452 if (snd_cs46xx_codec_read(chip, AC97_MASTER, codec) == 0x8000) { in cs46xx_detect_codec() 3337 modem_power = snd_cs46xx_codec_read (chip, in voyetra_setup_eapd_slot() 3349 pin_config = snd_cs46xx_codec_read (chip, in voyetra_setup_eapd_slot() 3362 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot() 3442 oval = snd_cs46xx_codec_read(chip, AC97_POWERDOWN, in amp_voyetra() 3552 snd_cs46xx_codec_read(chip, 0x4C) & 0xFE7F); 3554 snd_cs46xx_codec_read(chip, 0x4E) | 0x0180); [all …]
|