Searched refs:snd_cs46xx_codec_read (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 88 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read() function 226 val = snd_cs46xx_codec_read(chip, reg, codec_index); in snd_cs46xx_ac97_read() 2461 if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { in cs46xx_detect_codec() 2470 if (snd_cs46xx_codec_read(chip, AC97_MASTER, codec) == 0x8000) { in cs46xx_detect_codec() 3355 modem_power = snd_cs46xx_codec_read (chip, in voyetra_setup_eapd_slot() 3367 pin_config = snd_cs46xx_codec_read (chip, in voyetra_setup_eapd_slot() 3380 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot() 3460 oval = snd_cs46xx_codec_read(chip, AC97_POWERDOWN, in amp_voyetra() 3570 snd_cs46xx_codec_read(chip, 0x4C) & 0xFE7F); 3572 snd_cs46xx_codec_read(chip, 0x4E) | 0x0180); [all …]
|