Searched refs:hda (Results 1 – 7 of 7) sorted by relevance
/sound/pci/hda/ |
D | Makefile | 1 snd-hda-intel-objs := hda_intel.o 2 snd-hda-controller-objs := hda_controller.o 3 snd-hda-tegra-objs := hda_tegra.o 5 snd-hda-intel-$(CONFIG_SND_HDA_I915) += hda_i915.o 7 snd-hda-codec-y := hda_codec.o hda_jack.o hda_auto_parser.o hda_sysfs.o 8 snd-hda-codec-$(CONFIG_PROC_FS) += hda_proc.o 9 snd-hda-codec-$(CONFIG_SND_HDA_HWDEP) += hda_hwdep.o 10 snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o 16 snd-hda-codec-generic-objs := hda_generic.o 17 snd-hda-codec-realtek-objs := patch_realtek.o [all …]
|
D | hda_tegra.c | 190 static void hda_tegra_init(struct hda_tegra *hda) in hda_tegra_init() argument 195 v = readl(hda->regs + HDA_IPFS_CONFIG); in hda_tegra_init() 197 writel(v, hda->regs + HDA_IPFS_CONFIG); in hda_tegra_init() 200 v = readl(hda->regs + HDA_CFG_CMD); in hda_tegra_init() 204 writel(v, hda->regs + HDA_CFG_CMD); in hda_tegra_init() 206 writel(HDA_BAR0_INIT_PROGRAM, hda->regs + HDA_CFG_BAR0); in hda_tegra_init() 207 writel(HDA_BAR0_FINAL_PROGRAM, hda->regs + HDA_CFG_BAR0); in hda_tegra_init() 208 writel(HDA_FPCI_BAR0_START, hda->regs + HDA_IPFS_FPCI_BAR0); in hda_tegra_init() 210 v = readl(hda->regs + HDA_IPFS_INTR_MASK); in hda_tegra_init() 212 writel(v, hda->regs + HDA_IPFS_INTR_MASK); in hda_tegra_init() [all …]
|
D | hda_intel.c | 544 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_position_check() local 554 queue_work(chip->bus->workq, &hda->irq_pending_work); in azx_position_check() 615 struct hda_intel *hda = container_of(work, struct hda_intel, irq_pending_work); in azx_irq_pending_work() local 616 struct azx *chip = &hda->chip; in azx_irq_pending_work() 619 if (!hda->irq_pending_warned) { in azx_irq_pending_work() 623 hda->irq_pending_warned = 1; in azx_irq_pending_work() 743 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_add_card_list() local 745 list_add(&hda->list, &card_list); in azx_add_card_list() 751 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_del_card_list() local 753 list_del_init(&hda->list); in azx_del_card_list() [all …]
|
D | Kconfig | 21 will be called snd-hda-intel. 36 will be called snd-hda-tegra. 105 option, such as patch=hda-init. 112 snd-hda-intel driver, such as ALC880. 122 snd-hda-intel driver, such as AD1986A. 132 snd-hda-intel driver, such as STAC9200. 142 snd-hda-intel driver, such as VT1708. 151 support in snd-hda-intel driver. This includes all AMD/ATI, 167 snd-hda-intel driver, such as CS4206. 177 snd-hda-intel driver, such as CX20549. [all …]
|
D | hda_trace.h | 2 #define TRACE_SYSTEM hda
|
/sound/pci/ |
D | Makefile | 71 hda/ \
|
D | Kconfig | 892 source "sound/pci/hda/Kconfig"
|