Lines Matching refs:hda_bus
25 struct hda_bus;
34 * each controller needs to creata a hda_bus to assign the accessor.
35 * A hda_bus contains several codecs in the list codec_list.
37 struct hda_bus {
67 /* from hdac_bus to hda_bus */
68 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
176 struct hda_bus *bus;
308 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
310 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
312 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card,
458 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
468 int snd_hda_lock_devices(struct hda_bus *bus);
469 void snd_hda_unlock_devices(struct hda_bus *bus);
470 void snd_hda_bus_reset(struct hda_bus *bus);
471 void snd_hda_bus_reset_codecs(struct hda_bus *bus);
499 void snd_hda_set_power_save(struct hda_bus *bus, int delay);
503 static inline void snd_hda_set_power_save(struct hda_bus *bus, int delay) {}
515 int snd_hda_load_patch(struct hda_bus *bus, size_t size, const void *buf);