Home
last modified time | relevance | path

Searched refs:CS4231_PLAYBK_FORMAT (Results 1 – 4 of 4) sorted by relevance

/linux-3.3/sound/isa/wss/
Dwss_lib.c636 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (pdfr & 0x0f)) { /* rate is same? */ in snd_wss_playback_format()
639 chip->image[CS4231_PLAYBK_FORMAT] = pdfr; in snd_wss_playback_format()
640 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format()
641 chip->image[CS4231_PLAYBK_FORMAT]); in snd_wss_playback_format()
661 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format()
675 chip->image[CS4231_PLAYBK_FORMAT] = pdfr; in snd_wss_playback_format()
677 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format()
697 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (cdfr & 0x0f) || /* rate is same? */ in snd_wss_capture_format()
733 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format()
735 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_capture_format()
[all …]
/linux-3.3/include/sound/
Dcs4231-regs.h44 #define CS4231_PLAYBK_FORMAT 0x08 /* clock and data format - playback - bits 7-0 MCE */ macro
/linux-3.3/sound/sparc/
Dcs4231.c612 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_playback_format()
637 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_capture_format()
638 ((chip->image[CS4231_PLAYBK_FORMAT]) & 0xf0) | in snd_cs4231_capture_format()
662 return chip->image[CS4231_PLAYBK_FORMAT] & 1 ? 9969 : 9920; in snd_cs4231_timer_resolution()
749 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_init()
750 chip->image[CS4231_PLAYBK_FORMAT]); in snd_cs4231_init()
/linux-3.3/sound/isa/cs423x/
Dcs4236_lib.c193 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr & 0xf0); in snd_cs4236_playback_format()