Searched refs:models (Results 1 – 5 of 5) sorted by relevance
/sound/pci/hda/ |
D | hda_auto_parser.c | 828 const struct hda_model_fixup *models, in snd_hda_pick_fixup() argument 843 if (codec->modelname && models) { in snd_hda_pick_fixup() 844 while (models->name) { in snd_hda_pick_fixup() 845 if (!strcmp(codec->modelname, models->name)) { in snd_hda_pick_fixup() 846 id = models->id; in snd_hda_pick_fixup() 847 name = models->name; in snd_hda_pick_fixup() 850 models++; in snd_hda_pick_fixup()
|
D | hda_local.h | 383 int num_configs, const char * const *models, 439 const struct hda_model_fixup *models,
|
D | hda_codec.c | 4618 int num_configs, const char * const *models, in snd_hda_check_board_config() argument 4621 if (codec->modelname && models) { in snd_hda_check_board_config() 4624 if (models[i] && in snd_hda_check_board_config() 4625 !strcmp(codec->modelname, models[i])) { in snd_hda_check_board_config() 4627 "selected\n", models[i]); in snd_hda_check_board_config() 4643 if (models) in snd_hda_check_board_config() 4644 model = models[tbl->value]; in snd_hda_check_board_config() 4682 int num_configs, const char * const *models, in snd_hda_check_board_codec_sid_config() argument 4704 if (models) in snd_hda_check_board_codec_sid_config() 4705 model = models[tbl->value]; in snd_hda_check_board_codec_sid_config()
|
/sound/soc/pxa/ |
D | Kconfig | 48 Zaurus SL-C7x0 models (Corgi, Shepherd, Husky). 57 Zaurus SL-Cxx00 models (Spitz, Borzoi and Akita). 84 Zaurus SL-C6000x models (Tosa).
|
/sound/oss/ |
D | CHANGELOG | 168 all SB models now. 357 - Proper initialization of the SB emulation of latest PAS16 models.
|