diff options
author | Takashi Iwai <tiwai@suse.de> | 2018-07-03 13:51:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2018-07-03 13:51:31 +0300 |
commit | 51d7d35817aad6f4dd0f60b80063206f1761b69b (patch) | |
tree | 3401cc1ba9125e9796ea6075ea493b6031e50d74 /sound/pci/hda/hda_codec.h | |
parent | 1259d239799bf9c898091d92adc4317f2c3d74ad (diff) | |
parent | cb04ba33187ca571142b67c2fb60d0a8c24994c8 (diff) | |
download | linux-51d7d35817aad6f4dd0f60b80063206f1761b69b.tar.xz |
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.h | 2 |
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); |