Searched refs:_name (Results 1 – 5 of 5) sorted by relevance
/sound/ |
D | sound_core.c | 367 char _name[16]; in register_sound_special_device() local 415 sprintf(_name, "unknown%d", chain); in register_sound_special_device() 417 strcat(_name, "-"); in register_sound_special_device() 418 name = _name; in register_sound_special_device()
|
/sound/soc/codecs/ |
D | adau1373.c | 600 #define DECLARE_ADAU1373_OUTPUT_MIXER_CTRLS(_name, _reg) \ argument 601 const struct snd_kcontrol_new _name[] = { \ 645 #define DECLARE_ADAU1373_DSP_CHANNEL_MIXER_CTRLS(_name, _reg) \ argument 646 const struct snd_kcontrol_new _name[] = { \ 667 #define DECLARE_ADAU1373_DSP_OUTPUT_MIXER_CTRLS(_name, _reg) \ argument 668 const struct snd_kcontrol_new _name[] = { \
|
D | ad1836.c | 202 #define AD183X_DAI(_name, num_dacs, num_adcs) \ argument 204 .name = _name "-hifi", \
|
D | adau17x1.c | 245 #define DECLARE_ADAU17X1_DSP_MUX_CTRL(_name, _label, _stream, _text) \ argument 246 const struct snd_kcontrol_new _name = \
|
/sound/pci/hda/ |
D | hda_local.h | 417 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument 420 .name = _name,\ 426 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument
|