summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_codec.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-07-03 12:51:26 +0200
committerTakashi Iwai <tiwai@suse.de>2018-07-03 12:51:31 +0200
commit51d7d35817aad6f4dd0f60b80063206f1761b69b (patch)
tree3401cc1ba9125e9796ea6075ea493b6031e50d74 /sound/pci/hda/hda_codec.h
parentALSA: usb-midi: use irqsave() in USB's complete callback (diff)
parentALSA: hdac: add extended ops in the hdac_bus (diff)
downloadlinux-51d7d35817aad6f4dd0f60b80063206f1761b69b.tar.xz
linux-51d7d35817aad6f4dd0f60b80063206f1761b69b.zip
Merge branch 'topic/hda-core-intel' into for-next
Merge the development branch for HD-audio ext bus refactoring. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r--sound/pci/hda/hda_codec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h
index 993294c8fd0a..c3e97f558620 100644
--- a/sound/pci/hda/hda_codec.h
+++ b/sound/pci/hda/hda_codec.h
@@ -308,6 +308,8 @@ struct hda_codec {
*/
int snd_hda_codec_new(struct hda_bus *bus, struct snd_card *card,
unsigned int codec_addr, struct hda_codec **codecp);
+int snd_hda_codec_device_new(struct hda_bus *bus, struct snd_card *card,
+ unsigned int codec_addr, struct hda_codec *codec);
int snd_hda_codec_configure(struct hda_codec *codec);
int snd_hda_codec_update_widgets(struct hda_codec *codec);