Home
last modified time | relevance | path

Searched refs:snd_hda_create_hwdep (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/hda/
Dhda_hwdep.c97 int snd_hda_create_hwdep(struct hda_codec *codec) in snd_hda_create_hwdep() function
Dhda_local.h624 int snd_hda_create_hwdep(struct hda_codec *codec);
626 static inline int snd_hda_create_hwdep(struct hda_codec *codec) { return 0; } in snd_hda_create_hwdep() function
Dhda_codec.c1085 snd_hda_create_hwdep(codec); in snd_hda_codec_new()