Searched refs:amp (Results 1 – 8 of 8) sorted by relevance
/sound/ppc/ |
D | awacs.c | 279 static void awacs_amp_set_tone(struct awacs_amp *amp, int bass, int treble) in awacs_amp_set_tone() argument 281 amp->amp_tone[0] = bass; in awacs_amp_set_tone() 282 amp->amp_tone[1] = treble; in awacs_amp_set_tone() 293 static int awacs_amp_set_vol(struct awacs_amp *amp, int index, in awacs_amp_set_vol() argument 296 if (do_check && amp->amp_vol[index][0] == lvol && in awacs_amp_set_vol() 297 amp->amp_vol[index][1] == rvol) in awacs_amp_set_vol() 301 amp->amp_vol[index][0] = lvol; in awacs_amp_set_vol() 302 amp->amp_vol[index][1] = rvol; in awacs_amp_set_vol() 309 static void awacs_amp_set_master(struct awacs_amp *amp, int vol) in awacs_amp_set_master() argument 311 amp->amp_master = vol; in awacs_amp_set_master() [all …]
|
/sound/soc/codecs/ |
D | tlv320aic26.c | 331 int val, amp, freq, len; in aic26_keyclick_show() local 334 amp = (val >> 12) & 0x7; in aic26_keyclick_show() 338 return sprintf(buf, "amp=%x freq=%iHz len=%iclks\n", amp, freq, len); in aic26_keyclick_show()
|
/sound/pci/ice1712/ |
D | Makefile | 8 snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o prodigy_hif…
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 3478 void (*amp)(struct snd_cs46xx *, int); member 3494 .amp = amp_voyetra, 3501 .amp = amp_voyetra, 3508 .amp = amp_hercules, 3515 .amp = amp_hercules, 3522 .amp = amp_hercules, 3530 .amp = amp_hercules, 3537 .amp = amp_hercules, 3544 .amp = amp_hercules, 3798 chip->amplifier_ctrl = cp->amp; in snd_cs46xx_create()
|
/sound/aoa/core/ |
D | gpio-pmf.c | 35 PMF_GPIO(amp, 1);
|
D | gpio-feature.c | 159 FTR_GPIO(amp, 1);
|
/sound/pci/hda/ |
D | hda_codec.c | 3911 struct hda_amp_info *amp; in hda_mark_cmd_cache_dirty() local 3912 amp = snd_array_elem(&codec->amp_cache.buf, i); in hda_mark_cmd_cache_dirty() 3913 amp->head.dirty = 1; in hda_mark_cmd_cache_dirty()
|
/sound/pci/ |
D | Kconfig | 168 ext. codec (I2S port), onboard amp (4W/4Ohms/ch), suspend/resume.
|