Searched refs:spdif_ctls (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | snd_ps3.c | 718 static const struct snd_kcontrol_new spdif_ctls[] = { variable 964 for (i = 0; i < ARRAY_SIZE(spdif_ctls); i++) { in snd_ps3_driver_probe() 966 snd_ctl_new1(&spdif_ctls[i], &the_card)); in snd_ps3_driver_probe()
|
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | snd_ps3.c | 718 static const struct snd_kcontrol_new spdif_ctls[] = { variable 959 for (i = 0; i < ARRAY_SIZE(spdif_ctls); i++) { in snd_ps3_driver_probe() 961 snd_ctl_new1(&spdif_ctls[i], &the_card)); in snd_ps3_driver_probe()
|
/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_device.c | 734 * @spdif_ctls: HD-audio SPDIF status bits (0 if irrelevant) 744 unsigned short spdif_ctls) in snd_hdac_calc_stream_format() 782 if (spdif_ctls & AC_DIG1_NONAUDIO) in snd_hdac_calc_stream_format() 740 snd_hdac_calc_stream_format(unsigned int rate, unsigned int channels, snd_pcm_format_t format, unsigned int maxbps, unsigned short spdif_ctls) snd_hdac_calc_stream_format() argument
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_device.c | 734 * @spdif_ctls: HD-audio SPDIF status bits (0 if irrelevant) 744 unsigned short spdif_ctls) in snd_hdac_calc_stream_format() 782 if (spdif_ctls & AC_DIG1_NONAUDIO) in snd_hdac_calc_stream_format() 740 snd_hdac_calc_stream_format(unsigned int rate, unsigned int channels, snd_pcm_format_t format, unsigned int maxbps, unsigned short spdif_ctls) snd_hdac_calc_stream_format() argument
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio.h | 143 unsigned short spdif_ctls);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 147 unsigned short spdif_ctls);
|
Completed in 8 milliseconds