Home
last modified time | relevance | path

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

/openbmc/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)
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);
[all …]
/openbmc/linux/sound/pci/hda/
H A Dhda_sysfs.c537 static void parse_codec_mode(char *buf, struct hda_bus *bus, in parse_codec_mode()
560 static void parse_pincfg_mode(char *buf, struct hda_bus *bus, in parse_pincfg_mode()
566 static void parse_verb_mode(char *buf, struct hda_bus *bus, in parse_verb_mode()
572 static void parse_hint_mode(char *buf, struct hda_bus *bus, in parse_hint_mode()
578 static void parse_model_mode(char *buf, struct hda_bus *bus, in parse_model_mode()
585 static void parse_chip_name_mode(char *buf, struct hda_bus *bus, in parse_chip_name_mode()
592 static void parse_##name##_mode(char *buf, struct hda_bus *bus, \
608 void (*parser)(char *buf, struct hda_bus *bus, struct hda_codec **retc);
654 static int parse_line_mode(char *buf, struct hda_bus *bus) in parse_line_mode()
712 int snd_hda_load_patch(struct hda_bus *bus, size_t fw_size, const void *fw_buf) in snd_hda_load_patch()
H A Dhda_controller.h95 struct hda_bus bus;
H A Dhda_codec.c41 struct hda_bus *bus = codec->bus; in codec_exec_verb()
899 snd_hda_codec_device_init(struct hda_bus *bus, unsigned int codec_addr, in snd_hda_codec_device_init()
961 int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_new()
981 int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card, in snd_hda_codec_device_new()
1784 int snd_hda_lock_devices(struct hda_bus *bus) in snd_hda_lock_devices()
1821 void snd_hda_unlock_devices(struct hda_bus *bus) in snd_hda_unlock_devices()
1843 struct hda_bus *bus = codec->bus; in snd_hda_codec_reset()
2450 struct hda_bus *bus = codec->bus; in snd_hda_create_dig_out_ctls()
3250 static int get_empty_pcm_device(struct hda_bus *bus, unsigned int type) in get_empty_pcm_device()
3339 struct hda_bus *bus = codec->bus; in snd_hda_codec_build_pcms()
[all …]
H A Dhda_controller.c695 int snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, in snd_hda_attach_pcm_stream()
768 struct hda_bus *hbus = &chip->bus; in azx_rirb_get_response()
1147 void snd_hda_bus_reset(struct hda_bus *bus) in snd_hda_bus_reset()
1162 struct hda_bus *bus = &chip->bus; in azx_bus_init()
/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c78 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_wake_enable()
100 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_jack_check()
143 struct hda_bus *hbus = sof_to_hbus(sdev); in hda_codec_probe()
H A Dhda.h492 struct hda_bus hbus;
546 static inline struct hda_bus *sof_to_hbus(struct snd_sof_dev *s) in sof_to_hbus()
H A Dhda.c815 struct hda_bus *hbus; in hda_init()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl.h60 struct hda_bus hbus;
H A Dskl.c875 struct hda_bus *hbus; in skl_create()
/openbmc/linux/sound/soc/intel/avs/
H A Davs.h128 struct hda_bus base;
H A Dcore.c360 struct hda_bus *bus = &adev->base; in avs_bus_init()