Searched refs:_name (Results 1 – 7 of 7) sorted by relevance
/sound/hda/ |
D | hdac_sysfs.c | 156 #define WIDGET_ATTR_RO(_name) \ argument 157 struct widget_attribute wid_attr_##_name = __ATTR_RO(_name) 158 #define WIDGET_ATTR_RW(_name) \ argument 159 struct widget_attribute wid_attr_##_name = __ATTR_RW(_name)
|
/sound/ |
D | sound_core.c | 356 char _name[16]; in register_sound_special_device() local 404 sprintf(_name, "unknown%d", chain); in register_sound_special_device() 406 strcat(_name, "-"); in register_sound_special_device() 407 name = _name; in register_sound_special_device()
|
/sound/soc/codecs/ |
D | adau1373.c | 597 #define DECLARE_ADAU1373_OUTPUT_MIXER_CTRLS(_name, _reg) \ argument 598 const struct snd_kcontrol_new _name[] = { \ 642 #define DECLARE_ADAU1373_DSP_CHANNEL_MIXER_CTRLS(_name, _reg) \ argument 643 const struct snd_kcontrol_new _name[] = { \ 664 #define DECLARE_ADAU1373_DSP_OUTPUT_MIXER_CTRLS(_name, _reg) \ argument 665 const struct snd_kcontrol_new _name[] = { \
|
D | ad1836.c | 201 #define AD183X_DAI(_name, num_dacs, num_adcs) \ argument 203 .name = _name "-hifi", \
|
D | adau17x1.c | 257 #define DECLARE_ADAU17X1_DSP_MUX_CTRL(_name, _label, _stream, _text) \ argument 258 const struct snd_kcontrol_new _name = \
|
/sound/pci/hda/ |
D | hda_local.h | 316 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument 319 .name = _name,\ 325 #define SND_HDA_PIN_QUIRK(_codec, _subvendor, _name, _value, _pins...) \ argument
|
/sound/usb/ |
D | mixer_quirks.c | 2657 #define SND_DJM_CTL(_name, suffix, _default_value, _windex) { \ argument 2658 .name = _name, \
|