Searched refs:atiixp (Results 1 – 3 of 3) sorted by relevance
/sound/pci/ |
D | atiixp.c | 189 struct atiixp; 220 void (*enable_dma)(struct atiixp *chip, int on); 222 void (*enable_transfer)(struct atiixp *chip, int on); 224 void (*flush_dma)(struct atiixp *chip); 247 struct atiixp { struct 299 static int snd_atiixp_update_bits(struct atiixp *chip, unsigned int reg, in snd_atiixp_update_bits() 342 static int atiixp_build_dma_packets(struct atiixp *chip, struct atiixp_dma *dma, in atiixp_build_dma_packets() 402 static void atiixp_clear_dma_packets(struct atiixp *chip, struct atiixp_dma *dma, in atiixp_clear_dma_packets() 415 static int snd_atiixp_acquire_codec(struct atiixp *chip) in snd_atiixp_acquire_codec() 429 static unsigned short snd_atiixp_codec_read(struct atiixp *chip, unsigned short codec, unsigned sho… in snd_atiixp_codec_read() [all …]
|
D | Makefile | 10 snd-atiixp-objs := atiixp.o 11 snd-atiixp-modem-objs := atiixp_modem.o 36 obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o 37 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
|
D | Kconfig | 85 will be called snd-atiixp. 95 will be called snd-atiixp-modem.
|