hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/sound/hda/local.h
....@@ -33,4 +33,14 @@
3333 int num_nodes);
3434 void hda_widget_sysfs_exit(struct hdac_device *codec);
3535
36
+int snd_hdac_bus_add_device(struct hdac_bus *bus, struct hdac_device *codec);
37
+void snd_hdac_bus_remove_device(struct hdac_bus *bus,
38
+ struct hdac_device *codec);
39
+void snd_hdac_bus_queue_event(struct hdac_bus *bus, u32 res, u32 res_ex);
40
+int snd_hdac_bus_exec_verb(struct hdac_bus *bus, unsigned int addr,
41
+ unsigned int cmd, unsigned int *res);
42
+
43
+int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd,
44
+ unsigned int flags, unsigned int *res);
45
+
3646 #endif /* __HDAC_LOCAL_H */