Searched refs:attach_pcm (Results 1 – 3 of 3) sorted by relevance
52 int (*attach_pcm)(struct hda_bus *bus, struct hda_codec *codec, member
3832 if (snd_BUG_ON(!bus->ops.attach_pcm)) in snd_hda_codec_build_pcms()3850 err = bus->ops.attach_pcm(bus, codec, cpcm); in snd_hda_codec_build_pcms()
1815 .attach_pcm = azx_attach_pcm_stream,