Searched refs:codec_id (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/sound/soc/intel/boards/ |
D | cht_bsw_rt5645.c | 35 char *codec_id; member 537 if (acpi_dev_found(snd_soc_cards[i].codec_id) && in snd_cht_mc_probe() 538 (!strncmp(snd_soc_cards[i].codec_id, mach->id, 8))) { in snd_cht_mc_probe() 540 "found codec %s\n", snd_soc_cards[i].codec_id); in snd_cht_mc_probe() 554 sprintf(drv->codec_name, "i2c-%s:00", drv->acpi_card->codec_id); in snd_cht_mc_probe()
|
/Linux-v5.4/include/sound/ |
D | ac97_codec.h | 359 unsigned int codec_id; /* codec id (if any), 0 = accept all */ member
|
/Linux-v5.4/sound/pci/ |
D | fm801.c | 1082 static int wait_for_codec(struct fm801 *chip, unsigned int codec_id, in wait_for_codec() argument 1088 reg | (codec_id << FM801_AC97_ADDR_SHIFT) | FM801_AC97_READ); in wait_for_codec()
|
D | ad1889.c | 735 .codec_id = AC97_ID_AD1819,
|
D | via82xx.c | 1807 .codec_id = 0x56494161, /* VT1612A */
|
/Linux-v5.4/sound/pci/ac97/ |
D | ac97_codec.c | 2907 if (quirk->codec_id && quirk->codec_id != ac97->id) in snd_ac97_tune_hardware()
|