Searched refs:ratesp (Results 1 – 3 of 3) sorted by relevance
/linux/sound/hda/core/ |
H A D | device.c | 881 * @ratesp: the pointer to store the detected rate bitflags 886 * Queries the supported PCM rates and formats. The NULL @ratesp, @formatsp, 892 u32 *ratesp, u64 *formatsp, u32 *subformatsp, in snd_hdac_query_supported_pcm() argument 900 if (ratesp) { in snd_hdac_query_supported_pcm() 913 *ratesp = rates; in snd_hdac_query_supported_pcm()
|
/linux/include/sound/ |
H A D | hda_codec.h | 451 #define snd_hda_query_supported_pcm(codec, nid, ratesp, fmtsp, subfmtp, bpsp) \ argument 452 snd_hdac_query_supported_pcm(&(codec)->core, nid, ratesp, fmtsp, subfmtp, bpsp)
|
H A D | hdaudio.h | 149 u32 *ratesp, u64 *formatsp, u32 *subformatsp,
|