Home
last modified time | relevance | path

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

/sound/usb/
Dmixer_scarlett.c589 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in add_output_ctls() local
593 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Switch", in add_output_ctls()
597 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
602 snprintf(mx, sizeof(mx), "Master %d (%s) Playback Volume", in add_output_ctls()
606 2*index+1, USB_MIXER_S16, 2, mx, NULL, &elem); in add_output_ctls()
611 snprintf(mx, sizeof(mx), "Master %dL (%s) Source Playback Enum", in add_output_ctls()
615 2*index, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
621 snprintf(mx, sizeof(mx), "Master %dR (%s) Source Playback Enum", in add_output_ctls()
625 2*index+1, USB_MIXER_S16, 1, mx, &info->opt_master, in add_output_ctls()
849 char mx[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; in scarlett_controls_create_generic() local
[all …]
/sound/soc/amd/
Dacp-da7219-max98357a.c512 SND_SOC_DAILINK_DEF(mx,
550 SND_SOC_DAILINK_REG(designware3, mx, platform),
606 SND_SOC_DAILINK_REG(designware3, mx, platform),
/sound/pci/asihpi/
Dhpi_internal.h1011 union hpi_mixerx_msg mx; /* extended mixer; */ member
1073 union hpi_mixerx_res mx; /* extended mixer; */ member
1182 union hpi_mixerx_msg mx; member
1201 union hpi_mixerx_res mx; member
Dhpifunc.c1301 hm.u.mx.store.command = command; in hpi_mixer_store()
1302 hm.u.mx.store.index = index; in hpi_mixer_store()