Home
last modified time | relevance | path

Searched refs:hda (Results 1 – 12 of 12) sorted by relevance

/sound/pci/hda/
DMakefile1 snd-hda-intel-objs := hda_intel.o
2 snd-hda-tegra-objs := hda_tegra.o
4 snd-hda-codec-y := hda_bind.o hda_codec.o hda_jack.o hda_auto_parser.o hda_sysfs.o
5 snd-hda-codec-y += hda_controller.o
6 snd-hda-codec-$(CONFIG_SND_PROC_FS) += hda_proc.o
8 snd-hda-codec-$(CONFIG_SND_HDA_HWDEP) += hda_hwdep.o
9 snd-hda-codec-$(CONFIG_SND_HDA_INPUT_BEEP) += hda_beep.o
15 snd-hda-codec-generic-objs := hda_generic.o
16 snd-hda-codec-realtek-objs := patch_realtek.o
17 snd-hda-codec-cmedia-objs := patch_cmedia.o
[all …]
Dhda_tegra.c188 static void hda_tegra_init(struct hda_tegra *hda) in hda_tegra_init() argument
193 v = readl(hda->regs + HDA_IPFS_CONFIG); in hda_tegra_init()
195 writel(v, hda->regs + HDA_IPFS_CONFIG); in hda_tegra_init()
198 v = readl(hda->regs + HDA_CFG_CMD); in hda_tegra_init()
202 writel(v, hda->regs + HDA_CFG_CMD); in hda_tegra_init()
204 writel(HDA_BAR0_INIT_PROGRAM, hda->regs + HDA_CFG_BAR0); in hda_tegra_init()
205 writel(HDA_BAR0_FINAL_PROGRAM, hda->regs + HDA_CFG_BAR0); in hda_tegra_init()
206 writel(HDA_FPCI_BAR0_START, hda->regs + HDA_IPFS_FPCI_BAR0); in hda_tegra_init()
208 v = readl(hda->regs + HDA_IPFS_INTR_MASK); in hda_tegra_init()
210 writel(v, hda->regs + HDA_IPFS_INTR_MASK); in hda_tegra_init()
[all …]
Dhda_intel.c603 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_position_check() local
613 schedule_work(&hda->irq_pending_work); in azx_position_check()
685 struct hda_intel *hda = container_of(work, struct hda_intel, irq_pending_work); in azx_irq_pending_work() local
686 struct azx *chip = &hda->chip; in azx_irq_pending_work()
691 if (!hda->irq_pending_warned) { in azx_irq_pending_work()
695 hda->irq_pending_warned = 1; in azx_irq_pending_work()
821 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_add_card_list() local
823 list_add(&hda->list, &card_list); in azx_add_card_list()
829 struct hda_intel *hda = container_of(chip, struct hda_intel, chip); in azx_del_card_list() local
831 list_del_init(&hda->list); in azx_del_card_list()
[all …]
DKconfig22 will be called snd-hda-intel.
37 will be called snd-hda-tegra.
82 option, such as patch=hda-init.
89 snd-hda-intel driver, such as ALC880.
99 snd-hda-intel driver, such as AD1986A.
109 snd-hda-intel driver, such as STAC9200.
119 snd-hda-intel driver, such as VT1708.
128 support in snd-hda-intel driver. This includes all AMD/ATI,
139 snd-hda-intel driver, such as CS4206.
149 snd-hda-intel driver, such as CX20549.
[all …]
/sound/hda/
DMakefile1 snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
4 snd-hda-core-objs += trace.o
8 snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
10 obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
Dtrace.h2 #define TRACE_SYSTEM hda
/sound/hda/ext/
DMakefile1 snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o
3 obj-$(CONFIG_SND_HDA_EXT_CORE) += snd-hda-ext-core.o
/sound/
DMakefile9 firewire/ sparc/ spi/ parisc/ pcmcia/ mips/ soc/ atmel/ hda/
DKconfig79 source "sound/hda/Kconfig"
/sound/soc/intel/skylake/
Dskl.c154 struct skl *hda = ebus_to_skl(ebus); in skl_resume() local
156 skl_init_pci(hda); in skl_resume()
/sound/pci/
DMakefile71 hda/ \
DKconfig904 source "sound/pci/hda/Kconfig"