Searched refs:chmaps (Results 1 – 9 of 9) sorted by relevance
70 snd->chmaps = devm_kcalloc(&vdev->dev, snd->nchmaps, in virtsnd_chmap_parse_cfg()71 sizeof(*snd->chmaps), GFP_KERNEL); in virtsnd_chmap_parse_cfg()72 if (!snd->chmaps) in virtsnd_chmap_parse_cfg()76 snd->nchmaps, sizeof(*snd->chmaps), in virtsnd_chmap_parse_cfg()77 snd->chmaps); in virtsnd_chmap_parse_cfg()83 struct virtio_snd_chmap_info *info = &snd->chmaps[i]; in virtsnd_chmap_parse_cfg()128 if (max_channels < vs->chmaps[i].channels) in virtsnd_chmap_add_ctls()129 max_channels = vs->chmaps[i].channels; in virtsnd_chmap_add_ctls()159 sizeof(*vs->chmaps), in virtsnd_chmap_build_devs()161 if (!vs->chmaps) in virtsnd_chmap_build_devs()[all …]
60 struct virtio_snd_chmap_info *chmaps; member
75 struct snd_pcm_chmap_elem *chmaps; member
19 __le32 chmaps; member
284 struct snd_pcm_chmap *chmaps[2]; /* channel-maps (optional) */ member
1482 chip->ac97->chmaps[SNDRV_PCM_STREAM_PLAYBACK] = chmap; in snd_via8233_pcm_new()1525 chip->ac97->chmaps[SNDRV_PCM_STREAM_PLAYBACK] = chmap; in snd_via8233a_pcm_new()
1288 chip->ac97[0]->chmaps[SNDRV_PCM_STREAM_PLAYBACK] = chmap; in snd_atiixp_pcm_new()
1482 chip->ac97[0]->chmaps[SNDRV_PCM_STREAM_PLAYBACK] = chmap; in snd_intel8x0_pcm1()
2560 struct snd_pcm_chmap *map = ac97->chmaps[SNDRV_PCM_STREAM_PLAYBACK]; in alc650_swap_surround_put()
Completed in 34 milliseconds