Searched defs:hdac_bus (Results 1 – 2 of 2) sorted by relevance
247 struct hdac_bus { struct249 const struct hdac_bus_ops *ops; argument250 const struct hdac_io_ops *io_ops;253 unsigned long addr;254 void __iomem *remap_addr;255 int irq;258 struct list_head codec_list;259 unsigned int num_codecs;262 struct hdac_device *caddr_tbl[HDA_MAX_CODEC_ADDRESS + 1];265 u32 unsol_queue[HDA_UNSOL_QUEUE_SIZE * 2]; /* ring buffer */[all …]
431 void (*ack)(struct hdac_bus *, in snd_hdac_bus_handle_stream_irq()