Searched refs:board_config (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_cmedia.c46 int board_config; member in struct:cmi_spec
432 if (spec->board_config == CMI_ALLOUT)
436 if (spec->board_config == CMI_AUTO)
643 spec->board_config = snd_hda_check_board_config(codec, CMI_MODELS,
646 if (spec->board_config < 0) {
649 spec->board_config = CMI_AUTO; /* try everything */
656 switch (spec->board_config) {
660 if (spec->board_config == CMI_MINIMAL)
674 if (spec->board_config == CMI_FULL_DIG) {
705 spec->board_config
[all...]
H A Dpatch_sigmatel.c199 int board_config; member in struct:sigmatel_spec
5021 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
5024 if (spec->board_config < 0)
5029 stac9200_brd_tbl[spec->board_config]);
5041 if (spec->board_config == STAC_9200_M4 ||
5042 spec->board_config == STAC_9200_M4_2 ||
5043 spec->board_config == STAC_9200_OQO)
5049 if (spec->board_config == STAC_9200_PANASONIC) {
5063 if (spec->board_config == STAC_9200_PANASONIC)
5087 spec->board_config
[all...]
H A Dpatch_analog.c1134 int err, board_config; local
1170 board_config = snd_hda_check_board_config(codec, AD1986A_MODELS,
1173 switch (board_config) {
1825 int err, board_config; local
1861 board_config = snd_hda_check_board_config(codec, AD1981_MODELS,
1864 switch (board_config) {
3087 int err, board_config; local
3098 board_config = snd_hda_check_board_config(codec, AD1988_MODEL_LAST,
3100 if (board_config < 0) {
3103 board_config
3625 int board_config, err; local
4287 int err, board_config; local
4659 int err, board_config; local
[all...]
H A Dpatch_cirrus.c33 int board_config; member in struct:cs_spec
841 if (spec->board_config == CS420X_MBP55 ||
842 spec->board_config == CS420X_IMAC27) {
1186 spec->board_config =
1189 if (spec->board_config >= 0)
1190 fix_pincfg(codec, spec->board_config);
1192 switch (spec->board_config) {
H A Dpatch_realtek.c5358 int board_config; local
5367 board_config = snd_hda_check_board_config(codec, ALC880_MODEL_LAST,
5370 if (board_config < 0) {
5373 board_config = ALC880_AUTO;
5376 if (board_config == ALC880_AUTO) {
5386 board_config = ALC880_3ST;
5396 if (board_config != ALC880_AUTO)
5397 setup_preset(codec, &alc880_presets[board_config]);
5425 if (board_config == ALC880_AUTO)
6946 int err, board_config; local
10643 int err, board_config; local
12504 int board_config; local
13563 int board_config; local
14594 int board_config; local
15742 int board_config; local
16717 int err, board_config; local
18827 int err, board_config; local
19326 int board_config; local
[all...]
H A Dpatch_conexant.c1166 int board_config; local
1194 board_config = snd_hda_check_board_config(codec, CXT5045_MODELS,
1197 switch (board_config) {
1598 int board_config; local
1623 board_config = snd_hda_check_board_config(codec, CXT5047_MODELS,
1626 switch (board_config) {
2020 int board_config; local
2052 board_config = snd_hda_check_board_config(codec, CXT5051_MODELS,
2056 switch (board_config) {
3120 int board_config; local
[all...]

Completed in 115 milliseconds