.. | .. |
---|
33 | 33 | int num_nodes); |
---|
34 | 34 | void hda_widget_sysfs_exit(struct hdac_device *codec); |
---|
35 | 35 | |
---|
| 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 | + |
---|
36 | 46 | #endif /* __HDAC_LOCAL_H */ |
---|