Searched refs:snd_cs46xx_codec_read (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/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() 2430 if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { in cs46xx_detect_codec() 2439 if (snd_cs46xx_codec_read(chip, AC97_MASTER, codec) == 0x8000) { in cs46xx_detect_codec() 3298 modem_power = snd_cs46xx_codec_read (chip, in voyetra_setup_eapd_slot() 3310 pin_config = snd_cs46xx_codec_read (chip, in voyetra_setup_eapd_slot() 3323 logic_type = snd_cs46xx_codec_read(chip, AC97_GPIO_POLARITY, in voyetra_setup_eapd_slot() 3403 oval = snd_cs46xx_codec_read(chip, AC97_POWERDOWN, in amp_voyetra() 3514 snd_cs46xx_codec_read(chip, 0x4C) & 0xFE7F); 3516 snd_cs46xx_codec_read(chip, 0x4E) | 0x0180); [all …]
|