Home
last modified time | relevance | path

Searched refs:snd_hda_create_spdif_share_sw (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/common/
H A Dhda_local.h226 int snd_hda_create_spdif_share_sw(struct hda_codec *codec,
H A Dcodec.c2558 * snd_hda_create_spdif_share_sw - create Default PCM switch
2562 int snd_hda_create_spdif_share_sw(struct hda_codec *codec, in snd_hda_create_spdif_share_sw() function
2576 EXPORT_SYMBOL_GPL(snd_hda_create_spdif_share_sw);
/linux/sound/hda/codecs/
H A Dgeneric.c5252 err = snd_hda_create_spdif_share_sw(codec, in snd_hda_gen_build_controls()
H A Dca0132.c7210 err = snd_hda_create_spdif_share_sw(codec, &spec->multiout); in ca0132_build_controls()