Searched refs:atiixp (Results 1 – 3 of 3) sorted by relevance
/sound/pci/ |
D | atiixp.c | 203 struct atiixp; 234 void (*enable_dma)(struct atiixp *chip, int on); 236 void (*enable_transfer)(struct atiixp *chip, int on); 238 void (*flush_dma)(struct atiixp *chip); 261 struct atiixp { struct 313 static int snd_atiixp_update_bits(struct atiixp *chip, unsigned int reg, in snd_atiixp_update_bits() 356 static int atiixp_build_dma_packets(struct atiixp *chip, struct atiixp_dma *dma, in atiixp_build_dma_packets() 416 static void atiixp_clear_dma_packets(struct atiixp *chip, struct atiixp_dma *dma, in atiixp_clear_dma_packets() 429 static int snd_atiixp_acquire_codec(struct atiixp *chip) in snd_atiixp_acquire_codec() 443 static unsigned short snd_atiixp_codec_read(struct atiixp *chip, unsigned short codec, unsigned sho… in snd_atiixp_codec_read() [all …]
|
D | Makefile | 9 snd-atiixp-objs := atiixp.o 10 snd-atiixp-modem-objs := atiixp_modem.o 35 obj-$(CONFIG_SND_ATIIXP) += snd-atiixp.o 36 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
|
D | Kconfig | 84 will be called snd-atiixp. 94 will be called snd-atiixp-modem.
|