Home
last modified time | relevance | path

Searched refs:hda_bus (Results 1 – 9 of 9) sorted by relevance

/linux/include/sound/
H A Dhda_codec.h25 struct hda_bus;
37 struct hda_bus { struct
68 #define to_hda_bus(bus) container_of(bus, struct hda_bus, core)
175 struct hda_bus *bus;
305 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr,
307 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
309 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card,
455 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec,
465 int snd_hda_lock_devices(struct hda_bus *bus);
466 void snd_hda_unlock_devices(struct hda_bus *bus);
[all …]
/linux/sound/pci/hda/
H A Dhda_sysfs.c535 static void parse_codec_mode(char *buf, struct hda_bus *bus, in parse_codec_mode()
558 static void parse_pincfg_mode(char *buf, struct hda_bus *bus, in parse_pincfg_mode()
564 static void parse_verb_mode(char *buf, struct hda_bus *bus, in parse_verb_mode()
570 static void parse_hint_mode(char *buf, struct hda_bus *bus, in parse_hint_mode()
576 static void parse_model_mode(char *buf, struct hda_bus *bus, in parse_model_mode()
583 static void parse_chip_name_mode(char *buf, struct hda_bus *bus, in parse_chip_name_mode()
590 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
606 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
652 static int parse_line_mode(char *buf, struct hda_bus *bus) in parse_line_mode()
710 int snd_hda_load_patch(struct hda_bus *bu
[all...]
H A Dhda_codec.c41 struct hda_bus *bus = codec->bus; in codec_exec_verb()
897 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr, in snd_hda_codec_device_init()
959 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_new()
979 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_device_new()
1786 int snd_hda_lock_devices(struct hda_bus *bus) in snd_hda_lock_devices()
1823 void snd_hda_unlock_devices(struct hda_bus *bus) in snd_hda_unlock_devices()
1845 struct hda_bus *bus = codec->bus; in snd_hda_codec_reset()
2457 struct hda_bus *bus = codec->bus; in snd_hda_create_dig_out_ctls()
3251 static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type) in get_empty_pcm_device()
3340 struct hda_bus *bus = codec->bus; in snd_hda_codec_build_pcms()
[all …]
H A Dhda_controller.h96 struct hda_bus bus;
/linux/sound/soc/sof/intel/
H A Dhda-codec.c78 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable()
109 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check()
152 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_probe()
H A Dhda.h507 struct hda_bus hbus;
561 static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s) in sof_to_hbus()
H A Dhda.c458 struct hda_bus *hbus; in hda_init()
/linux/sound/soc/intel/avs/
H A Davs.h130 struct hda_bus base;
H A Dcore.c374 struct hda_bus *bus = &adev->base; in avs_bus_init()