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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_intel.c978 struct hda_bus_template bus_temp; local
981 memset(&bus_temp, 0, sizeof(bus_temp));
982 bus_temp.private_data = chip;
983 bus_temp.modelname = model;
984 bus_temp.pci = chip->pci;
985 bus_temp.ops.command = azx_send_cmd;
986 bus_temp.ops.get_response = azx_get_response;
988 if ((err = snd_hda_bus_new(chip->card, &bus_temp, &chip->bus)) < 0)

Completed in 187 milliseconds