Searched refs:snd_m3 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/pci/ |
D | maestro3.c | 739 struct snd_m3 { struct 930 static inline void snd_m3_outw(struct snd_m3 *chip, u16 value, unsigned long reg) in snd_m3_outw() 935 static inline u16 snd_m3_inw(struct snd_m3 *chip, unsigned long reg) in snd_m3_inw() 940 static inline void snd_m3_outb(struct snd_m3 *chip, u8 value, unsigned long reg) in snd_m3_outb() 945 static inline u8 snd_m3_inb(struct snd_m3 *chip, unsigned long reg) in snd_m3_inb() 954 static u16 snd_m3_assp_read(struct snd_m3 *chip, u16 region, u16 index) in snd_m3_assp_read() 961 static void snd_m3_assp_write(struct snd_m3 *chip, u16 region, u16 index, u16 data) in snd_m3_assp_write() 968 static void snd_m3_assp_halt(struct snd_m3 *chip) in snd_m3_assp_halt() 975 static void snd_m3_assp_continue(struct snd_m3 *chip) in snd_m3_assp_continue() 989 static int snd_m3_add_list(struct snd_m3 *chip, struct m3_list *list, u16 val) in snd_m3_add_list() [all …]
|