Searched refs:chs_bytes (Results 1 – 2 of 2) sorted by relevance
2537 int chs_bytes = map->channels * 4; in pcm_chmap_ctl_tlv() local2543 put_user(chs_bytes, dst + 1)) in pcm_chmap_ctl_tlv()2548 if (size < chs_bytes) in pcm_chmap_ctl_tlv()2550 size -= chs_bytes; in pcm_chmap_ctl_tlv()2551 count += chs_bytes; in pcm_chmap_ctl_tlv()
1955 int chs_bytes = chs * 4; in hdmi_chmap_ctl_tlv() local1964 put_user(chs_bytes, dst + 1)) in hdmi_chmap_ctl_tlv()1969 if (size < chs_bytes) in hdmi_chmap_ctl_tlv()1971 size -= chs_bytes; in hdmi_chmap_ctl_tlv()1972 count += chs_bytes; in hdmi_chmap_ctl_tlv()1974 if (copy_to_user(dst, tlv_chmap, chs_bytes)) in hdmi_chmap_ctl_tlv()