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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_cmedia.c47 int board_config; member in struct:cmi_spec
417 if (spec->board_config == CMI_ALLOUT)
421 if (spec->board_config == CMI_AUTO)
648 spec->board_config = snd_hda_check_board_config(codec, CMI_MODELS,
651 if (spec->board_config < 0) {
653 spec->board_config = CMI_AUTO; /* try everything */
660 switch (spec->board_config) {
664 if (spec->board_config == CMI_MINIMAL)
678 if (spec->board_config == CMI_FULL_DIG) {
709 spec->board_config
[all...]
H A Dpatch_sigmatel.c81 int board_config; member in struct:sigmatel_spec
1891 spec->board_config = snd_hda_check_board_config(codec, STAC_9200_MODELS,
1894 if (spec->board_config < 0) {
1903 spec->pin_configs = stac9200_brd_tbl[spec->board_config];
1941 spec->board_config = snd_hda_check_board_config(codec, STAC_925x_MODELS,
1945 if (spec->board_config < 0) {
1954 } else if (stac925x_brd_tbl[spec->board_config] != NULL){
1955 spec->pin_configs = stac925x_brd_tbl[spec->board_config];
1983 if (spec->board_config < 0) {
1986 spec->board_config
2432 int board_config; local
[all...]
H A Dpatch_realtek.c3254 int board_config; local
3263 board_config = snd_hda_check_board_config(codec, ALC880_MODEL_LAST,
3266 if (board_config < 0) {
3269 board_config = ALC880_AUTO;
3272 if (board_config == ALC880_AUTO) {
3282 board_config = ALC880_3ST;
3286 if (board_config != ALC880_AUTO)
3287 setup_preset(spec, &alc880_presets[board_config]);
3317 if (board_config == ALC880_AUTO)
4567 int err, board_config; local
5391 int err, board_config; local
6595 int err, board_config; local
7620 int board_config; local
8760 int board_config; local
9673 int err, board_config; local
10524 int err, board_config; local
[all...]
H A Dpatch_analog.c860 int board_config; local
885 board_config = snd_hda_check_board_config(codec, AD1986A_MODELS,
888 switch (board_config) {
1456 int board_config; local
1482 board_config = snd_hda_check_board_config(codec, AD1981_MODELS,
1485 switch (board_config) {
2641 int board_config; local
2653 board_config = snd_hda_check_board_config(codec, AD1988_MODEL_LAST,
2655 if (board_config < 0) {
2657 board_config
[all...]
H A Dpatch_conexant.c812 int board_config; local
839 board_config = snd_hda_check_board_config(codec, CXT5045_MODELS,
842 switch (board_config) {
1321 int board_config; local
1347 board_config = snd_hda_check_board_config(codec, CXT5047_MODELS,
1350 switch (board_config) {

Completed in 175 milliseconds