Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 9 of 9) sorted by relevance

/sound/pci/
Dintel8x0m.c772 struct ich_pcm_table *tbl, *rec; in snd_intel8x0m_pcm() local
775 tbl = intel_pcms; in snd_intel8x0m_pcm()
780 tbl = nforce_pcms; in snd_intel8x0m_pcm()
784 tbl = ali_pcms; in snd_intel8x0m_pcm()
788 tbl = intel_pcms; in snd_intel8x0m_pcm()
795 rec = tbl + i; in snd_intel8x0m_pcm()
1124 struct ich_reg_info *tbl; in snd_intel8x0m_create() local
1186 tbl = intel_regs; in snd_intel8x0m_create()
1191 ichdev->reg_offset = tbl[i].offset; in snd_intel8x0m_create()
1192 ichdev->int_sta_mask = tbl[i].int_sta_mask; in snd_intel8x0m_create()
Dintel8x0.c1662 struct ich_pcm_table *tbl, *rec; in snd_intel8x0_pcm() local
1666 tbl = intel_pcms; in snd_intel8x0_pcm()
1672 tbl = nforce_pcms; in snd_intel8x0_pcm()
1678 tbl = ali_pcms; in snd_intel8x0_pcm()
1682 tbl = intel_pcms; in snd_intel8x0_pcm()
1689 rec = tbl + i; in snd_intel8x0_pcm()
3032 struct ich_reg_info *tbl; in snd_intel8x0_create() local
3099 tbl = nforce_regs; in snd_intel8x0_create()
3102 tbl = ali_regs; in snd_intel8x0_create()
3105 tbl = intel_regs; in snd_intel8x0_create()
[all …]
/sound/core/oss/
Dmixer_oss.c1188 struct snd_mixer_oss_assign_table *tbl; in snd_mixer_oss_proc_write() local
1221 tbl = kmalloc(sizeof(*tbl), GFP_KERNEL); in snd_mixer_oss_proc_write()
1222 if (!tbl) in snd_mixer_oss_proc_write()
1224 tbl->oss_id = ch; in snd_mixer_oss_proc_write()
1225 tbl->name = kstrdup(str, GFP_KERNEL); in snd_mixer_oss_proc_write()
1226 if (! tbl->name) { in snd_mixer_oss_proc_write()
1227 kfree(tbl); in snd_mixer_oss_proc_write()
1230 tbl->index = idx; in snd_mixer_oss_proc_write()
1231 if (snd_mixer_oss_build_input(mixer, tbl, 1, 1) <= 0) { in snd_mixer_oss_proc_write()
1232 kfree(tbl->name); in snd_mixer_oss_proc_write()
[all …]
/sound/core/
Dsgbuf.c31 #define sgbuf_align_table(tbl) ALIGN((tbl), SGBUF_TBL_ALIGN) argument
/sound/pci/ice1712/
Dice1724.c2308 struct snd_ice1712_card_info * const *tbl, *c; in snd_vt1724_read_eeprom() local
2337 for (tbl = card_tables; *tbl; tbl++) { in snd_vt1724_read_eeprom()
2338 for (c = *tbl; c->name; c++) { in snd_vt1724_read_eeprom()
2622 struct snd_ice1712_card_info * const *tbl, *c; in snd_vt1724_probe() local
2648 for (tbl = card_tables; *tbl; tbl++) { in snd_vt1724_probe()
2649 for (c = *tbl; c->name; c++) { in snd_vt1724_probe()
Dice1712.c2290 struct snd_ice1712_card_info * const *tbl, *c; in snd_ice1712_read_eeprom() local
2313 for (tbl = card_tables; *tbl; tbl++) { in snd_ice1712_read_eeprom()
2314 for (c = *tbl; c->subvendor; c++) { in snd_ice1712_read_eeprom()
2635 struct snd_ice1712_card_info * const *tbl, *c; in snd_ice1712_probe() local
2659 for (tbl = card_tables; *tbl; tbl++) { in snd_ice1712_probe()
2660 for (c = *tbl; c->subvendor; c++) { in snd_ice1712_probe()
/sound/pci/ac97/
Dac97_codec.c1103 const struct snd_ac97_res_table *tbl; in check_volume_resolution() local
1104 for (tbl = ac97->res_table; tbl->reg; tbl++) { in check_volume_resolution()
1105 if (tbl->reg == reg) { in check_volume_resolution()
1106 *lo_max = tbl->bits & 0xff; in check_volume_resolution()
1107 *hi_max = (tbl->bits >> 8) & 0xff; in check_volume_resolution()
/sound/pci/hda/
Dpatch_cirrus.c1033 struct hda_jack_callback *tbl) in cs4210_spdif_automute() argument
Dpatch_ca0132.c4434 struct hda_jack_tbl *tbl; in hp_callback() local
4441 tbl = snd_hda_jack_tbl_get(codec, cb->nid); in hp_callback()
4442 if (tbl) in hp_callback()
4443 tbl->block_report = 1; in hp_callback()