Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/wss/
H A Dwss_lib.c622 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (pdfr & 0x0f)) { /* rate is same? */ in snd_wss_playback_format()
625 chip->image[CS4231_PLAYBK_FORMAT] = pdfr; in snd_wss_playback_format()
626 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_playback_format()
627 chip->image[CS4231_PLAYBK_FORMAT]); in snd_wss_playback_format()
647 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, (pdfr & 0xf0)); in snd_wss_playback_format()
661 chip->image[CS4231_PLAYBK_FORMAT] = pdfr; in snd_wss_playback_format()
663 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr); in snd_wss_playback_format()
683 if ((chip->image[CS4231_PLAYBK_FORMAT] & 0x0f) == (cdfr & 0x0f) || /* rate is same? */ in snd_wss_capture_format()
719 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, cdfr); in snd_wss_capture_format()
721 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, in snd_wss_capture_format()
[all …]
/openbmc/linux/include/sound/
H A Dcs4231-regs.h29 #define CS4231_PLAYBK_FORMAT 0x08 /* clock and data format - playback - bits 7-0 MCE */ macro
/openbmc/linux/sound/sparc/
H A Dcs4231.c613 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_playback_format()
638 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_capture_format()
639 ((chip->image[CS4231_PLAYBK_FORMAT]) & 0xf0) | in snd_cs4231_capture_format()
663 return chip->image[CS4231_PLAYBK_FORMAT] & 1 ? 9969 : 9920; in snd_cs4231_timer_resolution()
750 snd_cs4231_out(chip, CS4231_PLAYBK_FORMAT, in snd_cs4231_init()
751 chip->image[CS4231_PLAYBK_FORMAT]); in snd_cs4231_init()
/openbmc/linux/sound/isa/cs423x/
H A Dcs4236_lib.c179 snd_wss_out(chip, CS4231_PLAYBK_FORMAT, pdfr & 0xf0); in snd_cs4236_playback_format()